Age | Commit message (Expand) | Author |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | multiple buf size fixes | Rozhuk Ivan |
2014-12-02 | mir_snprintf(..., "%s", ...) -> strncpy_s(...) | 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 | lstr* replacements | George Hazan |
2014-11-30 | Fix buf size for Get/Set text, open/save file name | Rozhuk Ivan |
2014-06-18 | temporary revert (until Unicode version is fully ready and working) | Vadim Dashevskiy |
2014-06-15 | plugin unicoded | Kirill Volinsky |
2014-04-07 | moved options to Events | Vadim Dashevskiy |
2014-03-22 | WIN32 macro isn't needed in projects | George Hazan |
2014-03-12 | SetWindowLongPtr() and GetWindowLongPtr() multiple fixes for x64 | Rozhuk Ivan |
2014-02-28 | farewell MSVS 2012 | Vadim Dashevskiy |
2014-02-24 | valid first parameter's name of ME_DB_CONTACT_SETTINGCHANGED handlers | George Hazan |
2014-02-12 | another bunch of useless conversions died | George Hazan |
2014-02-10 | these conversions aren't needed either | George Hazan |
2014-02-10 | HCONTACT is not needed anymore | George Hazan |
2014-02-10 | - HANDLE hContact => HCONTACT | George Hazan |
2014-01-25 | end of version zoo | George Hazan |
2014-01-21 | - new typed helper, WindowList_Create, to create a window list | George Hazan |
2014-01-04 | some code cleaning | George Hazan |
2014-01-01 | copyright update for year 2014 | George Hazan |
2013-11-09 | added projects and solutions for vc2013 | Kirill Volinsky |
2013-10-17 | spelling correction (patch by RMN) | Vadim Dashevskiy |
2013-10-13 | spelling corrections (thanks RMN) | Dart Raiden |
2013-10-09 | English US correction (patch by RMN) | Vadim Dashevskiy |
2013-10-07 | FileAsMessage: spelling correction | Dart Raiden |
2013-10-05 | spelling correction (thanks RMN) | Vadim Dashevskiy |
2013-09-25 | valid options initialization | George Hazan |
2013-09-16 | translation fix | Tobias Weimer |
2013-07-22 | replace sprintf to mir_snprintf (part 1) | Kirill Volinsky |
2013-07-15 | compilation fix | George Hazan |
2013-07-12 | The text is send to the opponent as-is, so we must NOT translate it! | Tobias Weimer |
2013-07-08 | Correct url for all plugins. | Robert Pösel |
2013-07-08 | Added proper link to wiki page of some plugins. | Robert Pösel |
2013-07-08 | FileAsMessage: Translation fix | Robert Pösel |
2013-06-04 | end of base64* zoo | George Hazan |
2013-05-29 | we don't declare WIN64 anymore in projects | George Hazan |
2013-05-19 | "PopUp" everywhere was replaced to "Popup" | Robert Pösel |
2013-05-09 | no need to suppress PDB path in VS2012 | George Hazan |
2013-04-05 | - rest of menus cleared; | George Hazan |
2013-03-30 | /SAFESEH removed from MSVC 2012 WIN32/Debug | Vadim Dashevskiy |
2013-03-19 | - translation fixes (patch from Basil) | Vadim Dashevskiy |
2013-03-14 | old ansi popups removed, noone used them anyway | George Hazan |
2013-03-04 | new subclassing functions applied to all plugins | George Hazan |
2013-03-03 | patch from $ergi0 for #235 | Kirill Volinsky |
2013-02-24 | added precompiled header | Kirill Volinsky |
2013-02-16 | - translation fixes (patch from person) | Vadim Dashevskiy |
2013-02-13 | VS2012 projects to be compiled with SP1 XP-compatible runtime | George Hazan |