summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-06-07code cleaningGeorge Hazan
2015-06-07memleak in destroying array of extra icons George Hazan
2015-06-07memory leak in Clist modernGeorge Hazan
2015-06-07NLHR_PTR moved to m_netlib.h by requestGeorge Hazan
2015-06-07SKINICONDESC -> MAllStringsGeorge Hazan
2015-06-07ability to display search data in utf8George Hazan
2015-06-06fix for some warningsGeorge Hazan
2015-06-04new mir_sntprintf templates without SIZEOFGeorge Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-06-03fix for the forced unsubclassingGeorge Hazan
2015-06-03dynamic load of secur32.dll is not actual anymoreGeorge Hazan
2015-06-01- atavism named MS_UTILS_LOADBITMAP removed;George Hazan
2015-06-01various quirks with PROTO_AVATAR_INFORMATION declarationsGeorge Hazan
2015-06-01another bunch of dead crutches: non-unicode avatar servicesGeorge Hazan
2015-06-01helper stubs for the standard protocol services are not created anymoreGeorge Hazan
2015-06-01- ProtoCallService() function considered too dangerous and therefore isn't ex...George Hazan
2015-05-31- CreateProtoServiceFunction() moved into mir_core.dll instead of inliningGeorge Hazan
2015-05-31- additional operator LPARAM() for _A2T & _T2A;George Hazan
2015-05-31another bunch of crutches buried in a trash can: PROTOCHAR & PROTOFILEEVENTGeorge Hazan
2015-05-31fixes for the file sendingGeorge Hazan
2015-05-31fixes for PS_SETAWAYMSG callsGeorge Hazan
2015-05-31- PROTOCOLDESCRIPTOR_V3_SIZE to identify an ANSI plugin;George Hazan
2015-05-31this code is not needed anymoreGeorge Hazan
2015-05-31- MAllStrings: a handy union to hold an incoming string parameter of any type;George Hazan
2015-05-30fix for a crash after connection timeoutGeorge Hazan
2015-05-28missing source fileGeorge Hazan
2015-05-28- MS_UTILS_GETBITMAPFILTERSTRINGS - end of story, replaced with BmpFilterGetS...George Hazan
2015-05-26fixes for event notificationsGeorge Hazan
2015-05-26- forgotten to include JSONNode.inl into a project;George Hazan
2015-05-26implementation details hidden in JSONNode.inlGeorge Hazan
2015-05-26compilation fixGeorge Hazan
2015-05-26JSONNode::as_mstring() -> a safe way to read strings in Unicode directly from...George Hazan
2015-05-25fix for the correct json node validationGeorge Hazan
2015-05-25oops... correct version of operatorGeorge Hazan
2015-05-25JSONNode::isnull() - correct way of checking for missing / erroneous nodesGeorge Hazan
2015-05-25JSONNode class exported directly from mir_core, all its functions became avai...George Hazan
2015-05-24replace wcscpy to mir_wstrcpyKirill Volinsky
2015-05-24replace wcslen to mir_wstrlenKirill Volinsky
2015-05-24minus critical sectionGeorge Hazan
2015-05-23minus critical sectionGeorge Hazan
2015-05-23some crazy list declarations fixedGeorge Hazan
2015-05-23wrong flags processing fixedGeorge Hazan
2015-05-23Profile manager:George Hazan
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23revert of path handlerGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-23replace _tcsncat to mir_tstrncatKirill Volinsky
2015-05-23replace strncat to mir_strncatKirill Volinsky
2015-05-23replace _tcscat to mir_tstrcatKirill Volinsky