summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/src
AgeCommit message (Expand)Author
2015-06-26YEEHAW! CLISTMENUITEM::pszPopupName also diedGeorge Hazan
2015-06-26next slice of cutting out unused menu features - popupPositionGeorge Hazan
2015-06-23obsoleted constants CMIF_ROOTPOPUP & CMIF_CHILDPOPUP replaced with CMIF_ROOTH...George Hazan
2015-06-22various menu definition quirksGeorge Hazan
2015-06-22- CLISTMENUITEM::cbSize - atavism removed;George Hazan
2015-06-21MS_UTIL_OPENURL -> mir_core::Utils_OpenUrlGeorge Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-19- all static protocol services replaced with functions;George Hazan
2015-06-15MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function callsGeorge Hazan
2015-06-14- all icolib services removed;George Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace _tcsicmp to mir_tstrcmpiKirill Volinsky
2015-05-22T2Utf - handy replacement for ptrA<mir_utf8decodeT()>George Hazan
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-19end of zoo with WM_CONTEXTMENU's lParamGeorge Hazan
2015-04-25CrashDumper - common projectVadim Dashevskiy
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-03-30CrashDumper: Minor bugfixTobias Weimer
2015-03-24* multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq...Rozhuk Ivan
2015-01-25- Unload Msftedit.dll after useTobias Weimer
2015-01-03SpellCheker:Kirill Volinsky
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-14CrashDumper: changed warning lavel to w4Kirill Volinsky
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-11-29memory allocation fixGeorge Hazan
2014-11-29CrashDumper: "Copy link to clipboard" item added (patch by person)Vadim Dashevskiy
2014-11-24CrashDumper minimum window size changed (patch by person)Vadim Dashevskiy
2014-11-18RichEd20.dll replaced with Msftedit.dllGeorge Hazan
2014-11-12Crash Dumper: Update VI URL once againRobert Pösel
2014-11-11more VersionInfo -> Version InfoDart Raiden
2014-11-11CrashDumper: Remove "you have -1 old plugins" messageRobert Pösel
2014-11-11CrashDumper description changeVadim Dashevskiy
2014-11-11fixed vi info in command lineKirill Volinsky
2014-11-11CrashDumper: Miranda-VI is dead, lets use our own implementation... Version d...Robert Pösel
2014-11-09removed detect not supported OSKirill Volinsky
2014-11-08fixed OS version detectionKirill Volinsky
2014-11-08removed not needed definesKirill Volinsky
2014-11-08ui fixKirill Volinsky
2014-11-08added option to enable\diable catching exaptionsKirill Volinsky