Age | Commit message (Expand) | Author |
2018-06-03 | fixes #1401 (fixes inactive session detection) | George Hazan |
2018-06-01 | CPluginDlgBase: this class became useless because CMPlugin already has module... | George Hazan |
2018-06-01 | CMPluginBase::getModule: new helper for returning plugin's module | George Hazan |
2018-05-31 | fixes #1397 (StdMsg: dynamic loading breaks meta menu) | George Hazan |
2018-05-30 | added handler for right click | George Hazan |
2018-05-28 | fix for delphi plugins | George Hazan |
2018-05-28 | core changes: | George Hazan |
2018-05-27 | global variable name standardization | George Hazan |
2018-05-27 | unused variable CHAT_MANAGER *pci removed and replaced with g_chatApi | George Hazan |
2018-05-23 | no need to initialize pcli variable in each plugin (only in Clist_*) | George Hazan |
2018-05-23 | cosmetic fixes for testdll.dpr | George Hazan |
2018-05-23 | one more | dartraiden |
2018-05-23 | remove some more MirandaPluginInfoEx() | dartraiden |
2018-05-22 | no more need in hLangpack variable *YAHOO* | George Hazan |
2018-05-22 | new helper for MS_TTB_ADDBUTTON | George Hazan |
2018-05-22 | m_chat_int.h => CMPlugin | George Hazan |
2018-05-22 | m_chat.h => CMPlugin | George Hazan |
2018-05-22 | m_cluiframes.h => CMPlugin | George Hazan |
2018-05-22 | m_crypto.h => CMPlugin | George Hazan |
2018-05-22 | m_extraicons.h => CMPlugin | George Hazan |
2018-05-22 | code cleaning | George Hazan |
2018-05-22 | m_fontservice.h => CMPlugin | George Hazan |
2018-05-22 | m_genmenu.h unbound from hLangpack | George Hazan |
2018-05-22 | Hotkey_Register => CMPlugin::addHotkey | George Hazan |
2018-05-22 | IcoLib_AddIcon => CMPlugin::addIcon | George Hazan |
2018-05-22 | m_langpack.h unbound from hLangpack | George Hazan |
2018-05-22 | Srmm_AddButton unbound from hLangpack | George Hazan |
2018-05-22 | Srmm_AddIcon unbound from hLangpack | George Hazan |
2018-05-22 | and also set plugin info | George Hazan |
2018-05-22 | awful crutch for Pascal plugins to use pseudo-constructor a la CMPlugin | George Hazan |
2018-05-21 | GetPluginLangId() rewritten using CMPlugin | George Hazan |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan |
2018-05-20 | UserInfo_AddPage() helper replaced with CMPLugin::addUserInfo() | George Hazan |
2018-05-20 | let's avoid identifier 'hLangpack' wherever possible | George Hazan |
2018-05-20 | mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed i... | George Hazan |
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan |
2018-05-20 | sounds packed into CMPlugin (reduces usage of hLangpack) | George Hazan |
2018-05-19 | fixes #1368 (Hide dbx_mmap from profile manager) | George Hazan |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan |
2018-05-18 | hLangpack variable began migration inside CMPluginBase | George Hazan |
2018-05-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan |
2018-05-18 | constructor of CMPlugin now registers it automatically in the module list, no... | George Hazan |
2018-05-15 | cmstub.lib statically linked to any plugin that uses CMPlugin template | George Hazan |
2018-05-07 | PROTOACCOUNT::bIsLocked: lock status to be stored in memory | George Hazan |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan |
2018-05-03 | CloudFile: thread functions rewritten using PROTO::ForkThread | George Hazan |
2018-04-30 | fix for argument types | George Hazan |
2018-04-27 | fixes #1310 (Wrong language after profile conversion) | George Hazan |
2018-04-27 | implementation of #1308 | George Hazan |
2018-04-23 | m_gui: remove redundant 'virtual' (C++11) | Goraf |