summaryrefslogtreecommitdiff
path: root/src/mir_core
AgeCommit message (Expand)Author
2018-07-26fixes #1527 (Remove obsolete g_hMainThread and QueueUSerAPC from plugins)George Hazan
2018-07-24database:George Hazan
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
2018-07-11Russian related fixesdartraiden
2018-06-18new functions to access mirandaboot.ini from all plugins:George Hazan
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 numbe...George Hazan
2018-06-01fix for malfunctioning CDlgBase::OnChangeGeorge Hazan
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has module...George Hazan
2018-05-30added handler for right clickGeorge Hazan
2018-05-28core changes:George Hazan
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
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, no...George Hazan
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
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
2018-03-16LIST<>::indexOf(T**) - fast index calculation for direct iteratorsGeorge Hazan
2018-03-15LIST<> iterators:George Hazan
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
2018-02-25core: added CCtrlLabel for static textaunsane