summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2012-07-22links to miranda-im.org removedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@1105 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-22links to addons.miranda-im.org removedVadim Dashevskiy
pre-build events for "Std" plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@1104 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-18code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1028 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-16dynamic dll checkerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@989 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-14- code cleaningGeorge Hazan
- sync git-svn-id: http://svn.miranda-ng.org/main/trunk@975 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-11MS_LANGPACK_LOOKUPHANDLE - helps plugins to detect another plugins' dataGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-09missing resourceGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@878 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-07cosmetic cleaningKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@826 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-07cosmetic cleaningKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@825 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-07Core plugins name standartization Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@819 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-07- finally problem with dynamic UserInfoEx load solved completelyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@818 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-07- forgotten /Core module: stdawayGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@816 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-07Core plugins name standartizationKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@815 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-07verxion.rc is not editable by Microsoft Visual C++Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@813 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-06revert previous changeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@805 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-06fix for the problem with UserInfoExGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@804 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-06fix for doubled menu items in Core pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@802 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-06+ stdautoaway + stdhelp + stduihist + stdidle + stduseronlineGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@795 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-06stdemail + stdurlGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@790 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
2012-07-06event handle to return on duplicate event registrationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@782 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-05- first of the /Core standard plugins;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-04wiping objects during dynamic plugin unloadGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@762 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-04- internal langpack preparation for hLangpack-dependent resource cleaningGeorge Hazan
- langpack functions' names normalization (2Awk: safe for plugins written in Delphi) git-svn-id: http://svn.miranda-ng.org/main/trunk@758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-03no more PLUGININFOEX::replacesDefaultModule, that old & nasty clutchGeorge Hazan
since now all Myranda plugins are binary incompatible with Miranda's git-svn-id: http://svn.miranda-ng.org/main/trunk@743 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-30- setting thread names;George Hazan
- warning fixes; - code cleaning; - option to disable sounds during idle git-svn-id: http://svn.miranda-ng.org/main/trunk@692 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-29- yet another crash fix on exit;George Hazan
- events speed-up - quick ICQ exit git-svn-id: http://svn.miranda-ng.org/main/trunk@687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-29- eliminated crash in Punto Switcher's dll during exit;George Hazan
- removed references to the callee's local thread data in QueueUserAPC; git-svn-id: http://svn.miranda-ng.org/main/trunk@683 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-28some atavisms removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@667 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-27final wipeout of all interfacesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-27no more pluginLink in load()George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@652 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-27- langpack returned back;George Hazan
- fixes for the 64-bit compilation issues git-svn-id: http://svn.miranda-ng.org/main/trunk@651 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-26mk: removed all LIST_INTERFACE, MI_INTERFACE & UTF8_INTERFACE instances.George Hazan
all related functions moved to mir_core. git-svn-id: http://svn.miranda-ng.org/main/trunk@644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-26- microkernel addded;George Hazan
- version bumped to 0.92.2 git-svn-id: http://svn.miranda-ng.org/main/trunk@641 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-20- MS_SKIN2_ADDICON replaced with Skin_AddIcon;George Hazan
- SKINICONDESC_SIZE* constants removed and replaced with sizeof(sid); - added SIDF_PATH_UNICODE for all plugins; - dynamic translation fixed in the icolib options dialog git-svn-id: http://svn.miranda-ng.org/main/trunk@507 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-20- direct call of MS_SKIN_ADDNEWSOUND replaced with Skin_AddSound() call;George Hazan
- obsolete structure SKINSOUNDDESC removed - dynamically translated hot keys; - checked correct LPGEN'ing of the sounds creation; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@500 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-18- PLUGININFO structure removed at all;George Hazan
- Options_AddPage & UserInfo_AddPage replaced MS_OPT_ADDPAGE & MS_USERINFO_ADDPAGE services respectively - total internal redesign of options' translation - code reformatting git-svn-id: http://svn.miranda-ng.org/main/trunk@477 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-16fix for menu items' translation in the editorGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@445 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-15new icons for non-loadable pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-15small portion of "#ifsef Unicode" removalVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@435 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-14minor menu cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@420 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-14another portion of "#ifsef Unicode" removalVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@411 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-14- all MS_CLIST_ADD*ITEM services replaced with Menu_Add*Item stubs.George Hazan
- massive cleanup of the menu-related code git-svn-id: http://svn.miranda-ng.org/main/trunk@410 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-13roadmap milestone #1George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@402 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-13code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@398 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-06-06minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@332 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c