summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgoptions.cpp
AgeCommit message (Collapse)Author
2023-01-16fixes #3305 (tabSRMM: цвета в редакторе шаблонов)George Hazan
2023-01-02Update copyrightsdartraiden
2022-09-26tabSRMM: unused resource ids removedGeorge Hazan
2022-09-25tabSRMM: fix urls according to wiki changesdartraiden
2022-09-24tabSRMM: death of proprietary option treeGeorge Hazan
2022-09-24fixes #3194 (tabSRMM: ger rid of inverted logic)George Hazan
2022-09-01Fix addons URLdartraiden
2022-08-12tabSRMM: fix for the Reset buttonGeorge Hazan
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-06-22fixes #3108 (tabSRMM doesn't take typing notification settings for unknown ↵George Hazan
contacts into consideration) + code cleaning
2022-05-20fixes #3071 (TabSRMM имеет настройку отключения ↵George Hazan
попапов про набор текста, которая конфликтует с настройкой StdPopup)
2022-03-26fixes #3057 (Унифицировать настройку горячих ↵George Hazan
клавиш для отправки сообщений)
2022-02-09fixes #1950 (Remove notification engine from TabSRMM)George Hazan
2022-02-07fxes #3024 (Сделать переводимыми различные ↵George Hazan
тестовые окна )
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-11Fixes #2982:George Hazan
- status change events are now considered tabSRMM specific and are generated only for tabSRMM embedded log viewer - code cleaning
2021-12-10fixes #2895 (Clist_modern: various quirks with embedded clists, metacontacts ↵George Hazan
& drag-n-drops)
2021-12-10code cleaningGeorge Hazan
2021-03-15fixes #2769 (TabSRMM: первое обновление ↵George Hazan
предпросмотра RTL-шаблонов делает что-то странное) + code cleaning
2021-03-13tabSRMM: further log code cleaningGeorge Hazan
2021-03-13tabSRMM: perversion with bit flags removedGeorge Hazan
2021-02-27fixes #2753 (by default only checkboxes should be notified about OnChange ↵George Hazan
before OnInitDialog)
2021-01-26tabSRMM: fix for templates editor dialogGeorge Hazan
2021-01-17Update copyrightsdartraiden
2021-01-16glory, glory, halleluya: perversive manual call of OnChange() event inside ↵George Hazan
OnInitDialog isn't needed anymore
2021-01-06CCtrlColor applied in dialogs when possibleGeorge Hazan
2020-07-30This option no longer requires restartdartraiden
2020-05-04tabSRMM: template options dialog to always use temporary contactGeorge Hazan
2020-05-04tabSRMM:George Hazan
- ANSI crutch removed; - LoadMsgDlgFont: useless parameter szMod removed; - wcscpy replaced with safer call of wcsncpy_s; - useless function LoadLogfont removed;
2020-04-30fixes #2366 (TabSRMM: кракозябры в винде, где нет ↵George Hazan
поддержки русского)
2020-04-30minor code cleaningGeorge Hazan
2020-04-28tabSRMM: code cleaningGeorge Hazan
2020-03-30Contact lists:George Hazan
- all common options moved to the Clist namespace; - fixes #2281 (Add option to not clear "NotOnList" group at start);
2020-01-01Happy new year, MirandaGeorge Hazan
2019-11-04tabSRMM:George Hazan
- massive code cleaning; - fixes #2099 (TabSRMM: add tab scrolling by mouse wheel); - version bump
2019-10-05fixes #2091 (tabSRMM: added "Use the same splitter height for all sessions")George Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-18tabSRMM: own set of H++ constants removedGeorge Hazan
2019-09-14tabSRMM:George Hazan
- fixes #2055 (crash on opening template editor); - TContainerData got a constructor & destructor; - more methods moved to TContainerData class; - unused include file "templates.h" removed; - code cleaning
2019-08-13last tabSRMM options dialog went to UI classesGeorge Hazan
2019-08-12tabSRMM: old perversion for chat options removedGeorge Hazan
2019-08-09fixes #2023 (Cannot edit "Open new chat rooms in the default container" ↵George Hazan
setting when using a screen reader on Windows)
2019-05-31tabSRMM:George Hazan
- fixes #1959 (TabSRMM: add option to disable Esc key); - skin option dialogs rewritten using UI controls; - version bump
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-05-27obsolete calls of GetVersion() removed & replaced with IsWinVer*Plus() callsGeorge Hazan
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, ↵George Hazan
not inside OnInitDialog)