Age | Commit message (Expand) | Author |
2013-05-16 | we don't need VS2003/2005 support as well | George Hazan |
2013-05-09 | no need to suppress PDB path in VS2012 | George Hazan |
2013-04-23 | also wrtrim renamed, according to the standard, to rtrimw | George Hazan |
2013-04-23 | - added unicode analogs of ltrim, ltrimp, wildcmp; | George Hazan |
2013-04-14 | thread structure optimization | George Hazan |
2013-03-30 | 12 binary replacements for MS_DB_EVENT_* services: | George Hazan |
2013-03-30 | /SAFESEH removed from MSVC 2012 WIN32/Debug | Vadim Dashevskiy |
2013-03-29 | attempt to save memory required for the ANSI translations | George Hazan |
2013-03-25 | fix for mir_urlEncode() | George Hazan |
2013-03-24 | char* mir_urlEncode(const char *szUrl) added | George Hazan |
2013-03-19 | - mir_unsubclassWindow introduced for the explicit window unsubclassing; | George Hazan |
2013-03-17 | some another leaks fixed | George Hazan |
2013-03-17 | mir_wstrndup added, the Unicode version of mir_strndup | George Hazan |
2013-03-09 | fix: PathToAbsolute doesn't clear the output string on error | George Hazan |
2013-03-04 | fix for the smileys cleanup procedure | George Hazan |
2013-03-04 | fix for drawing subclassed windows | George Hazan |
2013-03-04 | new subclassing functions applied to all plugins | George Hazan |
2013-03-03 | forgotten another function: mir_callNextSubclass | George Hazan |
2013-03-03 | added mechanism of windows subclassing, proof to dynamic plugin unloading | George Hazan |
2013-03-01 | service call replaced with helper: MS_UTILS_PATHTOABSOLUTEW | George Hazan |
2013-02-13 | VS2012 projects to be compiled with SP1 XP-compatible runtime | George Hazan |
2013-02-11 | core: copyright update to year 2013 | George Hazan |
2013-01-23 | replacement for SKIN_OTHER_MAINMENU: the triple bar icon | George Hazan |
2013-01-12 | new event, ME_LANGPACK_CHANGED, to be called after the dynamic langpack change | George Hazan |
2012-12-07 | - final libs adaptation for MSVC 2012 | Vadim Dashevskiy |
2012-12-06 | - MSVC 2011 adaptation | Vadim Dashevskiy |
2012-12-06 | added copies of projects for 2012 | George Hazan |
2012-12-04 | C++ exceptions turned off when not needed | George Hazan |
2012-12-02 | new easy standard way of registering icons: Icon_Register | George Hazan |
2012-11-21 | consistent hash generation fix - part 4 | Vadim Dashevskiy |
2012-11-06 | Fixed compilation of standalone plugins (thx robyer) | Vadim Dashevskiy |
2012-10-15 | Unicode translation for Import | George Hazan |
2012-10-10 | two new db stubs: db_find_first & db_find_next | George Hazan |
2012-09-28 | NotifyFastHook - new core function to call event hooks in the same thread, it... | George Hazan |
2012-09-21 | - fix for the Netlib_Logf event | George Hazan |
2012-08-05 | removes path from the PDB file names | George Hazan |
2012-08-03 | pre-build event moved to mir_core project | Vadim Dashevskiy |
2012-07-28 | - dead files removal | George Hazan |
2012-07-27 | Utf8CheckString moved from dbtool to mir_core | George Hazan |
2012-07-26 | - core command line parser | George Hazan |
2012-07-26 | simple command-line analyzer | George Hazan |
2012-07-23 | more correct variant of tls | George Hazan |
2012-07-23 | minor improvement for async calls | George Hazan |
2012-07-20 | - db3x_mmap is completely moved to a class; | George Hazan |
2012-07-18 | mir_core on MIDatabase | George Hazan |
2012-07-18 | databases are still static, but are controlled via classes | George Hazan |
2012-07-17 | obsolete heaader file, m_plugins.h, removed | George Hazan |
2012-07-14 | - various leaks | George Hazan |
2012-07-11 | fix for returning crazy numbers when the data type in database doesn't match ... | George Hazan |
2012-07-10 | fix mir_core loading problems | George Hazan |