summaryrefslogtreecommitdiff
path: root/include/newpluginapi.h
AgeCommit message (Collapse)Author
2024-01-08Update copyrightsdartraiden
2023-11-21SRMM toolbar buttons that require input window to be visible are marked as ↵George Hazan
BBBF_NOREADONLY
2023-11-05mir_fonts.cpp erased because the problems with translationGeorge Hazan
2023-07-13StdFile considered useless and returned back to mir_appGeorge Hazan
2023-01-25Group chats: ChatRoomID setting replaced with real protocol idGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-06-09UserInfo -> UI classesGeorge Hazan
2022-05-17MWindow - further window unification code for LinuxGeorge Hazan
2022-03-09fixes #3044 (Jabber: перенести опцию "Показывать ↵George Hazan
всплывающие окна с ошибками" в настройки всплывающих окон)
2022-03-09popup control moved from main menu to Options - Popups - Enabled itemsGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-11-07first version of mir_core that builds under Linuxghazan
2021-06-07fixes #2912 (Drop WinCrypto API support)George Hazan
2021-04-11fixes #2789 (Import: опция "не загружать плагин при ↵George Hazan
старте" не работает)
2021-03-25ME_SYSTEM_MODULELOAD & ME_SYSTEM_MODULEUNLOAD: handier parameter passingGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-08-07unused shit returnedGeorge Hazan
2020-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-07-12compilation fixGeorge Hazan
2019-07-12CMake: reduced dependency from prebult libraries.protomors
2019-04-13CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵George Hazan
HIMAGELIST
2019-04-12compilation fixGeorge Hazan
2019-04-12major crutch for pascal pluginsGeorge Hazan
2019-04-12missing parameter addedGeorge Hazan
2019-04-12standard icolib management code added to CMPluginBaseGeorge Hazan
2019-03-05fixes #1876 (YAPP renamed to StdPopup, to popup service be always present)George Hazan
2019-02-19db_get_utfa supported in PROTO_INTERFACE & CMPluginGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-11-13getByte/getWord/getDword: correct default values restoredGeorge Hazan
2018-08-29fixes #1555 (Import shouldn't import .bak second time in service mode)George Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-05fixes #1448 (translated frame names in database)George Hazan
2018-06-13System idle:George Hazan
- plugin StdIdle that had been acting as an options dialog for StdAutoAway removed; - service MS_IDLE_GETIDLEINFO moved into the core and replaced with Idle_GetInfo(); - new function Idle_Enter() is available to tell the core that Miranda is idle; - StdAutoAway & StatusManager adapted for these changes;
2018-06-01CMPluginBase::getModule: new helper for returning plugin's moduleGeorge Hazan
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-22new helper for MS_TTB_ADDBUTTONGeorge 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-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