Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-04 | CLIST_INTERFACE::pfnReloadExtraIcons => ExtraIcon_Reload() | George Hazan | |
CLIST_INTERFACE::pfnSetAllExtraIcons => ExtraIcon_SetAll() | |||
2018-04-04 | - CLIST_INTERFACE::pfnGetProtocolMenu => Menu_GetProtocolMenu | George Hazan | |
- CLIST_INTERFACE::pfnReloadProtoMenus => Menu_ReloadProtoMenus - CLIST_INTERFACE::pfnGetProtoIndexByPos considered unused... thus removed | |||
2018-04-04 | CLIST_INTERFACE::pfnGetAccountIndexByPos => Clist_GetAccountIndex | George Hazan | |
2018-04-04 | static function CLIST_INTERFACE::pfnGetContactIcon exported as ↵ | George Hazan | |
Clist_GetContactIcon (history++ to be recompiled) | |||
2018-04-04 | static function CLIST_INTERFACE::pfnInitAutoRebuild replaced with ↵ | George Hazan | |
Clist_InitAutoRebuild | |||
2018-04-04 | Windows lists: | George Hazan | |
- fix for a 64-bit issue that could cause a crash; - code cleaning | |||
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-04-03 | Clist_modern: fix for calculating common protocol status even for old protocols | George Hazan | |
2018-04-02 | Clist_modern: unloaded protos not to be included into expanded subs too | George Hazan | |
2018-03-27 | there's no need to load contacts from unloaded protocols | George Hazan | |
2018-03-23 | fix for loading menus | George Hazan | |
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |
2018-03-15 | LIST<> iterators: | George Hazan | |
- new method LIST::removeItem added to save a pointer to removed record; - code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one; - a few remaining cycles converted to iterators | |||
2018-03-15 | MUCH more effective way of removing records from iterators | George Hazan | |
2018-03-14 | reverse iterators for LIST<> | George Hazan | |
2018-03-14 | code cleaning | George Hazan | |
2018-03-11 | clist_modern: correct version of c27f041 | Mataes | |
2018-03-11 | clist_modern: change char to CMStringA | Mataes | |
2018-03-10 | ClistModern: fix for a very old bug when selection jumps to the first line ↵ | George Hazan | |
during group's expansion/contraction | |||
2018-03-07 | some fixes | Kirill Volinsky | |
2018-02-24 | guard headers | Goraf | |
2018-02-21 | Clist_Modern: C++'11 iterators | George Hazan | |
2018-02-20 | second instance of the same account status checker removed | George Hazan | |
2018-02-20 | Clist_Modern: very strange manual icon's visibility checker replaced with ↵ | George Hazan | |
the core one | |||
2018-02-10 | fix #1146 (Clist_modern: some options resets after Miranda restart) | Goraf | |
2018-01-26 | code optimization | George Hazan | |
2018-01-19 | duplicate check removed | George Hazan | |
2018-01-10 | merge from #1093: we don't check null pointers and missing subs | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ↵ | dartraiden | |
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure | |||
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-12-03 | Clist_modern: added link to addons site | 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 | |
2017-11-23 | database enumerators => void* instead of LPARAM | George Hazan | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-11-08 | code celaning | George Hazan | |
2017-11-08 | Clist_Modern: fix for 64-bits sorting | George Hazan | |
2017-10-09 | MS_CLIST_SETSTATUSMODE => Clist_SetStatusMode() | George Hazan | |
dunno how I could miss it | |||
2017-09-13 | partially remove ModernOpt stuff | dartraiden | |
2017-09-07 | code cleaning | George Hazan | |
2017-09-05 | Clist Modern: more code cleaning | George Hazan | |
2017-09-04 | Clist_Modern: | George Hazan | |
- useless error message removed; - code cleaning; - version bump; | |||
2017-08-20 | minus ModernOpt | George Hazan | |