Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-26 | fixes #1527 (Remove obsolete g_hMainThread and QueueUSerAPC from plugins) | 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-19 | Language pack loader to call GetLocaleInfo() only if language name is missing | George Hazan | |
2018-07-12 | fix for translating string with the same hash | 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-11 | Russian related fixes | dartraiden | |
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-14 | code cleaning for CCtrlBase::GetText | George Hazan | |
2018-06-08 | fix for mir_app / mir_core version resources | George Hazan | |
2018-06-06 | fix for occasional crash in CCtrlPages | George Hazan | |
2018-06-06 | CCtrlPages::CheckRowCount() - new function to force tab resize when the ↵ | George Hazan | |
number of rows is changed | |||
2018-06-01 | fix for malfunctioning CDlgBase::OnChange | George Hazan | |
2018-06-01 | CPluginDlgBase: this class became useless because CMPlugin already has ↵ | George Hazan | |
module setting | |||
2018-05-30 | added handler for right click | 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-22 | m_langpack.h unbound from hLangpack | George Hazan | |
2018-05-20 | sounds packed into CMPlugin (reduces usage of hLangpack) | George Hazan | |
2018-05-19 | Langpack_MarkPluginLoaded: more correct parameter type | George Hazan | |
2018-05-18 | hLangpack variable began migration inside CMPluginBase | George Hazan | |
it remains existing for now, but as reference to g_plugin.m_hLang | |||
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, ↵ | George Hazan | |
no need to call RegisterModule manually | |||
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | 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 | fixes #1311 (Wrong langpack listed in VersionInfo) | George Hazan | |
2018-04-27 | implementation of #1308 | George Hazan | |
2018-04-23 | Miranda hangs on exit | George Hazan | |
2018-04-23 | pack of fixes for complete dynamic reload of protocols | George Hazan | |
fixes #1295 | |||
2018-04-20 | this code causes endless recursion via OnChange | George Hazan | |
2018-04-20 | warning fix | aunsane | |
2018-04-20 | core: checkbox control must notify change when it state changes programmatically | aunsane | |
2018-04-19 | CallObjectEventHook: new function to call the event hook of the specified object | George Hazan | |
2018-04-12 | db_get_current() also returns MDatabaseCommon* | George Hazan | |
2018-04-12 | MIDatabase became pure interface | George Hazan | |
2018-04-06 | CDlgBase::OnChange - message processing slightly changed | George Hazan | |
2018-04-04 | Windows lists: | George Hazan | |
- fix for a 64-bit issue that could cause a crash; - code cleaning | |||
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |
2018-03-15 | LIST<> iterators: | George Hazan | |
- new method LIST::removeItem added to save a pointer to removed record; - code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one; - a few remaining cycles converted to iterators | |||
2018-03-15 | last item shall be nullified anyway, even if we're removing last element | George Hazan | |
2018-03-15 | warning fixes | George Hazan | |
2018-03-15 | MUCH more effective way of removing records from iterators | George Hazan | |
2018-03-14 | reverse iterators for LIST<> | George Hazan | |
2018-03-09 | more loop-related code cleaning | George Hazan | |
2018-03-08 | IMGL_WCHAR removed, all paths are in Unicode now | George Hazan | |
2018-03-07 | old AdvaImg services converted into Image_* functions | George Hazan | |
2018-03-06 | PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵ | George Hazan | |
is changed | |||
2018-02-25 | core: added CCtrlLabel for static text | aunsane | |