summaryrefslogtreecommitdiff
path: root/plugins/StatusPlugins/KeepStatus
AgeCommit message (Expand)Author
2015-09-19fix encoding problemsDart Raiden
2015-09-18replace "(c)" and "c" by ©Dart Raiden
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-08-16name conflicts solvedGeorge Hazan
2015-08-15StatusPlugins:Tobias Weimer
2015-07-23platform toolset updated for vc2015 Vadim Dashevskiy
2015-07-21platform toolset updated for vc2015Kirill Volinsky
2015-07-21preparing for vc2015Kirill Volinsky
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...George Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-19- all static protocol services replaced with functions;George Hazan
2015-06-15MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function callsGeorge Hazan
2015-06-04new mir_sntprintf templates without SIZEOFGeorge Hazan
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-23replace _tcsncat to mir_tstrncatKirill Volinsky
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-04-30minus critical sectionKirill Volinsky
2015-04-16IsStatusConnecting() - useful macroGeorge Hazan
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2014-12-16KeepStatus: changed warning lavel to w4Kirill Volinsky
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
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-30safe lstr* replacements: mir_strlen, mir_wstrlen, mir_strcpy, mir_wstrcpy, George Hazan
2014-11-26KeepStatus code cleanupRozhuk Ivan
2014-06-11correct ServiceExists call for popupsGeorge Hazan
2014-03-22WIN32 macro isn't needed in projectsGeorge Hazan
2014-03-12Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi...Rozhuk Ivan
2014-02-28farewell MSVS 2012Vadim Dashevskiy
2014-02-27minor code cleaningGeorge Hazan
2014-02-24minor code cleaningGeorge Hazan
2014-02-22NAS support returned back to status pluginsGeorge Hazan
2014-01-25end of version zooGeorge Hazan
2013-12-04KeepStatus:George Hazan
2013-11-09added projects and solutions for vc2013Kirill Volinsky
2013-10-10- MS_CLIST_GETSTATUSMODEDESCRIPTION replaced with the direct clist callGeorge Hazan
2013-09-29no need load dll when lib linkedKirill Volinsky
2013-09-26plugins cleanupKirill Volinsky
2013-09-25valid options initializationGeorge Hazan
2013-09-20using UxthemeKirill Volinsky
2013-08-27KeepStatus: removed unnecessary protocols in popup.Vlad Mironov
2013-08-07crash fixGeorge Hazan
2013-07-29resource clearance moved to ME_SYSTEM_PRESHUTDOWN instead of ME_SYSTEM_OKTOEXITGeorge Hazan
2013-07-25replace sprintf to mir_snprintf (part 6)Kirill Volinsky