Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-29 | fixes #3694 (tabSRMM: при выборе стороннего ↵ | George Hazan | |
журнала пропадает вкладка "Журнал") | |||
2023-09-26 | SRMM options update unification | George Hazan | |
2023-08-09 | fixes #3625 (Скрывать настройки шрифтов и ↵ | George Hazan | |
цветов встроенного журнала плагина сообщений, если в качестве журнала выбран сторонний журнал) | |||
2023-04-14 | all LogStreamInEvents implementations unified, old memory allocation schema ↵ | George Hazan | |
dropped | |||
2023-03-30 | massive code cleaning after regression caused by #3210 | George Hazan | |
2022-03-26 | fixes #3057 (Унифицировать настройку горячих ↵ | George Hazan | |
клавиш для отправки сообщений) | |||
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-01-24 | more effective way to use OnChange callbacks automatically | George Hazan | |
2021-01-18 | Scriver: minor fix for options dialog | George Hazan | |
2021-01-18 | fixes #2697 (Scriver: падение при попытке зайти в ↵ | George Hazan | |
настройки) | |||
2021-01-16 | glory, glory, halleluya: perversive manual call of OnChange() event inside ↵ | George Hazan | |
OnInitDialog isn't needed anymore | |||
2020-05-01 | frankly speaking, neither colors not effects have flags | George Hazan | |
2020-05-01 | FIDF_DEFAULTVALID: code cleaning | George Hazan | |
2020-03-30 | Contact lists: | George Hazan | |
- all common options moved to the Clist namespace; - fixes #2281 (Add option to not clear "NotOnList" group at start); | |||
2019-10-02 | merge with SrmmLogContainer | George Hazan | |
2019-09-18 | Scriver: typing options -> UI classes | George Hazan | |
2019-09-10 | Scriver: rollback of malicious changes, original order of things restored | George Hazan | |
2019-09-09 | Scriver: further code unification | George Hazan | |
2019-08-30 | no more old-style settings in Scriver | George Hazan | |
2019-08-30 | Scriver: more CMOption | George Hazan | |
2019-08-30 | Scriver: more CMOption | George Hazan | |
2019-08-30 | Scriver: | George Hazan | |
- fixes #2037 (when tabs are used, "Save settings for contacts" corrupts window position); - rest of tabs options switched to UI; - version bump | |||
2019-08-29 | Scriver: options automation | George Hazan | |
2019-07-21 | Restore "Free for chat" status support (fixes #1963) | dartraiden | |
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
2019-03-07 | Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵ | George Hazan | |
controls flags | |||
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-01-31 | Scriver: no more URLs | dartraiden | |
2018-11-12 | Scriver -> g_plugin calls | George Hazan | |
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | fixes #1474 (Scriver: send options cannot be translated) | George Hazan | |
2018-07-11 | GUI change: | George Hazan | |
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name) | |||
2018-06-09 | Scriver: make keyboard shortcuts translatable | dartraiden | |
2018-06-09 | fixes #1406 (Scriver: sending by Shift+Enter) | George Hazan | |
2018-06-04 | Scriver: | George Hazan | |
- fixes #1404 (Scriver: cannot change "Send message on" settings) - fixes #1405 (Scriver: add "Send message on Ctrl+Enter") | |||
2018-06-01 | code cleaning | George Hazan | |
2018-06-01 | rest of Scriver option dialogs moved to UI classes | George Hazan | |
2018-06-01 | CPluginDlgBase: this class became useless because CMPlugin already has ↵ | George Hazan | |
module setting | |||
2018-06-01 | fixes #1370 (Scriver: titlebar setting bug) | George Hazan | |
2018-05-22 | m_fontservice.h => CMPlugin | George Hazan | |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan | |
2018-05-16 | Scriver -> CMPlugin | George Hazan | |
2018-05-13 | related to #1354 (unhides the hidden database setting that sets the title ↵ | George Hazan | |
format for Scriver) | |||
2018-05-11 | fixes #1347 (Scriver: remove "Use the contact's status icon as the window ↵ | George Hazan | |
icon" option) | |||
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-03-06 | PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵ | George Hazan | |
is changed |