Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-19 | Remove useless docs | dartraiden | |
2018-07-19 | fix for wrong assert in libmdbx | George Hazan | |
2018-07-18 | updated libsodium | aunsane | |
2018-07-17 | added error logger for libmdbx | George Hazan | |
2018-07-12 | libcurl: update to 7.61 | dartraiden | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | GUI change: | George Hazan | |
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name) | |||
2018-07-11 | libmdbx extracted to separate dll | George Hazan | |
2018-07-11 | fix regression, introduced in dae1e12d0bc0be3b6c243dc624b30e1ed3b07410 | dartraiden | |
2018-07-10 | Menu_SetVisible: new function to write down a Visibility checkbox for a menu ↵ | George Hazan | |
item | |||
2018-07-10 | liblua updated to version 5.3.5 | aunsane | |
2018-07-10 | liblua: pick up Miranda-specific commits | dartraiden | |
2018-07-10 | liblua: update to Lua 5.3.5 | dartraiden | |
2018-07-05 | fixes #1448 (translated frame names in database) | George Hazan | |
2018-06-29 | safer method of backing up databases instead of trying to read them manually | George Hazan | |
2018-06-23 | Netlib: | George Hazan | |
- fix for function names - code cleaning | |||
2018-06-18 | new functions to access mirandaboot.ini from all plugins: | George Hazan | |
Profile_GetSetting() - reads a string from mirandaboot.ini Profile_GetSettingInt() - reads an integer from mirandaboot.ini | |||
2018-06-13 | System 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-13 | profile lock detection unbound from contact list services | George Hazan | |
2018-06-01 | convert to UTF8 | dartraiden | |
2018-06-01 | oops | dartraiden | |
2018-06-01 | libs/libcurl: update to 7.60 | dartraiden | |
2018-06-01 | we only needs license, contributors and version info | dartraiden | |
2018-06-01 | CPluginDlgBase: this class became useless because CMPlugin already has ↵ | George Hazan | |
module setting | |||
2018-06-01 | CMPluginBase::getModule: new helper for returning plugin's module | George Hazan | |
2018-06-01 | libs/Pcre16: pick up Miranda-specific commits | dartraiden | |
2018-06-01 | libs/Pcre16: update to 8.42 | dartraiden | |
2018-05-31 | pick up Miranda-specific commits | dartraiden | |
2018-05-31 | libs/sqlite3: 3.23.1 | dartraiden | |
2018-05-31 | fixes #1397 (StdMsg: dynamic loading breaks meta menu) | George Hazan | |
2018-05-28 | core 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-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-22 | new helper for MS_TTB_ADDBUTTON | George Hazan | |
2018-05-22 | m_chat_int.h => CMPlugin | George Hazan | |
2018-05-22 | m_extraicons.h => CMPlugin | 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 | 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-21 | crash fix: MirLua crashes inside Options - Plugins if the plugin is disabled | 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 | 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 | optimization disabled for cmstub.lib | George Hazan | |