summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-22m_crypto.h => CMPluginGeorge Hazan
2018-05-22m_fontservice.h => CMPluginGeorge Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-05-22Srmm_AddButton unbound from hLangpackGeorge Hazan
2018-05-21StdMsg: advanced way of updating window's icon/titleGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20UserInfo_AddPage() helper replaced with CMPLugin::addUserInfo()George Hazan
2018-05-20let's avoid identifier 'hLangpack' wherever possibleGeorge Hazan
2018-05-20mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed ↵George Hazan
in each plugin. mir_getLP() remains for compatibility with pascal plugins only
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-20sounds packed into CMPlugin (reduces usage of hLangpack)George Hazan
2018-05-19fixes #1371 (StdMsg: statusbar in conference show time instead topic)George Hazan
2018-05-19StdMsg: if no popup plugin installed, chat options might crashGeorge Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
it remains existing for now, but as reference to g_plugin.m_hLang
2018-05-18small fixdartraiden
2018-05-18CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCEGeorge Hazan
2018-05-16Core plugins => CMPluginGeorge Hazan
2018-05-15__NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiledGeorge Hazan
2018-05-14fixes #1358 (StdMsg: "Send on Ctrl+Enter" setting is lost after upgrade)George Hazan
2018-05-13StdMsg: fix for setting SRMM window's iconsGeorge Hazan
2018-05-13fix for a major perversion caused by Clist_modernGeorge Hazan
2018-05-13more correct version of getting icon's indexGeorge Hazan
2018-05-13fixes #1353 (StdMsg: missing window icon if tabs are disabled)George Hazan
2018-05-13fixes #1354 completely (StdMsg and Scriver: add status text to window caption)George Hazan
2018-05-11fixes #1345 (StdMsg: replace protocol menu icon by down arrow)George Hazan
2018-05-11fixes #1346 (StdMsg: "Send by..." in group chats)George Hazan
2018-05-11code cleaningdartraiden
2018-05-10StdMsg:George Hazan
- tab icon look standardized with all another SRMM plugins; - fixes #1343 (StdMsg: wrong status icon as the window icon)
2018-05-10fixes #1338 (StdMsg: add "Send on Ctr+Enter" option)George Hazan
2018-05-09StdMsg:George Hazan
- window activation code moved to OnActivate; - OnActivate call is moved to CMsgDialog::DlgProc; - code cleaning;
2018-05-09fixes #1340 (StdMsg: first button on buttons toolbar is bugged in some cases)George Hazan
2018-05-09no need to resize a window when its title changesGeorge Hazan
2018-05-09Chat plugin -> StdChat -> StdMsgdartraiden
2018-05-08fixes #1337 (StdMsg: resizer is broken if tabbed interface is off)George Hazan
2018-05-08code cleaning (using new MS coding style)George Hazan
2018-05-08fixes #1325 (StdMsg plugin doesn't change input focus on tabs switch)George Hazan
2018-05-08fixes #1329 (StdMsg: bug with "Use the contact's status icon as the window ↵George Hazan
icon")
2018-05-08decapitalizationdartraiden
2018-05-08fixes #1331 (StdMsg: rework "Send message on" settings)George Hazan
2018-05-08fixes #1332 (Artifact when "Show toolbar buttons on top wor" is disabled and ↵George Hazan
you open private from conference room)
2018-05-08fixes #1333 (StdMsg: convert "Chat module" and "Message log" groups (in ↵George Hazan
Customize -> Fonts and colors) to subgroups)
2018-05-03code cleaningGeorge Hazan
2018-05-03StdMsg to update status line when focus moves to a windowGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-30fixes #1285 (current tab is not updated on end resize)George Hazan
2018-04-29fixes #1270 (separate message area font color for chats & groupchats)George Hazan
2018-04-25unused WM_GETMINMAXINFO handlers moved to the containerGeorge Hazan
2018-04-25fixes #1302 (multiple problems with StdMsg window resizer)George Hazan