summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-03-03added mechanism of windows subclassing, proof to dynamic plugin unloadingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-02rest of TCHAR_STR_PARAM replacedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01service call replaced with helper: MS_UTILS_PATHTOABSOLUTEWGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01service call replaced with helper: MS_UTILS_PATHTORELATIVEGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3826 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01service call replaced with helperGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3825 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-28fix for the command line length in MS_SYSTEM_RESTARTGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3810 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-28new template, VARST, to hold the result of calling Utils_ReplaceVarsT()George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-28bugfix: AutoExec/OnCreateFilename setting in mirandaboot.ini doesn't work ↵George Hazan
when AutoCreate=yes git-svn-id: http://svn.miranda-ng.org/main/trunk@3805 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-27more memory leaks fixedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3794 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-25PROTO_INTERFACE made zeroed on the basic inheritance levelGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3770 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-25translation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-24- resource cosmetics (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3745 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23crash fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3744 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23useless variable m_szProtoName removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3740 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23- PROTO_INTERFACE::GetIcon removed and replaced with the standard ↵George Hazan
implementation; - PS_LOADICON also replaced with the standard function; - ProtoConstructor() & ProtoDestructor() macroses are introduced to simplify protocols' code; - GetIcon() method implementation removed from all protocols git-svn-id: http://svn.miranda-ng.org/main/trunk@3739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23old C proto interface removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3738 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23bugfix: LoadSkinProtoIcon returns global icons when a protocol is not fully ↵George Hazan
created git-svn-id: http://svn.miranda-ng.org/main/trunk@3737 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23correct Jabber account icon calculationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-22- translation fixes (patch from wishmaster)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3683 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21added forward service cleanup for the dynamically unloaded pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3667 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21MS_SYSTEM_MODULEUNLOAD should be called after calling Unload, but before the ↵George Hazan
physical dll unload git-svn-id: http://svn.miranda-ng.org/main/trunk@3666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3664 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21fixed deleting popups options page when loading/unloading popup or yapp pluginKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3662 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21fix for passing valid parameter into ME_SYSTEM_MODULELOAD/ME_SYSTEM_MODULEUNLOADGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3660 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21small cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3656 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21small cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3655 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-20small cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3651 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-19miranda hangs up when one of the standard modules is missingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3645 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-19- Create PopUp options pages only when popup plugin present Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3642 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-19- translation fixes (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3640 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-19translation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3639 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-18duplicate message removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-17patch for the messages to be translated George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3622 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-17gdi resources cleaning patchGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3621 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-13- boost updated to 1.53, and should be placed into ..\..\boost folderGeorge Hazan
- various compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@3591 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-13- fix not to add dbchecker into the plugins list that caused reload in ↵George Hazan
Options\Plugins; - minor code reorder git-svn-id: http://svn.miranda-ng.org/main/trunk@3589 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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-11fix for non-pushable buttonGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3556 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-02-10STATIC_PLUGIN : 0x0002 flag added to PLUGININFOEX.flags to mark plugins ↵George Hazan
loaded by the core git-svn-id: http://svn.miranda-ng.org/main/trunk@3547 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-10fix to disable clicking on statically loaded pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3546 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-10also dbchecker should not be controlled by Options/PluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-10advaimg could be marked in Options/Plugins as not loadableGeorge Hazan
[fixes: #54] git-svn-id: http://svn.miranda-ng.org/main/trunk@3544 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-03- translation fixes (patch from wishmaster)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3405 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-30fix to prevent C++ runtime from shutting down Miranda due to wrong data ↵George Hazan
formats etc git-svn-id: http://svn.miranda-ng.org/main/trunk@3368 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-29added ability to restart with current profileKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3328 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-28- Main menu icon replacedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3323 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-27- new way of removing icolib icons by handleGeorge Hazan
- icon leak fix for Jabber git-svn-id: http://svn.miranda-ng.org/main/trunk@3303 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-27all perversions will "core_main_*" icon names removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3302 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-27evading resource conflictsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c