summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-14Actman 30: forgot to clear old flagAlexey Kulakov
2014-12-14clist_modern: resource cosmeticDart Raiden
2014-12-14DbEditorPP: changed warning lavel to w4Kirill Volinsky
2014-12-14DbChecker: changed warning lavel to w4Kirill Volinsky
2014-12-14Db_autobackups: changed warning lavel to w4Kirill Volinsky
2014-12-14CSList: changed warning lavel to w4Kirill Volinsky
2014-12-14CrashDumper: changed warning lavel to w4Kirill Volinsky
2014-12-14BuddyExpectator: changed warning lavel to w4Kirill Volinsky
2014-12-14BossKey: changed warning lavel to w4Kirill Volinsky
2014-12-14AVS: warning fixKirill Volinsky
2014-12-14let's operator new() clean the memoryGeorge Hazan
2014-12-14warning fixGeorge Hazan
2014-12-14BASS_interface: changed warning lavel to w4Kirill Volinsky
2014-12-14mergeGeorge Hazan
2014-12-14mir_calloc replaced with new()George Hazan
2014-12-14mra: w4 fixsRozhuk Ivan
2014-12-14warning fixesGeorge Hazan
2014-12-14fix for the wrong header pathGeorge Hazan
2014-12-14most evident warnings in MRA fixedGeorge Hazan
2014-12-14unused parameter removedGeorge Hazan
2014-12-14fix for level 4 warningsGeorge Hazan
2014-12-14Jabber: warning level 4George Hazan
2014-12-14MRA: some warning fixesRozhuk Ivan
2014-12-14MRA: warning level 4Rozhuk Ivan
2014-12-14SendMessage(.... WM_SETTEXT...) -> SetWindowText(...)Rozhuk Ivan
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)Rozhuk Ivan
2014-12-14SendMessage(... WM_GETTEXT ...) -> GetWindowText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-14langpacks/russian: clist_nicer related updateDart Raiden
2014-12-13SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessage 2Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-13Scriver: warning level 4George Hazan
2014-12-13tabSRMM warning level 4George Hazan
2014-12-13+1 stringKirill Volinsky
2014-12-13FreeImage updated to 3.16 Kirill Volinsky
2014-12-13code cleaningGeorge Hazan
2014-12-13fix for the url extractorGeorge Hazan
2014-12-13VKontakte: add MirVer for app3140623Sergey Bolhovskoy
2014-12-13XSoundNotify: fixed no sound after custon soundKirill Volinsky
2014-12-13Utils::FormatTitleBar: wrong function's return typeGeorge Hazan
2014-12-13typos in clist_nicerDart Raiden
2014-12-13langpacks/russian: clist_modern related updateDart Raiden
2014-12-13fix for info panel's tooltipGeorge Hazan
2014-12-13- warnings fixed;George Hazan
2014-12-13- ansi messages removed;George Hazan
2014-12-13Clist_modern: decapitalizationDart Raiden
2014-12-13memmove -> memcpy in some cases, review reqRozhuk Ivan