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 | Multiple fixes buff size for GetText and SetText. | Rozhuk Ivan |
2014-11-26 | IRC: fixed window title v.2(thx person) | Kirill Volinsky |
2014-11-25 | IRC code cleanup | Rozhuk Ivan |
2014-11-25 | fixed window title (thx person) | Kirill Volinsky |
2014-09-30 | code cleaning | George Hazan |
2014-09-30 | attempt to fix bug #804 | George Hazan |
2014-09-16 | MS_CLIST_REMOVEMAINMENUITEM also removed | George Hazan |
2014-09-16 | useless service MS_CLIST_REMOVECONTACTMENUITEM deleted | George Hazan |
2014-07-26 | IRC: Minor translation issues | Tobias Weimer |
2014-07-13 | wrapping the most evident critical sections into a class | George Hazan |
2014-07-08 | IRC: Make "events menu" translatable (fixes #649) | Robert Pösel |
2014-06-25 | runglish | Dart Raiden |
2014-06-24 | typo | Dart Raiden |
2014-06-12 | headers of not adopted plugins moved to !Deprecated | Kirill Volinsky |
2014-05-24 | spelling correction | Dart Raiden |
2014-05-12 | remove \ befor ' | Kirill Volinsky |
2014-04-07 | IRC: more correct name | Dart Raiden |
2014-04-07 | IRC: simple tab name | Dart Raiden |
2014-04-05 | - fixes #640 (IRC: "server code page option" reset its value) | Tobias Weimer |
2014-02-24 | - added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi... | George Hazan |
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-27 | code cleaning | George Hazan |
2014-01-25 | С++ sources: __VERSION_STRING -> __VERSION_STRING_DOTS | George Hazan |
2014-01-25 | end of version zoo | George Hazan |
2014-01-11 | forgotten to declare two remaining fields as const | George Hazan |
2014-01-10 | GCDEST::pszModule and GCDEST::ptszID must be constant | George Hazan |
2014-01-08 | - end of ANSI support in chats; | George Hazan |
2014-01-08 | chat structures slightly cleaned (no changes so far) | 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 | removed unicode prefix, updated year | Tobias Weimer |
2014-01-01 | Slightly modified IRC CTCP VERSION response send information about x64/x86 ve... | Tobias Weimer |
2014-01-01 | copyright update for year 2014 | George Hazan |
2013-12-30 | "Nickname" occurs much more frequently in sources | Dart Raiden |
2013-12-23 | spelling correction (e.g. twitter -> Twitter) | Dart Raiden |