Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-13 | fixes #5009 completely | George Hazan | |
2025-05-12 | fixes #5009 ("Pin to desktop" option doesn't work in all modern Windows) | George Hazan | |
2025-05-09 | end of clist common settings zoo in m_clist.h | George Hazan | |
2025-01-04 | It actually depends on the order of the accounts, not the name of the accounts | dartraiden | |
2025-01-01 | Another year has passed | dartraiden | |
2024-08-21 | fixes #4588 (Clist_modern: remove ICQ support) | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2023-11-21 | Clist_Modern: fix for a translation issue in Options - Skins | George Hazan | |
2023-03-03 | fixes #3383 (Clist_modern: get rid of inverted logic) | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-11-15 | fixes #3240 (StdClist: get rid of inverted logic) | 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-02-18 | fixes #2744 + code cleaning | George Hazan | |
2021-01-22 | further clist options optimization | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-11-30 | fixes #2630 (Clist blind: Filter search option moved to Options - Contact ↵ | George Hazan | |
list - Common) | |||
2020-04-05 | another common clist option moved to the core | 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-06-04 | finally fixes #1963 (Remove Free for Chat, On the Phone and Out of Lunch ↵ | George Hazan | |
statuses completely) | |||
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
2019-02-27 | fixes #1701 (Clist modern: add contact sorting by last online time) | 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-01-04 | Update copyrights | dartraiden | |
2018-11-13 | clist_modern -> g_plugin | George Hazan | |
2018-07-27 | Clist_Modern: | George Hazan | |
- fixes #1518 (clist_modern account panel filter logic); - code cleaning | |||
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
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-15 | fixes #1494 (Clist modern: cannot save "default" selection mode) | George Hazan | |
2018-07-12 | fixes #1469 (Clist_modern: gap is too big) | George Hazan | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-06-18 | more code cleaning | George Hazan | |
2018-06-18 | code cleaning | 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_fontservice.h => CMPlugin | George Hazan | |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-16 | Clist_modern => CMPlugin | George Hazan | |
2018-04-05 | bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to ↵ | George Hazan | |
Clist_Tray* | |||
2018-04-05 | CLIST_INTERFACE::pfnLoadContactTree => Clist_LoadContactTree | George Hazan | |
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-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) |