Age | Commit message (Expand) | Author |
2015-05-28 | - MS_UTILS_GETBITMAPFILTERSTRINGS - end of story, replaced with BmpFilterGetS... | George Hazan |
2015-05-24 | replace wcscpy to mir_wstrcpy | Kirill Volinsky |
2015-05-23 | revert of path handler | George Hazan |
2015-05-23 | replace _tcsncpy to mir_tstrncpy | Kirill Volinsky |
2015-05-23 | replace strncpy to mir_strncpy | Kirill Volinsky |
2015-05-23 | replace _tcsncat to mir_tstrncat | Kirill Volinsky |
2015-05-23 | replace strncat to mir_strncat | Kirill Volinsky |
2015-05-22 | replace _tcscpy to mir_tstrcpy | Kirill Volinsky |
2015-05-22 | replace strcpy to mir_strcpy | Kirill Volinsky |
2015-05-22 | replace _tcsicmp to mir_tstrcmpi | Kirill Volinsky |
2015-05-22 | replace _tcscmp to mir_tstrcmp | Kirill Volinsky |
2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky |
2015-05-22 | replace _tcslen to mir_tstrlen | Kirill Volinsky |
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky |
2015-04-14 | stack corruption fix | George Hazan |
2015-04-14 | duplicated macro removed | George Hazan |
2015-04-10 | more fixes | George Hazan |
2015-04-08 | dead code removed | George Hazan |
2015-03-24 | * multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq... | Rozhuk Ivan |
2015-03-17 | fix for replacing core variables | George Hazan |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-16 | bye-bye all mess with buffers | George Hazan |
2014-12-16 | Fixed minor leaks | Tobias Weimer |
2014-12-13 | arg fixes for MS_UTILS_OPENURL service | 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 | warning fixes | George Hazan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | lstr* replacements | George Hazan |
2014-10-19 | variable name change | Vadim Dashevskiy |
2014-07-16 | in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be... | George Hazan |
2014-04-01 | Fix possible crash in previous commit | Robert Pösel |
2014-04-01 | Add %accountname% core variable which contains user-defined name of account f... | Robert Pösel |
2014-02-16 | oops | George Hazan |
2014-02-16 | timezone api extended to support global settings | George Hazan |
2014-02-12 | another bunch of useless conversions died | George Hazan |
2014-02-11 | fixes WindowList sorting | George Hazan |
2014-02-10 | HCONTACT is not needed anymore | George Hazan |
2014-02-10 | - HANDLE hContact => HCONTACT | George Hazan |
2014-01-22 | one more check | George Hazan |
2014-01-22 | huh-huh... still need a check for wrong parameters passed (from borkra, zihro... | George Hazan |
2014-01-21 | - new typed helper, WindowList_Create, to create a window list | George Hazan |
2014-01-21 | fix for crash in StdMsg dynamic unload | George Hazan |
2014-01-21 | minor code cleaning | George Hazan |
2014-01-16 | kernel chat engine, part 2 - scriver | George Hazan |
2014-01-11 | VK: chat title editor | George Hazan |
2014-01-11 | MS_UTILS_ENTERSTRING moved from Jabber to the core, cause it's very handy | 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 |