summaryrefslogtreecommitdiff
path: root/src/mir_core
AgeCommit message (Collapse)Author
2018-07-20we don't need two name sets for the same array of functionsGeorge Hazan
2018-07-19Language pack loader to call GetLocaleInfo() only if language name is missingGeorge Hazan
2018-07-12fix for translating string with the same hashGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI 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-11Russian related fixesdartraiden
2018-06-18new 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-14code cleaning for CCtrlBase::GetTextGeorge Hazan
2018-06-08fix for mir_app / mir_core version resourcesGeorge Hazan
2018-06-06fix for occasional crash in CCtrlPagesGeorge Hazan
2018-06-06CCtrlPages::CheckRowCount() - new function to force tab resize when the ↵George Hazan
number of rows is changed
2018-06-01fix for malfunctioning CDlgBase::OnChangeGeorge Hazan
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has ↵George Hazan
module setting
2018-05-30added handler for right clickGeorge 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-22m_langpack.h unbound from hLangpackGeorge Hazan
2018-05-20sounds packed into CMPlugin (reduces usage of hLangpack)George Hazan
2018-05-19Langpack_MarkPluginLoaded: more correct parameter typeGeorge Hazan
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
it remains existing for now, but as reference to g_plugin.m_hLang
2018-05-18CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCEGeorge Hazan
2018-05-18constructor 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 compiledGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-30fix for argument typesGeorge Hazan
2018-04-27fixes #1310 (Wrong language after profile conversion)George Hazan
2018-04-27fixes #1311 (Wrong langpack listed in VersionInfo)George Hazan
2018-04-27implementation of #1308George Hazan
2018-04-23Miranda hangs on exitGeorge Hazan
2018-04-23pack of fixes for complete dynamic reload of protocolsGeorge Hazan
fixes #1295
2018-04-20this code causes endless recursion via OnChangeGeorge Hazan
2018-04-20warning fixaunsane
2018-04-20core: checkbox control must notify change when it state changes programmaticallyaunsane
2018-04-19CallObjectEventHook: new function to call the event hook of the specified objectGeorge Hazan
2018-04-12db_get_current() also returns MDatabaseCommon*George Hazan
2018-04-12MIDatabase became pure interfaceGeorge Hazan
2018-04-06CDlgBase::OnChange - message processing slightly changedGeorge Hazan
2018-04-04Windows lists:George Hazan
- fix for a 64-bit issue that could cause a crash; - code cleaning
2018-03-16LIST<>::indexOf(T**) - fast index calculation for direct iteratorsGeorge Hazan
2018-03-15LIST<> 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-15last item shall be nullified anyway, even if we're removing last elementGeorge Hazan
2018-03-15warning fixesGeorge Hazan
2018-03-15MUCH more effective way of removing records from iteratorsGeorge Hazan
2018-03-14reverse iterators for LIST<>George Hazan
2018-03-09more loop-related code cleaningGeorge Hazan
2018-03-08IMGL_WCHAR removed, all paths are in Unicode nowGeorge Hazan
2018-03-07old AdvaImg services converted into Image_* functionsGeorge Hazan
2018-03-06PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵George Hazan
is changed
2018-02-25core: added CCtrlLabel for static textaunsane
2018-02-25core: added OnClick event to CCtrlListViewaunsane
2018-02-24guard headersGoraf