summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/container.cpp
AgeCommit message (Expand)Author
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-12-01static mir_tstrncpy replaced with direct _tcsncpy_s callsGeorge Hazan
2014-12-01copyright updateGeorge Hazan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
2014-11-30code cleanup, x64 fixRozhuk Ivan
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
2014-11-25cleanupKirill Volinsky
2014-11-25TabSRMM null ptr fixes and code cleanupRozhuk Ivan
2014-08-12more correct check for avatarsGeorge Hazan
2014-08-02git-svn-id: http://svn.miranda-ng.org/main/trunk@10026 1316c22d-e87f-b044-9b9...George Hazan
2014-07-29- m_flash.h & m_flash.inc moved to deprecated;George Hazan
2014-07-04missing argumentGeorge Hazan
2014-07-04tabSRMM:George Hazan
2014-05-30db_mc_getMostOnline - a handy helper for MS_MC_GETMOSTONLINECONTACTGeorge Hazan
2014-03-15huge clutch sawed out of the MC engineGeorge Hazan
2014-03-11fix for tabSRMM send queueGeorge Hazan
2014-03-09end of the old MC APIGeorge Hazan
2014-03-09- unused variables wiped out of tabSRMMGeorge Hazan
2014-02-27- metacontacts are always present;George Hazan
2014-02-26MCONTACT-related code cleaningGeorge Hazan
2014-02-24more useless conversions removedGeorge 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-10HCONTACT, part 3George Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2014-01-19fix for deadlock on messages in tabSRMMGeorge Hazan
2014-01-12fix for tabs creation in tabSRMM without Jabber.dllGeorge Hazan
2014-01-05end of database trash in tabSRMM container moduleGeorge Hazan
2014-01-04- major memory leak in tabSRMM;George Hazan
2014-01-02Separate writing of "infobar", "titlebar", "statusbar", etc.Dart Raiden
2014-01-01copyright update for year 2014George Hazan
2013-12-20- mathMod support removed;George Hazan
2013-10-10MS_CLIST_GETSTATUSMODEDESCRIPTION replaced with the direct callGeorge Hazan
2013-09-22pre-XP headers cleanedGeorge Hazan
2013-09-21using Uxtheme in tabsrmmKirill Volinsky
2013-09-18double ;; removedKirill Volinsky
2013-08-21tabSRMM: thy shall not create a container after shutdownGeorge Hazan
2013-08-12custom buttons in TabSRMM removed and based on the standard MButtonClassGeorge Hazan
2013-08-12mir_alloc/calloc/free instead of simple malloc/calloc/freeGeorge Hazan
2013-08-12- fix for a rare crash on tabsrmm tooltips;George Hazan
2013-08-04- code formatting;George Hazan
2013-08-03- old junk removed from tabSRMM & replaced with the modern callsGeorge Hazan
2013-08-03minor code cleaningGeorge Hazan
2013-07-23code cleaningGeorge Hazan
2013-07-22replace sprintf to mir_snprintf (part 1)Kirill Volinsky