Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-15 | Import: ability to check duplicates during a contact import | George Hazan | |
2018-08-15 | Windows string types removed from m_core.h | George Hazan | |
2018-08-14 | fix for CreatePathToFileW prototype (missing const specifier) | George Hazan | |
2018-08-07 | MDatabaseReadonly - base class for all read-only database drivers | George Hazan | |
2018-08-02 | Miranda_WaitOnHandleEx - advanced wait function with pInfo parameter | George Hazan | |
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
2018-07-24 | database: | George Hazan | |
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. | |||
2018-07-20 | we don't need two name sets for the same array of functions | George Hazan | |
2018-07-16 | fixes #1503 (Clist_blind: Main menu has gone) | George Hazan | |
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-10 | Menu_SetVisible: new function to write down a Visibility checkbox for a menu ↵ | George Hazan | |
item | |||
2018-07-05 | fixes #1448 (translated frame names in database) | George Hazan | |
2018-07-05 | fix for random crash fix on start | George Hazan | |
2018-06-29 | safer method of backing up databases instead of trying to read them manually | George Hazan | |
2018-06-25 | duplicate cache item removed to avoid rare crashes | George Hazan | |
2018-06-24 | ProxySwitch: it compiles but don't work | Mataes | |
2018-06-23 | Netlib: patch for proxySwitch | Mataes | |
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-06 | CCtrlPages::CheckRowCount() - new function to force tab resize when the ↵ | George Hazan | |
number of rows is changed | |||
2018-06-03 | fixes #1401 (fixes inactive session detection) | George Hazan | |
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-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 | |
- 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-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 | |