summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2014-12-15project fixGeorge Hazan
2014-12-15pascal units: [de]capitalizationAlexey Kulakov
2014-12-15IEView: changed warning lavel to w4Kirill Volinsky
2014-12-15Folders: changed warning lavel to w4Kirill Volinsky
2014-12-15Fingerprint: changed warning lavel to w4Kirill Volinsky
2014-12-15mir_dev.sln for MSVS 2013, containing all the projects, including iconsVadim Dashevskiy
2014-12-15Unused function removed.Vlad Mironov
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-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-14warning fixGeorge Hazan
2014-12-14BASS_interface: changed warning lavel to w4Kirill Volinsky
2014-12-14warning fixesGeorge Hazan
2014-12-14fix for the wrong header pathGeorge Hazan
2014-12-14unused parameter removedGeorge Hazan
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-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-13FreeImage updated to 3.16 Kirill Volinsky
2014-12-13code cleaningGeorge Hazan
2014-12-13fix for the url extractorGeorge Hazan
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-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