Age | Commit message (Expand) | Author |
2015-05-22 | replace _tcslen to mir_tstrlen | Kirill Volinsky |
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky |
2015-05-19 | end of zoo with WM_CONTEXTMENU's lParam | George Hazan |
2015-05-16 | fix for strncat use | Kirill Volinsky |
2015-05-03 | view modes fix | Vadim Dashevskiy |
2015-05-03 | fix for the option's page style pt. 2 | Vadim Dashevskiy |
2015-04-30 | cleanup | Kirill Volinsky |
2015-04-29 | compilation fix | Vadim Dashevskiy |
2015-04-29 | m_* headers moved to ExternalAPI folder | Kirill Volinsky |
2015-04-29 | removed not used struct | Kirill Volinsky |
2015-04-28 | minus ansi function | Kirill Volinsky |
2015-04-24 | end of zoo with various _WIN32_WINNT versions | George Hazan |
2015-04-20 | minor code fixes | George Hazan |
2015-04-15 | after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th... | George Hazan |
2015-04-14 | potentional memleak fixed | George Hazan |
2015-04-10 | fix for clist options from StdClist propagated to Clist_blind & Clist_nicer | George Hazan |
2015-04-10 | two warnings fixed in clists | George Hazan |
2015-03-06 | Clist_nicer: | Tobias Weimer |
2015-03-06 | Clist_nicer: | Tobias Weimer |
2015-01-16 | MEVENT - the strict type for events, they are not HANDLE anymore | George Hazan |
2015-01-02 | code cleaning | George Hazan |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-31 | Happy new year | Dart Raiden |
2014-12-15 | clist_blind / clist_nicer: decapitalization | Dart Raiden |
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 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...) | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage 2 | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-12-13 | typos in clist_nicer | Dart Raiden |
2014-12-13 | CopyMemory -> memcpy | Rozhuk Ivan |
2014-12-13 | arg fixes for MS_UTILS_OPENURL service | Rozhuk Ivan |
2014-12-11 | garbage collection: dead params, unused variables etc | George Hazan |
2014-12-11 | crash fix | George Hazan |
2014-12-09 | - unused code removed from clist modern; | George Hazan |
2014-12-09 | minor code cleaning | George Hazan |
2014-12-09 | code cleanup over mir_sntprintf + small bug fix | Rozhuk Ivan |
2014-12-08 | code cleanup around mir_snprintf | Rozhuk Ivan |
2014-12-08 | tray menu code cleaning | George Hazan |
2014-12-08 | clists: corrected size of the text boxes | Dart Raiden |
2014-12-05 | useless function removed | George Hazan |
2014-12-02 | less warnings | George Hazan |
2014-12-02 | useless calls of mir_*strlen in DrawText replaced with -1 | George Hazan |
2014-12-02 | mir_snprintf(..., "%s", ...) -> strncpy_s(...) | Rozhuk Ivan |
2014-12-02 | mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | new sorting functions applied | George Hazan |