summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_clc.cpp
AgeCommit message (Collapse)Author
2024-09-07chore: fix grammar errors in commentsSergey Ponomarev
Mostly missing articles
2024-07-09fixes for various small quirksGeorge Hazan
2024-04-09fixes #4323 (Clist_modern: плагин не позволяет ↵George Hazan
перетащить файл на контакт, который не в сети)
2024-02-01fixes #4128 completelyGeorge Hazan
2024-01-08Update copyrightsdartraiden
2023-11-21Clist_Modern: fix for a translation issue in Options - SkinsGeorge Hazan
2023-11-08fixes #3865 (make Rate plugin deprecated)George Hazan
2023-09-25SmileyAdd: fix for the obsolete quirks in SmaileyAdd APIGeorge Hazan
2023-08-26let's turn these diagnostic messages offGeorge Hazan
2023-07-23let boolean variables inside ClcGroup be booleanGeorge 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-01-02Update copyrightsdartraiden
2022-08-04fixes #3141 (Miranda should not offer metacontact creation if meta support ↵George Hazan
is disabled)
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-07-16Contact_IsGroupChat - a helper to detect chat roomsGeorge 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-22more thorough fix for #2991George Hazan
2021-12-22fixes #2991 (Clist_modern: crash on moving group)George Hazan
2021-12-10fixes #2895 (Clist_modern: various quirks with embedded clists, metacontacts ↵George Hazan
& drag-n-drops)
2021-01-17Update copyrightsdartraiden
2020-06-17fix for a last message time storingGeorge Hazan
2020-06-16Clist_Modern: fix for sorting by last message timeGeorge Hazan
2020-06-14fixes #2451 (Clist_modern в сортировке контактов "По ↵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-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-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-28minor optimization related to #2133George Hazan
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2019-09-26Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵George Hazan
variable and unify access to it
2019-07-26warning fixesGeorge Hazan
2019-06-03Folders: old TCHAR helpers removedGeorge Hazan
2019-03-26ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removedGeorge 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-02-01four forgotten meta services removedGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-11-13clist_modern -> g_pluginGeorge Hazan
2018-09-18code cleaningGeorge Hazan
2018-07-27Clist_Modern:George Hazan
- fixes #1518 (clist_modern account panel filter logic); - code cleaning
2018-06-25duplicate cache item removed to avoid rare crashesGeorge 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-22IcoLib_AddIcon => CMPlugin::addIconGeorge Hazan
2018-05-16Clist_modern => CMPluginGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-07duplicate ME_PROTO_ACK handlers merged togetherGeorge Hazan
2018-04-06CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChangedGeorge Hazan
CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended