summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_clcopts.cpp
AgeCommit message (Collapse)Author
2025-05-13fixes #5009 completelyGeorge Hazan
2025-05-12fixes #5009 ("Pin to desktop" option doesn't work in all modern Windows)George Hazan
2025-05-09end of clist common settings zoo in m_clist.hGeorge Hazan
2025-01-04It actually depends on the order of the accounts, not the name of the accountsdartraiden
2025-01-01Another year has passeddartraiden
2024-08-21fixes #4588 (Clist_modern: remove ICQ support)George Hazan
2024-01-08Update copyrightsdartraiden
2023-11-21Clist_Modern: fix for a translation issue in Options - SkinsGeorge Hazan
2023-03-03fixes #3383 (Clist_modern: get rid of inverted logic)George Hazan
2023-01-02Update copyrightsdartraiden
2022-11-15fixes #3240 (StdClist: get rid of inverted logic)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-02-18fixes #2744 + code cleaningGeorge Hazan
2021-01-22further clist options optimizationGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-11-30fixes #2630 (Clist blind: Filter search option moved to Options - Contact ↵George Hazan
list - Common)
2020-04-05another common clist option moved to the coreGeorge 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-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
2019-06-04finally fixes #1963 (Remove Free for Chat, On the Phone and Out of Lunch ↵George Hazan
statuses completely)
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-02-27fixes #1701 (Clist modern: add contact sorting by last online time)George Hazan
2019-02-06fixes #1786 (Clist Modern constantly checks if the status message has been ↵George Hazan
updated even if there's no need to do that)
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-25major code cleaning of all font-related structuresGeorge Hazan
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-15fixes #1494 (Clist modern: cannot save "default" selection mode)George Hazan
2018-07-12fixes #1469 (Clist_modern: gap is too big)George Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-06-18more code cleaningGeorge Hazan
2018-06-18code cleaningGeorge 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-22m_fontservice.h => CMPluginGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-16Clist_modern => CMPluginGeorge Hazan
2018-04-05bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to ↵George Hazan
Clist_Tray*
2018-04-05CLIST_INTERFACE::pfnLoadContactTree => Clist_LoadContactTreeGeorge Hazan
2018-04-04static function CLIST_INTERFACE::pfnInitAutoRebuild replaced with ↵George Hazan
Clist_InitAutoRebuild
2018-04-03Accounts() : iterator for accountsGeorge Hazan
2018-04-03CLIST_INTERFACE:George Hazan
- unused members removed (requires new History++ for people who compile Miranda themselves); - useless helpers Proto_IsAccountEnabled & Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled & IsLocked respectively; - static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible
2018-01-26code optimizationGeorge 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)