summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-15VKontakte: fix for freeze MirVer for offline contacts Sergey Bolhovskoy
2014-12-15mir_dev.sln for MSVS 2013, containing all the projects, including iconsVadim Dashevskiy
2014-12-15VKontakte: Sergey Bolhovskoy
2014-12-15Unused function removed.Vlad Mironov
2014-12-15langpacks/russian: clists updateDart Raiden
2014-12-15clist_blind / clist_nicer: decapitalizationDart Raiden
2014-12-14all possible warnings fixedGeorge Hazan
2014-12-14Clist_modern: changed warning lavel to w4Kirill Volinsky
2014-12-14VK: warning level 4George Hazan
2014-12-14IRC: warning level 4George Hazan
2014-12-14MSN: warning level 4George Hazan
2014-12-14ICQ: warning level 4George Hazan
2014-12-14FacebookRM: changed warning lavel to w4Kirill Volinsky
2014-12-14Dropbox: changed warning lavel to w4Kirill Volinsky
2014-12-14Db3x_mmap: changed warning lavel to w4Kirill Volinsky
2014-12-14clist_modern: descriptionDart Raiden
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