Age | Commit message (Expand) | Author |
2014-12-02 | useless calls of mir_*strlen in DrawText replaced with -1 | George Hazan |
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-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-11-30 | compilation fix (by person) | Vadim Dashevskiy |
2014-11-30 | code cleanup, x64 fix | Rozhuk Ivan |
2014-11-29 | -Fixed a bug in Ping and other small things reported in #837 | Tobias Weimer |
2014-11-28 | Massive code cleanup and fixes for a lot of warnings reported in #837 | Tobias Weimer |
2014-11-25 | Yahoo small fixes | Rozhuk Ivan |
2014-09-17 | - MS_CLIST_REMOVECONTEXTFRAMEMENUITEM, MS_CLIST_REMOVESUBGROUPMENUITEM & MS_C... | George Hazan |
2014-09-16 | MS_CLIST_REMOVEMAINMENUITEM also removed | George Hazan |
2014-09-16 | useless service MS_CLIST_REMOVECONTACTMENUITEM deleted | George Hazan |
2014-08-01 | c files renamed to cpp | Kirill Volinsky |
2014-06-28 | typos | Dart Raiden |
2014-04-25 | decapitalization (these names are shown in VersionInfo reports) | Dart Raiden |
2014-02-24 | valid first parameter's name of ME_DB_CONTACT_SETTINGCHANGED handlers | George Hazan |
2014-02-24 | - added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi... | George Hazan |
2014-02-18 | spelling corrections | RMN |
2014-02-16 | PS_CHANGEINFO is never called, and therefore exterminated | George Hazan |
2014-02-12 | another bunch of useless conversions died | George Hazan |
2014-02-11 | "we don't need these variables" (c) Pink Floyd | 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 | HCONTACT, part 3 | George Hazan |
2014-02-10 | more HCONTACT | George Hazan |
2014-02-10 | - HANDLE hContact => HCONTACT | George Hazan |
2014-01-25 | end of version zoo | George Hazan |
2014-01-08 | - end of ANSI support in chats; | George Hazan |
2014-01-03 | version related code cleaning | George Hazan |
2014-01-02 | added destructor LIST::~LIST, that calls destroy() automatically. | George Hazan |
2014-01-01 | copyright update for year 2014 | George Hazan |
2013-12-23 | git-svn-id: http://svn.miranda-ng.org/main/trunk@7349 1316c22d-e87f-b044-9b9b... | Dart Raiden |
2013-12-21 | Yahoo | Szymon Tokarz |
2013-11-19 | preparing to the transparent cyphering: end of MS_DB_CRYPT_ENCODESTRING/MS_DB... | George Hazan |
2013-10-30 | git-svn-id: http://svn.miranda-ng.org/main/trunk@6708 1316c22d-e87f-b044-9b9b... | Dart Raiden |
2013-10-11 | - m_hNetlibUser moved to PROTO_INTERFACE; | George Hazan |
2013-10-10 | - MS_CLIST_GETSTATUSMODEDESCRIPTION replaced with the direct clist call | George Hazan |
2013-10-10 | PS_GETUNREADEMAILCOUNT - the unified macro for "/GetUnreadEmailCount" | George Hazan |
2013-10-09 | English US correction (patch by RMN) | Vadim Dashevskiy |
2013-10-08 | separate Folders handles removed from protocols | George Hazan |
2013-09-25 | PROTO<>::SendAwayMsg / PSS_AWAYMSG considered unused | George Hazan |
2013-09-25 | valid options initialization | George Hazan |
2013-09-24 | PROTORECVEVENT::pCustomData field added to add user-defined into to incoming ... | George Hazan |
2013-09-18 | double ;; removed | Kirill Volinsky |
2013-09-16 | removed not needed _MSC_VER checks | Kirill Volinsky |
2013-08-24 | removed unneeded trailing space in Yahoo | Dart Raiden |