Age | Commit message (Expand) | Author |
2015-04-10 | missed member initialization | George Hazan |
2015-04-10 | another unused field removed | George Hazan |
2015-04-10 | missing field initialization | George Hazan |
2015-04-10 | inefficient code excluded | George Hazan |
2015-03-29 | CMString::Detouch() - handy way to obtain a buffer compatible with mir_free() | George Hazan |
2015-03-24 | UI Utils classes & templates moved to the core, thus allowing any plugin to u... | George Hazan |
2015-03-24 | * multiple WINE bug fixes over IsDialogMessage(), bug rep: https://bugs.wineh... | Rozhuk Ivan |
2015-03-22 | - PROTO_INTERFACE got the default implementation; | George Hazan |
2015-03-22 | /ignore:4197 added to all configurations | George Hazan |
2015-03-22 | CMString*: explicit templates instantiating | George Hazan |
2015-02-19 | core: WINE fix - handle invalid WNDPROC for edit control | Rozhuk Ivan |
2015-02-06 | one more way to detect the default language, if it's not specified in miranda... | George Hazan |
2015-02-05 | - Attempt to fix crash on startup (fixes #876) | Tobias Weimer |
2015-01-30 | fix for the PNG image type detection | George Hazan |
2015-01-27 | Minor bugfixes | Tobias Weimer |
2015-01-16 | MEVENT - the strict type for events, they are not HANDLE anymore | George Hazan |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-30 | code cleaning | George Hazan |
2014-12-28 | project fix | George Hazan |
2014-12-25 | files structure changed | Kirill Volinsky |
2014-12-22 | _vsnprintf_s replaced with _vsnprintf to prevent a crash | George Hazan |
2014-12-22 | additional log data | George Hazan |
2014-12-18 | dumb windows motherfuckers | George Hazan |
2014-12-18 | switсh from runtime functions to Windows ones, to compare strings regardless... | George Hazan |
2014-12-16 | Fixed minor leaks | Tobias Weimer |
2014-12-13 | multiple buf size fixes | Rozhuk Ivan |
2014-12-08 | code cleanup around mir_snprintf | Rozhuk Ivan |
2014-12-02 | mir_snprintf(..., "%s", ...) -> strncpy_s(...) | Rozhuk Ivan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | mir_strcmp, mir_strcmpi, mir_wstrcmp, mir_wstrcmpi | George Hazan |
2014-11-30 | safer implementation of *n functions using *_s functions | George Hazan |
2014-11-30 | lstr* replacements | George Hazan |
2014-11-30 | safe lstr* replacements: mir_strlen, mir_wstrlen, mir_strcpy, mir_wstrcpy, | George Hazan |
2014-11-27 | mir_core modules.cpp code cleanup | Rozhuk Ivan |
2014-11-18 | thread handlers don't catch exceptions anymore | George Hazan |
2014-11-14 | minor cleaning | George Hazan |
2014-10-24 | double memory allocation removed | George Hazan |
2014-09-21 | ancient evil destroyed | George Hazan |
2014-09-21 | grrm | George Hazan |
2014-09-21 | code cleaning | George Hazan |
2014-08-11 | wrong event notification | George Hazan |
2014-08-08 | fixed writing current langpack in db | Kirill Volinsky |
2014-07-31 | if sub setting doesn't change the active sub, no event should be fired | George Hazan |
2014-07-24 | - temporary variables removed; | George Hazan |
2014-07-24 | minor code reorganization | George Hazan |
2014-07-23 | ME_MC_ENABLED - signalizes that metacontacts are enabled or disabled | George Hazan |
2014-07-19 | db_mc_tryMeta - returns parent hContact for a subcontact or hContact itself i... | George Hazan |
2014-07-16 | in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be... | George Hazan |
2014-07-15 | fix for the GIF avatars displaying | George Hazan |