summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-06-06CCtrlPages::CheckRowCount() - new function to force tab resize when the numbe...George Hazan
2018-06-03fixes #1401 (fixes inactive session detection)George Hazan
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has module...George Hazan
2018-06-01CMPluginBase::getModule: new helper for returning plugin's moduleGeorge Hazan
2018-05-31fixes #1397 (StdMsg: dynamic loading breaks meta menu)George Hazan
2018-05-30added handler for right clickGeorge Hazan
2018-05-28fix for delphi pluginsGeorge Hazan
2018-05-28core changes:George Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-23cosmetic fixes for testdll.dprGeorge Hazan
2018-05-23one moredartraiden
2018-05-23remove some more MirandaPluginInfoEx()dartraiden
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_chat.h => CMPluginGeorge Hazan
2018-05-22m_cluiframes.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-22m_langpack.h unbound from hLangpackGeorge Hazan
2018-05-22Srmm_AddButton unbound from hLangpackGeorge Hazan
2018-05-22Srmm_AddIcon unbound from hLangpackGeorge Hazan
2018-05-22and also set plugin infoGeorge Hazan
2018-05-22awful crutch for Pascal plugins to use pseudo-constructor a la CMPluginGeorge Hazan
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 i...George Hazan
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-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge 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, no...George Hazan
2018-05-15cmstub.lib statically linked to any plugin that uses CMPlugin templateGeorge Hazan
2018-05-07PROTOACCOUNT::bIsLocked: lock status to be stored in memoryGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-05-03CloudFile: thread functions rewritten using PROTO::ForkThreadGeorge Hazan
2018-04-30fix for argument typesGeorge Hazan
2018-04-27fixes #1310 (Wrong language after profile conversion)George Hazan
2018-04-27implementation of #1308George Hazan