summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src
AgeCommit message (Expand)Author
2015-01-01- crash fix;George Hazan
2015-01-01Clist_modern: tray icons refactoring, attempt second.Vlad Mironov
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-31missing assignmentGeorge Hazan
2014-12-31code simplificationGeorge Hazan
2014-12-30improperly copied code removedGeorge Hazan
2014-12-29fix for object's removingGeorge Hazan
2014-12-22- minus another critical section;George Hazan
2014-12-22slow contact scan replaces with the keyed indexGeorge Hazan
2014-12-22- fix for _AniAva_AnimationTreadProc;George Hazan
2014-12-22trying to catch hung thread in clist_modernGeorge Hazan
2014-12-22more correct way of leaving threadGeorge Hazan
2014-12-22- another CRITICAL_SECTION removed;George Hazan
2014-12-21- MS_PROTO_ISPROTOCOLLOADED now switched back to protocols instead of accounts;George Hazan
2014-12-18various calls of setlocale removedGeorge Hazan
2014-12-17warning fixGeorge Hazan
2014-12-16clist_modern: Some warnings fixedTobias Weimer
2014-12-16type conversion warnings fixedGeorge Hazan
2014-12-16no longer needDart Raiden
2014-12-15Unused function removed.Vlad Mironov
2014-12-14all possible warnings fixedGeorge Hazan
2014-12-14Clist_modern: changed warning lavel to w4Kirill Volinsky
2014-12-14clist_modern: descriptionDart Raiden
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-13Utils::FormatTitleBar: wrong function's return typeGeorge Hazan
2014-12-13- warnings fixed;George Hazan
2014-12-13Clist_modern: decapitalizationDart Raiden
2014-12-13memmove -> memcpy in some cases, review reqRozhuk Ivan
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-11git-svn-id: http://svn.miranda-ng.org/main/trunk@11320 1316c22d-e87f-b044-9b9...Vlad Mironov
2014-12-10warning fixGeorge Hazan
2014-12-09crazy little thing called clist_modernGeorge Hazan
2014-12-09- unused code removed from clist modern;George Hazan
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-12-08tray menu code cleaningGeorge Hazan
2014-12-03code cleaning using mir_cs*George Hazan
2014-12-02less warningsGeorge Hazan
2014-12-02useless calls of mir_*strlen in DrawText replaced with -1George Hazan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-12-01fix buf size for mir_sntprintf()Rozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30mir_strcmp, mir_strcmpi, mir_wstrcmp, mir_wstrcmpiGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan