summaryrefslogtreecommitdiff
path: root/src/mir_core
AgeCommit message (Collapse)Author
2013-02-13VS2012 projects to be compiled with SP1 XP-compatible runtimeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-11core: copyright update to year 2013George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3549 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-23replacement for SKIN_OTHER_MAINMENU: the triple bar iconGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3250 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-12new event, ME_LANGPACK_CHANGED, to be called after the dynamic langpack changeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-07- final libs adaptation for MSVC 2012Vadim Dashevskiy
- pre-build stuff moved to 'build' folder git-svn-id: http://svn.miranda-ng.org/main/trunk@2685 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-06- MSVC 2011 adaptationVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@2679 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-06added copies of projects for 2012George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2676 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-04C++ exceptions turned off when not neededGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-02new easy standard way of registering icons: Icon_RegisterGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2601 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-21consistent hash generation fix - part 4Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@2412 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-06Fixed compilation of standalone plugins (thx robyer)Vadim Dashevskiy
Xfire protocol added to solutions (no 64-bit yet) git-svn-id: http://svn.miranda-ng.org/main/trunk@2218 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-15Unicode translation for ImportGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-10two new db stubs: db_find_first & db_find_nextGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1855 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-28NotifyFastHook - new core function to call event hooks in the same thread, ↵George Hazan
it never switches to the main thread to execute event's hooks git-svn-id: http://svn.miranda-ng.org/main/trunk@1704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-21- fix for the Netlib_Logf eventGeorge Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@1623 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-05removes path from the PDB file namesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1374 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-03pre-build event moved to mir_core projectVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@1339 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-28- dead files removalGeorge Hazan
- project cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@1222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-27Utf8CheckString moved from dbtool to mir_coreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-26- core command line parserGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1201 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-26simple command-line analyzerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1199 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-23more correct variant of tlsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1135 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-23minor improvement for async callsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1126 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-20- db3x_mmap is completely moved to a class;George Hazan
- the old nightmare in the core "How to detect a db plugin and load it" is eliminated forever; - databases are the usual plugins now (loadable via Load) - dynamic DATABASELINK registration git-svn-id: http://svn.miranda-ng.org/main/trunk@1082 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-18mir_core on MIDatabaseGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1015 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-18databases are still static, but are controlled via classesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1014 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-17obsolete heaader file, m_plugins.h, removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1005 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-14- various leaks George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@965 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-11fix for returning crazy numbers when the data type in database doesn't match ↵George Hazan
the required one git-svn-id: http://svn.miranda-ng.org/main/trunk@903 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-10fix mir_core loading problemsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@887 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-10- tooltips for TopToolbar buttonsGeorge Hazan
- replaceStr/replaceStrW moved to mir_core git-svn-id: http://svn.miranda-ng.org/main/trunk@886 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-06+ stdauth + stdfile;George Hazan
NEWSTR_ALLOCA / NEWTSTR_ALLOCA / NEWWSTR_ALLOCA moved to m_system.h git-svn-id: http://svn.miranda-ng.org/main/trunk@792 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-06valid Core plugins' processing during dynamic load/unloadGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-06small adjustmentVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-06- mir_core.dll moved to the core :)George Hazan
- plugins now obtain the fake langpack id if langpack is absent git-svn-id: http://svn.miranda-ng.org/main/trunk@787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c