Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-23 | Clist_modern: minor fix for the folded groups checkbox in View Modes | 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-31 | fixes #3316 (Метаконтакты: добавить пункт ↵ | George Hazan | |
контекстного меню для разворачивания/сворачивания) | |||
2023-01-02 | Update copyrights | dartraiden | |
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-02-18 | fixes #2744 + code cleaning | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-08-01 | fixes #2504 (rolls back a fix for #2498) | George Hazan | |
2020-07-30 | fixes #2498 (Clist_modern некорректно автоматически ↵ | George Hazan | |
считает высоту окна при старте) | |||
2020-07-30 | minor code cleaning | 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-01-01 | Happy new year, Miranda | George Hazan | |
2019-07-21 | Restore "Free for chat" status support (fixes #1963) | dartraiden | |
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
2019-05-21 | fixes #1937 (Clist_Modern doesn't display custom connection icons after any ↵ | George Hazan | |
change in Options - Icons) | |||
2019-03-26 | ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed | George Hazan | |
2019-02-26 | bunch of obsolete code removed from Clist_Modern | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-11-13 | clist_modern -> g_plugin | George Hazan | |
2018-07-27 | fix for a typo | George Hazan | |
2018-07-27 | Clist_Modern: | George Hazan | |
- fixes #1518 (clist_modern account panel filter logic); - code cleaning | |||
2018-07-24 | database: | 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-14 | fix for the owner drawn menu bar | George Hazan | |
2018-07-13 | Contacts lists: | George Hazan | |
- duplicate IDR_CLISTMENU resources removed, the only copy remains in mir_app.dll; - local variable g_hMenuMain removed from Clist_Modern and replaced with g_clistApi.hMenuMain; - duplicate code removed from Clist_Modern (CLUI::CreateCluiFrames()) - fixes #1465 (StdClist: "Status" menu cannot change language on the fly); - fixes #1467 (Clist_blind: menu cannot change language on the fly); - fixes menu-related part in #1471 | |||
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-05 | fixes #1448 (translated frame names in database) | 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 | m_genmenu.h unbound from hLangpack | George Hazan | |
2018-05-22 | IcoLib_AddIcon => CMPlugin::addIcon | George Hazan | |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan | |
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW | |||
2018-05-16 | Clist_modern => CMPlugin | George Hazan | |
2018-04-07 | Proto_GetStatus is used everywhere instead of PS_GETSTATUS | George Hazan | |
2018-04-05 | bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to ↵ | George Hazan | |
Clist_Tray* | |||
2018-04-04 | CLIST_INTERFACE::pfnReloadExtraIcons => ExtraIcon_Reload() | George Hazan | |
CLIST_INTERFACE::pfnSetAllExtraIcons => ExtraIcon_SetAll() | |||
2018-04-04 | static function CLIST_INTERFACE::pfnInitAutoRebuild replaced with ↵ | George Hazan | |
Clist_InitAutoRebuild | |||
2018-04-03 | Accounts() : iterator for accounts | George Hazan | |
2018-04-03 | CLIST_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-02-21 | Clist_Modern: C++'11 iterators | George Hazan | |
2018-01-26 | code optimization | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-27 | slightly optimized way of getting menu item's module name | George Hazan | |
2017-11-27 | add module name (part 1) | Kirill Volinsky | |