summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_viewmodebar.cpp
AgeCommit message (Collapse)Author
2024-01-08Update copyrightsdartraiden
2023-11-21Clist_Modern: fix for a translation issue in Options - SkinsGeorge Hazan
2023-07-23let boolean variables inside ClcGroup be booleanGeorge Hazan
2023-07-23Clist_modern: minor fix for the folded groups checkbox in View ModesGeorge Hazan
2023-04-28code cleaningGeorge Hazan
2023-04-28code cleaningGeorge Hazan
2023-04-27Clist_modern:George Hazan
- fixes #3512 (Clist: "Hide empty groups" in "Setup view mode"); - fixes #3511 (Clist: "Show groups folded/unfolded" in "Setup view mode")
2023-04-27code cleaningGeorge Hazan
2023-04-26Clist_Modern: view modes editor -> UI classesGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-05-15SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW commandGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-11-19ApplyViewMode: unused parameter removedGeorge Hazan
2020-08-05fixes #2513 (Clist_Modern: Possibility of renaming View Mode(s))George 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-02-21Clist_modern:George Hazan
- fixes #2227 (Clist_modern: Диалог "Режимы вида" неправильно работает); - minor code cleaning; - version bump
2020-02-13fixes #2208 (Clist_modern: Режимы вида. Текст кнопки ↵George Hazan
должен измениться после смены режима)
2020-02-06fixes #2198 (Clist_modern: Окно "Настройка режимов ↵George Hazan
вида" забывает про закреплённые контакты)
2020-02-04Clist_Modern:George Hazan
- fixes #2191 (View Modes work incorrectly when offline contacts are always shown); - accounts in View Modes options are displayed by their visual names, not by physical protocol names; - version bump
2020-01-01Happy new year, MirandaGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-02-19compilation fixGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-11-13clist_modern -> g_pluginGeorge Hazan
2018-07-27Clist_Modern:George Hazan
- fixes #1518 (clist_modern account panel filter logic); - code cleaning
2018-07-24database:George Hazan
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s.
2018-07-17Fix regression introduced in e5e268f1267ac0a16303081f1532fa1597911887dartraiden
"View modes" string must be present in the language package
2018-07-13fixes #1468 (Clist_modern: "All contacts" button cannot change language on ↵George Hazan
the fly)
2018-07-05fixes #1448 (translated frame names in database)George Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-16Clist_modern => CMPluginGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnDeleteFromContactList => Clist_DeleteFromContactListGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescriptionGeorge Hazan
2018-04-03Accounts() : iterator for accountsGeorge Hazan
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-23database enumerators => void* instead of LPARAMGeorge Hazan
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-09-04Clist_Modern:George Hazan
- useless error message removed; - code cleaning; - version bump;
2017-08-05Change rest of Miranda NG links to https://Robert Pösel