Age | Commit message (Expand) | Author |
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 |
2014-11-30 | lstr* replacements | George Hazan |
2014-11-30 | Fix buf size for Get/Set text, open/save file name | Rozhuk Ivan |
2014-11-30 | Multiple fixes buff size for GetText and SetText. | Rozhuk Ivan |
2014-11-30 | code cleanup, x64 fix | Rozhuk Ivan |
2014-11-29 | -Fixed a bug in Ping and other small things reported in #837 | Tobias Weimer |
2014-11-28 | crazy flag TTBST_RELEASED removed | George Hazan |
2014-11-26 | perhaps last richedit in the source code... | George Hazan |
2014-11-26 | Cln_skinedit null ptr check | Rozhuk Ivan |
2014-11-26 | Clist_nicer code cleanup | Rozhuk Ivan |
2014-11-13 | copyright year update | Dart Raiden |
2014-10-24 | Some button names in clist_nicer renamed | Vadim Dashevskiy |
2014-09-17 | - MS_CLIST_REMOVECONTEXTFRAMEMENUITEM, MS_CLIST_REMOVESUBGROUPMENUITEM & MS_C... | George Hazan |
2014-09-16 | MS_CLIST_REMOVEMAINMENUITEM also removed | George Hazan |
2014-07-26 | stupid duplicated code of embedded clists removed | George Hazan |
2014-07-26 | - unified bkChanged processing; | George Hazan |
2014-07-26 | all clists to inherit the kernel settings loading code | George Hazan |
2014-07-26 | same parameter for clist_nicer | George Hazan |