Age | Commit message (Expand) | Author |
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-23 | obsoleted constants CMIF_ROOTPOPUP & CMIF_CHILDPOPUP replaced with CMIF_ROOTH... | George Hazan |
2015-06-22 | various menu definition quirks | George Hazan |
2015-06-22 | - CLISTMENUITEM::cbSize - atavism removed; | George Hazan |
2015-06-21 | MS_UTIL_OPENURL -> mir_core::Utils_OpenUrl | 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-15 | MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function calls | George Hazan |
2015-06-14 | - all icolib services removed; | George Hazan |
2015-06-04 | new mir_snprintf templates without SIZEOF | 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 _tcscmp to mir_tstrcmp | Kirill Volinsky |
2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky |
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-04-25 | CrashDumper - common project | Vadim Dashevskiy |
2015-04-15 | after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th... | George Hazan |
2015-03-30 | CrashDumper: Minor bugfix | Tobias Weimer |
2015-03-24 | * multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq... | Rozhuk Ivan |
2015-01-25 | - Unload Msftedit.dll after use | Tobias Weimer |
2015-01-03 | SpellCheker: | Kirill Volinsky |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-14 | CrashDumper: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-09 | code cleanup over mir_sntprintf + small bug fix | Rozhuk Ivan |
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-11-29 | memory allocation fix | George Hazan |
2014-11-29 | CrashDumper: "Copy link to clipboard" item added (patch by person) | Vadim Dashevskiy |
2014-11-24 | CrashDumper minimum window size changed (patch by person) | Vadim Dashevskiy |
2014-11-18 | RichEd20.dll replaced with Msftedit.dll | George Hazan |
2014-11-12 | Crash Dumper: Update VI URL once again | Robert Pösel |
2014-11-11 | more VersionInfo -> Version Info | Dart Raiden |
2014-11-11 | CrashDumper: Remove "you have -1 old plugins" message | Robert Pösel |
2014-11-11 | CrashDumper description change | Vadim Dashevskiy |
2014-11-11 | fixed vi info in command line | Kirill Volinsky |
2014-11-11 | CrashDumper: Miranda-VI is dead, lets use our own implementation... Version d... | Robert Pösel |
2014-11-09 | removed detect not supported OS | Kirill Volinsky |
2014-11-08 | fixed OS version detection | Kirill Volinsky |
2014-11-08 | removed not needed defines | Kirill Volinsky |
2014-11-08 | ui fix | Kirill Volinsky |
2014-11-08 | added option to enable\diable catching exaptions | Kirill Volinsky |