Age | Commit message (Expand) | Author |
2015-01-01 | - crash fix; | George Hazan |
2015-01-01 | Clist_modern: tray icons refactoring, attempt second. | Vlad Mironov |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-31 | missing assignment | George Hazan |
2014-12-31 | code simplification | George Hazan |
2014-12-30 | improperly copied code removed | George Hazan |
2014-12-29 | fix for object's removing | George Hazan |
2014-12-22 | - minus another critical section; | George Hazan |
2014-12-22 | slow contact scan replaces with the keyed index | George Hazan |
2014-12-22 | - fix for _AniAva_AnimationTreadProc; | George Hazan |
2014-12-22 | trying to catch hung thread in clist_modern | George Hazan |
2014-12-22 | more correct way of leaving thread | George Hazan |
2014-12-22 | - another CRITICAL_SECTION removed; | George Hazan |
2014-12-21 | - MS_PROTO_ISPROTOCOLLOADED now switched back to protocols instead of accounts; | George Hazan |
2014-12-18 | various calls of setlocale removed | George Hazan |
2014-12-17 | warning fix | George Hazan |
2014-12-16 | clist_modern: Some warnings fixed | Tobias Weimer |
2014-12-16 | type conversion warnings fixed | George Hazan |
2014-12-16 | no longer need | Dart Raiden |
2014-12-15 | Unused function removed. | Vlad Mironov |
2014-12-14 | all possible warnings fixed | George Hazan |
2014-12-14 | Clist_modern: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | clist_modern: description | Dart Raiden |
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 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-12-13 | Utils::FormatTitleBar: wrong function's return type | George Hazan |
2014-12-13 | - warnings fixed; | George Hazan |
2014-12-13 | Clist_modern: decapitalization | Dart Raiden |
2014-12-13 | memmove -> memcpy in some cases, review req | Rozhuk Ivan |
2014-12-13 | CopyMemory -> memcpy | Rozhuk Ivan |
2014-12-11 | git-svn-id: http://svn.miranda-ng.org/main/trunk@11320 1316c22d-e87f-b044-9b9... | Vlad Mironov |
2014-12-10 | warning fix | George Hazan |
2014-12-09 | crazy little thing called clist_modern | George Hazan |
2014-12-09 | - unused code removed from clist modern; | 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-03 | code cleaning using mir_cs* | 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_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-12-01 | fix buf size for mir_sntprintf() | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | mir_strcmp, mir_strcmpi, mir_wstrcmp, mir_wstrcmpi | 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 |