summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_clc.cpp
AgeCommit message (Expand)Author
2016-05-27- fixes #1242 (for subgroups)George Hazan
2016-05-24group processing code standardizationGeorge Hazan
2016-05-23fix for wrongly named variablesGeorge Hazan
2016-05-23- optimization in cli_SaveStateAndRebuildList applied to all clists (bLockScr...George Hazan
2016-05-23- we don't drop data cache upon the embedded clists rebuild;George Hazan
2016-05-20fixes #1242 (Clist_modern's cache changes related bugs)George Hazan
2016-05-18code cleaningGeorge Hazan
2016-05-06clist_modern:George Hazan
2016-04-28we don't need that FindItem's implementation in nicer+ anymore, it's already ...George Hazan
2016-04-28code cleaningGeorge Hazan
2016-04-28- 2nd & 3rd lines handling unification;George Hazan
2016-04-27persistent cache, no need to call pfnGetCacheEntry each timeGeorge Hazan
2016-04-26R.I.P m_clui.h, you helped us alotGeorge Hazan
2016-04-19faster, even fasterGeorge Hazan
2016-04-19further junk cleaningGeorge Hazan
2016-04-18code cleaningGeorge Hazan
2016-04-15clists code cleaning & optimizationGeorge Hazan
2016-04-15contact list groups:George Hazan
2016-04-14code cleaningGeorge Hazan
2016-03-24CList_modern: cleanupTobias Weimer
2016-03-24- db_get_ts -> db_get_tsa;George Hazan
2016-03-23more code cleaningGeorge Hazan
2016-03-23code cleaningGeorge Hazan
2016-01-02Copyrights update part 3 (final)Dart Raiden
2015-10-30old unused code that belongs to StdClist moved from the core to pluginGeorge Hazan
2015-10-28Optimize ME_DB_CONTACT_SETTINGCHANGED functions to not use mir_strcmp() but j...Robert Pösel
2015-10-21clist_modern: hook at "OnTop" setting changingAlexander Lantsev
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-08-17warning fixesGeorge Hazan
2015-07-25- obsolete menu processing code removed;George Hazan
2015-07-23fix for incorrect Win API callsGeorge Hazan
2015-07-09- various icon definition quirks;George Hazan
2015-07-02unified project for clist_modernGeorge Hazan
2015-06-25another portion of dead genmenu servicesGeorge Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-14- all icolib services removed;George Hazan
2015-06-13- miranda32.exe now does nothing bug extends PATH to %miranda_root%\libs and ...George Hazan
2015-06-07SKINICONDESC -> MAllStringsGeorge Hazan
2015-05-22right replacement for mir_stricmpGeorge Hazan
2015-05-22self strcmp function replaced by core functionKirill Volinsky
2015-05-16cleanupKirill Volinsky
2015-05-09like the same string in TopToolBarDart Raiden
2015-05-08old pieces of avatar processing code removedGeorge Hazan
2015-05-07suddenly © clist modern contained code to process avatars manually, besides AVSGeorge Hazan
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-22- minus another critical section;George Hazan
2014-12-14all possible warnings fixedGeorge Hazan
2014-12-14Clist_modern: changed warning lavel to w4Kirill Volinsky
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan