summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2018-05-27SimpleStatusMsg: fix for an occasional crashGeorge Hazan
2018-05-27CMake: do not build Dbx_mmap plugin.protomors
2018-05-26no, this idea was wrong...George Hazan
2018-05-25same fix for Scirver (fixes #1387)George Hazan
2018-05-25damned gitGeorge Hazan
2018-05-25fix for a problem with StatusManager loadingGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-23fix: calculated array of interfaces is ignoredGeorge Hazan
2018-05-23AutoShutdown: we don't need second defineMataes
2018-05-23AutoShutdown: fix regression introduced in ↵dartraiden
https://github.com/miranda-ng/miranda-ng/commit/8a74e7495ce5ad39de4f5c25121a84d35df90c36
2018-05-23LotusNotify: fix regression introduced in ↵dartraiden
https://github.com/miranda-ng/miranda-ng/commit/8a74e7495ce5ad39de4f5c25121a84d35df90c36
2018-05-23RecentContacts: fix regression introduced in ↵dartraiden
https://github.com/miranda-ng/miranda-ng/commit/cb4d31922f0690f5a3c79526245c963bfd118864
2018-05-23remove some more MirandaPluginInfoEx()dartraiden
2018-05-23we don't need MirandaPluginInfoEx() anymore. farewell, my lovelyGeorge Hazan
2018-05-23TrafficCounter: fix for reading initial settingsGeorge Hazan
2018-05-23TrafficCounter:George Hazan
- fixes #1376 (Traffic counter: crash with empty statistic); - massive code cleaning; - version bump
2018-05-22two moreGeorge 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_cluiframes.h => CMPluginGeorge Hazan
2018-05-22m_crypto.h => CMPluginGeorge 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-22name resolution conflictGeorge Hazan
2018-05-22plugin info must be filledGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20MirLua: add logsaunsane
2018-05-20fix mergeaunsane
2018-05-20MirLua: refactoringaunsane
2018-05-20MirLua: project reorderingaunsane
2018-05-20Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng"Konstantin
This reverts commit 3f90207479ee0a6530631812717801a54093658c, reversing changes made to 7d6b89fd45814936d0edeff664bf5efb2d19b875.
2018-05-20Merge branch 'master' of https://github.com/miranda-ng/miranda-ngKonstantin
2018-05-20Revert "Conversation fix icon display"Konstantin
This reverts commit 9eda23f5d0d4d239bd46a2da66bf4ff141dc3ad0.
2018-05-20MirLua: environment now inherits CMPluginBaseaunsane
2018-05-20MirLua: no need to keep two instances of CMPluginaunsane
2018-05-20Conversation fix icon displayKonstantin
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-18code cleaningGeorge Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW