Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-07 | chore: fix grammar errors in comments | Sergey Ponomarev | |
Mostly missing articles | |||
2024-07-09 | fixes for various small quirks | George Hazan | |
2024-04-09 | fixes #4323 (Clist_modern: плагин не позволяет ↵ | George Hazan | |
перетащить файл на контакт, который не в сети) | |||
2024-02-01 | fixes #4128 completely | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2023-11-21 | Clist_Modern: fix for a translation issue in Options - Skins | George Hazan | |
2023-11-08 | fixes #3865 (make Rate plugin deprecated) | George Hazan | |
2023-09-25 | SmileyAdd: fix for the obsolete quirks in SmaileyAdd API | George Hazan | |
2023-08-26 | let's turn these diagnostic messages off | George Hazan | |
2023-07-23 | let boolean variables inside ClcGroup be boolean | George Hazan | |
2023-04-27 | Clist_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-02 | Update copyrights | dartraiden | |
2022-08-04 | fixes #3141 (Miranda should not offer metacontact creation if meta support ↵ | George Hazan | |
is disabled) | |||
2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-07-16 | Contact_IsGroupChat - a helper to detect chat rooms | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-12-22 | more thorough fix for #2991 | George Hazan | |
2021-12-22 | fixes #2991 (Clist_modern: crash on moving group) | George Hazan | |
2021-12-10 | fixes #2895 (Clist_modern: various quirks with embedded clists, metacontacts ↵ | George Hazan | |
& drag-n-drops) | |||
2021-01-17 | Update copyrights | dartraiden | |
2020-06-17 | fix for a last message time storing | George Hazan | |
2020-06-16 | Clist_Modern: fix for sorting by last message time | George Hazan | |
2020-06-14 | fixes #2451 (Clist_modern в сортировке контактов "По ↵ | 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); | |||
2020-02-04 | Clist_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-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-11-28 | minor optimization related to #2133 | George Hazan | |
2019-09-27 | fix for a function name: | George Hazan | |
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide | |||
2019-09-26 | Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵ | George Hazan | |
variable and unify access to it | |||
2019-07-26 | warning fixes | George Hazan | |
2019-06-03 | Folders: old TCHAR helpers removed | George Hazan | |
2019-03-26 | ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed | George Hazan | |
2019-02-06 | fixes #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-01 | four forgotten meta services removed | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-11-13 | clist_modern -> g_plugin | George Hazan | |
2018-09-18 | code cleaning | George Hazan | |
2018-07-27 | Clist_Modern: | George Hazan | |
- fixes #1518 (clist_modern account panel filter logic); - code cleaning | |||
2018-06-25 | duplicate cache item removed to avoid rare crashes | George Hazan | |
2018-05-27 | global variable name standardization | George Hazan | |
2018-05-23 | no need to initialize pcli variable in each plugin (only in Clist_*) | George Hazan | |
2018-05-22 | IcoLib_AddIcon => CMPlugin::addIcon | George Hazan | |
2018-05-16 | Clist_modern => CMPlugin | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-04-07 | duplicate ME_PROTO_ACK handlers merged together | George Hazan | |
2018-04-06 | CLIST_INTERFACE::pfnClcOptionsChanged => Clist_ClcOptionsChanged | George Hazan | |
CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended |