Age | Commit message (Expand) | Author |
2015-06-21 | - resizer moved to mir_core, because it uses hard-coded windows structures; | George Hazan |
2015-06-19 | SIZEOF replaced with more secure analog - _countof | George Hazan |
2015-06-19 | - all static protocol services replaced with functions; | George Hazan |
2015-06-17 | obsolete services extincted | George Hazan |
2015-06-15 | MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function calls | George Hazan |
2015-06-14 | WindowList_* functions are not services anymore; unneeded helpers removed | George Hazan |
2015-06-14 | - all icolib services removed; | George Hazan |
2015-06-13 | - miranda32.exe now does nothing bug extends PATH to %miranda_root%\libs and ... | George Hazan |
2015-05-31 | forgotten flag | George Hazan |
2015-05-31 | NAS to write a status message correctly | George Hazan |
2015-05-31 | fixes for PS_SETAWAYMSG calls | George Hazan |
2015-05-28 | warning fixes | George Hazan |
2015-05-23 | mir_tstrncpy <> _tcsncpy | George Hazan |
2015-05-23 | replace strncpy to mir_strncpy | Kirill Volinsky |
2015-05-22 | replace _tcscpy to mir_tstrcpy | Kirill Volinsky |
2015-05-22 | replace strcpy to mir_strcpy | Kirill Volinsky |
2015-05-22 | replace _tcsicmp to mir_tstrcmpi | Kirill Volinsky |
2015-05-22 | T2Utf - handy replacement for ptrA<mir_utf8decodeT()> | George Hazan |
2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky |
2015-05-22 | replace _tcslen to mir_tstrlen | Kirill Volinsky |
2015-05-21 | war against atavisms continues | George Hazan |
2015-05-19 | end of zoo with WM_CONTEXTMENU's lParam | George Hazan |
2015-05-05 | some another sudden Unicode appearances | George Hazan |
2015-05-04 | correct version of rev. [13418] | Vadim Dashevskiy |
2015-05-04 | revert of 131418 | Vadim Dashevskiy |
2015-05-04 | compilation fixes (ghazan, please check this) | Vadim Dashevskiy |
2015-05-03 | fix for the option's page style pt. 7 | Vadim Dashevskiy |
2015-04-24 | end of zoo with various _WIN32_WINNT versions | George Hazan |
2015-04-16 | Spelling correction (patch by RMN) | Vadim Dashevskiy |
2015-04-09 | NewAwaySys: | Tobias Weimer |
2015-04-08 | - Grammar: "allow" should be always followed by an indirect object (or whatev... | RMN |
2015-04-05 | some useless malloc() calls removed | George Hazan |
2015-02-17 | fix for settting previos status value in NAS | George Hazan |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-12-13 | MoveMemory -> memmove | Rozhuk Ivan |
2014-12-02 | less warnings | 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 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | FillMemory -> memset | Rozhuk Ivan |
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-28 | Massive code cleanup and fixes for a lot of warnings reported in #837 | Tobias Weimer |
2014-11-28 | crazy flag TTBST_RELEASED removed | George Hazan |
2014-07-26 | stupid duplicated code of embedded clists removed | George Hazan |
2014-06-13 | compilation fix | Vadim Dashevskiy |
2014-06-12 | headers of not adopted plugins moved to !Deprecated | Kirill Volinsky |
2014-04-22 | translation fix | Kirill Volinsky |