summaryrefslogtreecommitdiff
path: root/src/modules/clist/clistmod.cpp
AgeCommit message (Expand)Author
2015-04-16IsStatusConnecting() - useful macroGeorge Hazan
2015-04-11unsafe string operations replaced with safe wherever possibleGeorge Hazan
2015-04-10more fixesGeorge Hazan
2015-02-16translation fixKirill Volinsky
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-03-11old nasty perversion with dynamically created lists removedGeorge Hazan
2014-02-27minor code cleaningGeorge Hazan
2014-02-24- added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi...George Hazan
2014-02-12another bunch of useless conversions diedGeorge Hazan
2014-02-10these conversions aren't needed eitherGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2014-01-21minor code cleaningGeorge Hazan
2014-01-02added destructor LIST::~LIST, that calls destroy() automatically.George Hazan
2014-01-01copyright update for year 2014George Hazan
2013-10-10- MS_CLIST_GETSTATUSMODEDESCRIPTION replaced with the direct clist callGeorge Hazan
2013-09-21small cleanupKirill Volinsky
2013-09-21using Uxtheme in coreKirill Volinsky
2013-06-29rest of unused databases services removedGeorge Hazan
2013-06-14Improved and iconized some MessageBoxes.Robert Pösel
2013-06-07duplicated and unused services removedGeorge Hazan
2013-06-07- clist_modern: we don't redeclare code services anymore;George Hazan
2013-05-17some more fixes for MS_DB_CONTACT_DELETE & loopsGeorge Hazan
2013-04-09- the kernel filters out contacts by proto names much faster than a plugin;George Hazan
2013-04-09- short function names allows to write database loops in one string;George Hazan
2013-03-06cleanup of the unnecessary UnhookEvent() callsGeorge Hazan
2013-02-11core: copyright update to year 2013George Hazan
2012-11-25typed stub for MS_PROTO_GETCONTACTBASEPROTOGeorge Hazan
2012-11-19- added another helper, ExtraIcon_Clear, to remove an icon from slot;George Hazan
2012-11-15- fix for the Online/Offline button in clist_mwGeorge Hazan
2012-11-15core: tabs over spacesGeorge Hazan
2012-11-10- fixed crazy drawing bug in nicer;George Hazan
2012-10-10service call replaced with the direct function callGeorge Hazan
2012-10-07old database macros removed from m_database.hGeorge Hazan
2012-09-25- fix for the clist services creation orderGeorge Hazan
2012-07-05- first of the /Core standard plugins;George Hazan
2012-06-28database stubs moved to mir_coreGeorge Hazan
2012-06-26- microkernel addded;George Hazan
2012-06-18- PLUGININFO structure removed at all;George Hazan
2012-06-15another portion of "#ifsef Unicode" removalVadim Dashevskiy
2012-06-14- all MS_CLIST_ADD*ITEM services replaced with Menu_Add*Item stubs.George Hazan
2012-06-03let VS2010 be damnnedGeorge Hazan
2012-05-15initial commitVadim Dashevskiy