Age | Commit message (Expand) | Author |
2015-06-27 | - clist menus went to functions | George Hazan |
2015-06-27 | - CLISTMENUITEM::pszContactOwner removed, because it's supported only by cont... | George Hazan |
2015-06-26 | YEEHAW! CLISTMENUITEM::pszPopupName also died | George Hazan |
2015-06-26 | next slice of cutting out unused menu features - popupPosition | George Hazan |
2015-06-25 | rest of genmenu api died | George Hazan |
2015-06-23 | obsoleted constants CMIF_ROOTPOPUP & CMIF_CHILDPOPUP replaced with CMIF_ROOTH... | George Hazan |
2015-06-22 | Menu_ModifyItem unbound from CLISTMENUITEM structure | George Hazan |
2015-06-22 | various menu definition quirks | George Hazan |
2015-06-22 | - CLISTMENUITEM::cbSize - atavism removed; | George Hazan |
2015-06-21 | fix for a dll name | George Hazan |
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 |