Age | Commit message (Expand) | Author |
2015-06-04 | new mir_snprintf templates without SIZEOF | George Hazan |
2015-05-24 | replace wcscpy to mir_wstrcpy | Kirill Volinsky |
2015-05-24 | replace wcslen to mir_wstrlen | Kirill Volinsky |
2015-05-23 | mir_tstrncpy <> _tcsncpy | George Hazan |
2015-05-23 | replace strncpy to mir_strncpy | 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-05-11 | minus CreateThread | Kirill Volinsky |
2015-03-24 | * multiple WINE bug fixes over IsDialogMessage(), bug rep: https://bugs.wineh... | Rozhuk Ivan |
2015-01-16 | MEVENT - the strict type for events, they are not HANDLE anymore | George Hazan |
2014-12-14 | SendMessage(.... WM_SETTEXT...) -> SetWindowText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage 2 | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-12-13 | multiple buf size fixes | Rozhuk Ivan |
2014-12-08 | code cleanup around mir_snprintf | Rozhuk Ivan |
2014-12-02 | mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | lstr* replacements | George Hazan |
2014-11-27 | YAMN: code cleanup | Rozhuk Ivan |
2014-02-24 | more useless conversions removed | George Hazan |
2014-02-12 | fixes for the MCONTACTs, stored in the database | George Hazan |
2014-02-12 | another bunch of useless conversions died | George Hazan |
2014-02-10 | HCONTACT is not needed anymore | George Hazan |
2014-02-10 | - HANDLE hContact => HCONTACT | George Hazan |
2013-10-05 | spelling correction (thanks RMN) | Vadim Dashevskiy |
2013-09-22 | pre-XP headers cleaned | George Hazan |
2013-09-18 | double ;; removed | Kirill Volinsky |
2013-07-25 | replace sprintf to mir_snprintf (part 6) | Kirill Volinsky |
2013-07-24 | replace sprintf to mir_snprintf (part 4) | Kirill Volinsky |
2013-05-19 | "PopUp" everywhere was replaced to "Popup" | Robert Pösel |
2013-04-05 | - rest of menus cleared; | George Hazan |
2013-03-15 | added precompiled header | Kirill Volinsky |
2013-03-13 | - another portion of '#ifdef UNICODE' clean up | Vadim Dashevskiy |
2013-03-04 | new subclassing functions applied to all plugins | George Hazan |
2013-02-16 | - translation fixes (patch from person) | Vadim Dashevskiy |
2013-02-12 | - fix for chinese in popups; | George Hazan |
2013-01-03 | - fix for the buffer overrun in YAMN's mime parser | George Hazan |
2012-11-28 | ex-protos moved to the Plugins folder | George Hazan |