summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2013-05-16m_history.hGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4675 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16some another unused headersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4674 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16we don't need VS2003/2005 support as wellGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4673 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16another bunch of unused junkGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4672 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16unused m_awaymsg.hGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4671 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16- useless header removed;George Hazan
- unused headers removed; git-svn-id: http://svn.miranda-ng.org/main/trunk@4669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-15MS_MSG_SETSTATUSTEXT - new service for setting the SRMM window's status bar textGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4656 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-09memory corruption in StdMsg + SkypeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4613 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-09no need to suppress PDB path in VS2012George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4604 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-20oops... ME_MSG_WRITEEVENT is ME_MSG_PRECREATEEVENT now :)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4487 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-20ME_MSG_WRITEEVENT - new hookable event to catch the db event creation moment ↵George Hazan
in SRMM git-svn-id: http://svn.miranda-ng.org/main/trunk@4484 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-20end of the city legend that PSS_MESSAGEW ever existedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4482 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-13- standard version resource for StdChat;George Hazan
- minor fix for the StdCrypt project git-svn-id: http://svn.miranda-ng.org/main/trunk@4445 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-13stub for the standard encryptorGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-11srmm icons work in SRMM & ScriverGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4427 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-11status icons almost recoveredGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4420 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-11SRMM icons to be unloaded automaticallyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4418 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-10- SRMM status icons module moved to the core;George Hazan
- this code removed from Scriver & tabSRMM git-svn-id: http://svn.miranda-ng.org/main/trunk@4416 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-09- the kernel filters out contacts by proto names much faster than a plugin;George Hazan
- database cycles simplified git-svn-id: http://svn.miranda-ng.org/main/trunk@4404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-09- short function names allows to write database loops in one string;George Hazan
- 'continue' operator can be used then; - multiple bugs fixed in clists; - code becomes much more compact; git-svn-id: http://svn.miranda-ng.org/main/trunk@4403 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-08fix for the undocumented MS_CLIST_RETRIEVE_INTERFACE featureGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-07end of the old database macrosesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4373 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-07mir_getCLI() - a helper for MS_CLIST_RETRIEVE_INTERFACE, just call it ↵George Hazan
without parameters git-svn-id: http://svn.miranda-ng.org/main/trunk@4368 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-06menu item flag CMIF_ICONFROMICOLIB is ignored by the core from now onGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-05- rest of menus cleared;George Hazan
- old database macroses wiped out from all plugins (left in m_database.h for compatibility) git-svn-id: http://svn.miranda-ng.org/main/trunk@4324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-30MS_DB_EVENT_* services remained, but their calls removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4255 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-30 /SAFESEH removed from MSVC 2012 WIN32/DebugVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@4253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-26git-svn-id: http://svn.miranda-ng.org/main/trunk@4199 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-26removed clutch in StdMsg to publish SIZEOF(fontOptionsList)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4198 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-21- unused constant MIRANDA_IDLE_INFO_SIZE_1 removed;George Hazan
- proper tracking of autoaway sound options; - code cleanup for MIRANDA_IDLE_INFO initialization; git-svn-id: http://svn.miranda-ng.org/main/trunk@4156 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-21we use the idle state only in Online & FFC modesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4155 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-21change of idle switching behavior:George Hazan
- we switch to idle from ANY online status, despite invisible, because idle is not a status, it's just a program state; - we remove the saved status instead of setting it to zero git-svn-id: http://svn.miranda-ng.org/main/trunk@4151 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-20ok, let's remove these three linesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4125 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-14old ansi popups removed, noone used them anywayGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-13- fix for a crash on dynamic unload;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@4005 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-08some memory leak fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3925 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-04new subclassing functions applied to all pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3880 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-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-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-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-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-24- getting rid of 24-bit and 8-bit icons (tanks faith_healer)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3268 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-12- One more portion of Miranda IM extermination from Russian langpack Vadim Dashevskiy
- Some obsolete warning messageboxes removed - Geraman language added to LangpackSuite git-svn-id: http://svn.miranda-ng.org/main/trunk@3067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c