Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05 | various cosmetic fixes for Russian langpack | dartraiden | |
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 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-12-06 | convert txt files to utf-8 | Kirill Volinsky | |
2017-12-03 | Clist_modern: added link to addons site | Kirill Volinsky | |
2017-11-29 | CMake: clean up library dependencies. | protomors | |
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-31 | Initial CMake support. (#1013) | Vitaly Svyastyn | |
* CMake files for building application and core library. * CMake files for core plugins. Now it runs! * CMake files for some plugins. | |||
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-10-09 | MS_CLIST_SETSTATUSMODE => Clist_SetStatusMode() | George Hazan | |
dunno how I could miss it | |||
2017-09-19 | Clist_modern: removed not used icons | Kirill Volinsky | |
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 | |
2017-08-15 | anonymous SRMM services got names | George Hazan | |
2017-08-06 | Update rest of links to https | Robert Pösel | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |