summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/container.cpp
AgeCommit message (Expand)Author
2016-09-05Menu_DrawItem & Menu_MeasureItem now simply receive LPARAMGeorge Hazan
2016-09-02- three remaining clist services converted into functions (Clist_MenuProcessC...George Hazan
2016-08-05- status removed from badly written database cache;George Hazan
2016-07-29no more TCHARsGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-07-25hello, Unix.George Hazan
2016-05-30- fixes #1061 (Not all TabSRMM buttons working after language change)George Hazan
2016-01-02Copyrights update part 3 (final)Dart Raiden
2015-09-01- adaptation for the kernel strdel();George Hazan
2015-09-01- %g added to tabSRMM window header's masks -> users's group;George Hazan
2015-08-28variables localizationGeorge Hazan
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-08-27warning fixesGeorge Hazan
2015-08-01tabsrmm: common projectKirill Volinsky
2015-06-27- clist menus went to functionsGeorge Hazan
2015-06-25rest of genmenu api diedGeorge Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-15MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function callsGeorge Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-03-06TabSRMM: code cleanupTobias Weimer
2015-03-05TabSRMM: code cleanupTobias Weimer
2015-03-03code cleaningGeorge Hazan
2015-03-02TabSRMM: wine fix for tab paint on mouse move, code cleanupRozhuk Ivan
2015-02-21code formattingKirill Volinsky
2015-02-05Various:Tobias Weimer
2015-01-26TabSRMM: wine crash fixRozhuk Ivan
2015-01-25TabSRMM:Tobias Weimer
2015-01-06TabSRMM: partial decapitalization (I tried not to broke any of the database s...Dart Raiden
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-19variable names' normalizationGeorge Hazan
2014-12-13tabSRMM warning level 4George Hazan
2014-12-13Utils::FormatTitleBar: wrong function's return typeGeorge Hazan
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-12- fix for drawing status bar icons;George Hazan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
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