summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-03-25ME_SYSTEM_MODULELOAD & ME_SYSTEM_MODULEUNLOAD: handier parameter passingGeorge Hazan
2021-03-25fixes #2804 (CCtrlEdit changes do not affect CCtrlSpin position)George Hazan
2021-03-24code cleaningGeorge Hazan
2021-03-24.bak file to be removed before creationGeorge Hazan
2021-03-23fixes #2771 (Implement mdbx → sqlite converter)George Hazan
2021-03-23fix for memory corruption in service modeGeorge Hazan
2021-03-20code cleaningGeorge Hazan
2021-03-19Menu_ConfigureItem(hUserMenu, MCI_OPT_DISABLED, TRUE) - a setting to make a ↵George Hazan
menu item hidden by default
2021-03-18fixes #2782 (dynamic plugin loading problems)George Hazan
2021-03-17fixes #2777 (Notes and Reminders: убрать настройку ↵George Hazan
"Добавлять пункты в меню контакта")
2021-03-15Sound options: Apply button isn't enabled when one changes the soundGeorge Hazan
2021-03-15fixes #2767 (Clist_modern: иконка мута чата не всегда ↵George Hazan
прорисовывается сразу)
2021-03-15fixes #2766 (Spin control suddenly returns previous position when called ↵George Hazan
from inside WM_NOTIFY)
2021-03-15no, m_bSilent shall be enabled for read-only controls, not disabledGeorge Hazan
2021-03-15and also for dynamically disabled controlsGeorge Hazan
2021-03-15fixes #2763 (we don't care about changes in disabled controls)George Hazan
2021-03-13Group chats API:George Hazan
- for #2574: fixes icons problem after unloading tabSRMM; - status icons extracted to the separate array; - another group chat icons are hidden completely to restrict access to them
2021-03-09for #2574: fix for popups in "Always mute" modeGeorge Hazan
2021-03-09to #2574 - fixes sounds for highlights in default modeGeorge Hazan
2021-03-07common chats sound & icon processing code moved to the coreGeorge Hazan
2021-03-06fixes #2630 (Clist blind: странная работа быстрого ↵George Hazan
поиска)
2021-03-06less shit with this "(Unknown contact)"George Hazan
2021-03-01CCtrlSlider - new GUI componentGeorge Hazan
2021-03-01NEWWSTR cannot be used with Utf2TGeorge Hazan
2021-02-27fixes #2753 (by default only checkboxes should be notified about OnChange ↵George Hazan
before OnInitDialog)
2021-02-27fixes #2754 (StdMsg: не сохраняется размер области ↵George Hazan
ввода)
2021-02-20fixes #2749 (StdUIHist: add auth requests support)George Hazan
2021-02-20StdUHist: code cleaningGeorge Hazan
2021-02-20fixes #2747 (unified System History menu item creation)George Hazan
2021-02-19fix for a random crash after contact's removalGeorge Hazan
2021-02-15fixes #2738 (Не сбрасываются в дефолт ↵George Hazan
некоторые настройки шрифтов и цветов)
2021-02-14fixes problem with StdMsg, described in #1738George Hazan
2021-02-06fixes #2716 + code cleaningGeorge Hazan
2021-02-03SetAwayMsg: code cleaningGeorge Hazan
2021-01-31we import slower, but more securely (flush database time to time)George Hazan
2021-01-24more effective way to use OnChange callbacks automaticallyGeorge Hazan
2021-01-24added %group% processing to Utils_ReplaceVariablesGeorge Hazan
2021-01-24unused callback removedGeorge Hazan
2021-01-22further clist options optimizationGeorge Hazan
2021-01-22fixes #2710 (StdClist: Option: "Don't move offline user to bottom" does not ↵George Hazan
save setting properly)
2021-01-20old menu id returned backGeorge Hazan
2021-01-19fixes #2693 (import in the service mode breaks the groups' order)George Hazan
2021-01-19fixes #2695 (После установки любого драйвера ↵George Hazan
базы через апдейтер, у него есть галка для отключения)
2021-01-19fixes #2705 (StdMsg: падение при заходе в ↵George Hazan
настройки плагина)
2021-01-19fixes #2703 (compact from profile manager leads to menu item duplication)George Hazan
2021-01-19fixes #2702 (Dbx_sqlite: missing "Compact" menu item)George Hazan
2021-01-18fixes #2699 (DbChecker does not work with dbx_sqlite)George Hazan
2021-01-18fixes #2700 (Scriver: при открытии окна через попап ↵George Hazan
отображается лишь одно сообщение)
2021-01-18fixes #2697 (Scriver: падение при попытке зайти в ↵George Hazan
настройки)
2021-01-17Update copyrightsdartraiden