summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-06-06StdMsg: option "Restore previously open tabs when showing the window" ↵George Hazan
removed because it does nothing anyway. use plugin Sessions instead
2018-06-04StdMsg: fix active window calculation for non-tabbed modeGeorge Hazan
2018-06-03fixes #1401 (fixes inactive session detection)George Hazan
2018-06-01StdMsg: inactive tabs blink in background if there's an unread messageGeorge Hazan
2018-06-01eternal recursion preventionGeorge Hazan
2018-06-01fix for flashing in StdMsg, also fixes #1400George Hazan
2018-06-01fixed #1369 (StdMsg: option "Use the contact's status icon as the window ↵George Hazan
icon" is restored back)
2018-06-01fix for malfunctioning CDlgBase::OnChangeGeorge Hazan
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has ↵George Hazan
module setting
2018-06-01CMPluginBase::getModule: new helper for returning plugin's moduleGeorge Hazan
2018-05-31fixes #1386 (duplicate sounds appear after StdMsg load/unload)George Hazan
2018-05-31fixes #1397 (StdMsg: dynamic loading breaks meta menu)George Hazan
2018-05-30EI options: code cleaningGeorge Hazan
2018-05-30added handler for right clickGeorge Hazan
2018-05-30Extra icons (mir_app):George Hazan
- old reference system that used EI ids totally removed; - now HANDLE that is returned outside is a real pointer to EI; - old perversion with groups removed; - fixes #1394 (EI change require restart)
2018-05-30extra icons: gettimg rid of IDsGeorge Hazan
2018-05-30fir for massive search-n-replace resultGeorge Hazan
2018-05-30senseless function removedGeorge Hazan
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-29ancient perversion removed: function CListInitialise as the special entry ↵George Hazan
point for contact lists (not to mix them with usual plugins)
2018-05-29core:George Hazan
- obsoleted flags bOk & bStopped removed from pluginEntry; - pluginEntry::bFailed is now set automatically;
2018-05-29BASIC_PLUGIN_INFO - useless structure removedGeorge Hazan
2018-05-28solves problems with XP compatibilityGeorge Hazan
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-28useful wrappers for loading / unloading pluginsGeorge Hazan
2018-05-28fix for dll checker - Load & Unload are not mandatory now, also void export ↵George Hazan
table is not a problem
2018-05-28core changes:George Hazan
- added methods CMPluginBase::Load & CMPluginBase::Unload - duplicated data removed from BASIC_PLUGIN_INFO and replaced with data from CMPluginBase; - code cleaning
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27version check temporarily disabledGeorge Hazan
2018-05-27pre-check added for plugin dlls that weren't loaded yetGeorge Hazan
2018-05-27dll sniffer that blocks load of any module whose build number is different ↵George Hazan
than his own
2018-05-27Options - Plugins to display file version instead of product versionGeorge Hazan
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge Hazan
2018-05-27fixes #1374 (IRC crash on exit after 20-30 account on/off)George Hazan
2018-05-26no, this idea was wrong...George Hazan
2018-05-25fixes #1377 ("Options -> Plugins -> Download more plugins" opens Miranda ↵George Hazan
folder instead of website)
2018-05-25StdMsg:George Hazan
- useless message DM_APPENDTOLOG removed; - fixes #1378
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-23no need to allocate a structure if there's no pluginGeorge Hazan
2018-05-23we don't need MirandaPluginInfoEx() anymore. farewell, my lovelyGeorge Hazan
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-22new helper for MS_TTB_ADDBUTTONGeorge Hazan
2018-05-22m_chat_int.h => CMPluginGeorge Hazan
2018-05-22m_crypto.h => CMPluginGeorge Hazan
2018-05-22m_extraicons.h => CMPluginGeorge Hazan
2018-05-22code cleaningGeorge Hazan
2018-05-22m_fontservice.h => CMPluginGeorge Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan