Age | Commit message (Expand) | Author |
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 |
2014-07-06 | return to the relative langpack's file names | George Hazan |
2014-07-06 | attempt to fix #721 | George Hazan |
2014-07-05 | fix for the case-insensitive comparison in wildcmpit | George Hazan |
2014-07-04 | mir_core: | George Hazan |
2014-06-28 | flags must be zeroed manually now | George Hazan |
2014-06-21 | fixed langpack authors crop | Kirill Volinsky |
2014-05-04 | new hidden function to access ME_MC_DEFAULTTCHANGED | George Hazan |
2014-04-22 | db_mc_setDefault/db_mc_setDefaultNum got a flag to update database or not | George Hazan |
2014-04-09 | fixes #647 (built-in langpack doesn't work in the presence of another langpacks) | George Hazan |
2014-04-08 | bunch of mc related fixes | George Hazan |
2014-03-30 | minor code cleaning | George Hazan |
2014-03-27 | rest of codepages removed | George Hazan |
2014-03-26 | langpacks to use only UTF8 as the internal encoding | George Hazan |
2014-03-25 | fix for langpack reload | George Hazan |
2014-03-25 | fix for displaying ansi chars in Options - Languages | George Hazan |
2014-03-25 | forgotten the old paramter... | George Hazan |
2014-03-25 | - language packs' directory is now %miranda_path%\Languages | George Hazan |
2014-03-25 | PathIsAbsolute/PathIsAbsoluteW published from the core | George Hazan |