Age | Commit message (Expand) | Author |
2014-12-15 | ICQCorp and Tox added to mir_dev solution | Vadim Dashevskiy |
2014-12-15 | +1 string | Kirill Volinsky |
2014-12-15 | VKontakte: fix for freeze MirVer for offline contacts | Sergey Bolhovskoy |
2014-12-15 | mir_dev.sln for MSVS 2013, containing all the projects, including icons | Vadim Dashevskiy |
2014-12-15 | VKontakte: | Sergey Bolhovskoy |
2014-12-15 | Unused function removed. | Vlad Mironov |
2014-12-15 | langpacks/russian: clists update | Dart Raiden |
2014-12-15 | clist_blind / clist_nicer: decapitalization | Dart Raiden |
2014-12-14 | all possible warnings fixed | George Hazan |
2014-12-14 | Clist_modern: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | VK: warning level 4 | George Hazan |
2014-12-14 | IRC: warning level 4 | George Hazan |
2014-12-14 | MSN: warning level 4 | George Hazan |
2014-12-14 | ICQ: warning level 4 | George Hazan |
2014-12-14 | FacebookRM: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | Dropbox: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | Db3x_mmap: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | clist_modern: description | Dart Raiden |
2014-12-14 | Actman 30: forgot to clear old flag | Alexey Kulakov |
2014-12-14 | clist_modern: resource cosmetic | Dart Raiden |
2014-12-14 | DbEditorPP: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | DbChecker: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | Db_autobackups: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | CSList: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | CrashDumper: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | BuddyExpectator: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | BossKey: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | AVS: warning fix | Kirill Volinsky |
2014-12-14 | let's operator new() clean the memory | George Hazan |
2014-12-14 | warning fix | George Hazan |
2014-12-14 | BASS_interface: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | merge | George Hazan |
2014-12-14 | mir_calloc replaced with new() | George Hazan |
2014-12-14 | mra: w4 fixs | Rozhuk Ivan |
2014-12-14 | warning fixes | George Hazan |
2014-12-14 | fix for the wrong header path | George Hazan |
2014-12-14 | most evident warnings in MRA fixed | George Hazan |
2014-12-14 | unused parameter removed | George Hazan |
2014-12-14 | fix for level 4 warnings | George Hazan |
2014-12-14 | Jabber: warning level 4 | George Hazan |
2014-12-14 | MRA: some warning fixes | Rozhuk Ivan |
2014-12-14 | MRA: warning level 4 | Rozhuk Ivan |
2014-12-14 | SendMessage(.... WM_SETTEXT...) -> SetWindowText(...) | Rozhuk Ivan |
2014-12-14 | SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendMessage(... WM_GETTEXT ...) -> GetWindowText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-14 | langpacks/russian: clist_nicer related update | Dart Raiden |
2014-12-13 | SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...) | Rozhuk Ivan |