summaryrefslogtreecommitdiff
path: root/src/mir_app
AgeCommit message (Collapse)Author
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-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-25fixes #1377 ("Options -> Plugins -> Download more plugins" opens Miranda ↵George Hazan
folder instead of website)
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
2018-05-22Hotkey_Register => CMPlugin::addHotkeyGeorge Hazan
2018-05-22IcoLib_AddIcon => CMPlugin::addIconGeorge Hazan
2018-05-22Srmm_AddButton unbound from hLangpackGeorge Hazan
2018-05-22Srmm_AddIcon unbound from hLangpackGeorge Hazan
2018-05-22awful crutch for Pascal plugins to use pseudo-constructor a la CMPluginGeorge Hazan
2018-05-21unused field pluginEntry::hLangpack removed, functions that used it switched ↵George Hazan
to CMPluginBase
2018-05-21GetPluginLangId() rewritten using CMPluginGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20UserInfo_AddPage() helper replaced with CMPLugin::addUserInfo()George Hazan
2018-05-20let's avoid identifier 'hLangpack' wherever possibleGeorge Hazan
2018-05-20mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed ↵George Hazan
in each plugin. mir_getLP() remains for compatibility with pascal plugins only
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-20sounds packed into CMPlugin (reduces usage of hLangpack)George Hazan
2018-05-19fixes #1368 (Hide dbx_mmap from profile manager)George Hazan
2018-05-19remove obsolete tipdartraiden
2018-05-19Langpack_MarkPluginLoaded: more correct parameter typeGeorge Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
it remains existing for now, but as reference to g_plugin.m_hLang
2018-05-18fix for a log file nameGeorge Hazan
2018-05-18CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCEGeorge Hazan
2018-05-18constructor of CMPlugin now registers it automatically in the module list, ↵George Hazan
no need to call RegisterModule manually
2018-05-18mir_app: CMPlugin introduced instead of g_hInstGeorge Hazan
2018-05-16CMake: Added FreeImage to mir_app dependencies.protomors
2018-05-15__NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiledGeorge Hazan
2018-05-10StdMsg:George Hazan
- tab icon look standardized with all another SRMM plugins; - fixes #1343 (StdMsg: wrong status icon as the window icon)
2018-05-08code cleaning (using new MS coding style)George Hazan
2018-05-08fixes #1334 (after unloading tabSRMM its fonts & colors are still visible in ↵George Hazan
the Options)
2018-05-07fixes #1323George Hazan
(cherry picked from commit 40d3905a2c7a87bc48ce1624aa6409df08b4fbde)
2018-05-07PROTOACCOUNT::bIsLocked: lock status to be stored in memoryGeorge Hazan
PROTOACCOUNT became a normal class with constructor & destructor
2018-05-05fixes #1320 (Ordinal 116 not found in mir_app.mir)George Hazan
(cherry picked from commit 9db2e1eb71e2428191fe0cda4d372391d6046ee0)
2018-05-03disable account first, free its object thenGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-27fixes #1310 (Wrong language after profile conversion)George Hazan