summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2017-03-22- more SRMM buttons went to mir_app;George Hazan
- history button handler also moved to mir_app;
2017-03-21- fix for button codes in tabSRMM;George Hazan
- CSrmmBaseDialog::ProcessHotkeys to receives control keys statuses as well
2017-03-21common chat hotkeys processing code moved to mir_appGeorge Hazan
2017-03-21no need to export Srmm_ButtonSubclassProc anymoreGeorge Hazan
2017-03-21some common code moved into mir_appGeorge Hazan
2017-03-21warning fixGeorge Hazan
2017-03-18StdMsg:George Hazan
- added reaction to TCN_SELCHANGE; - more effective way of controlling tab switch - useless field removed from TPageInfo;
2017-03-17fixes #759George Hazan
2017-03-17forgotten TCHAR removedGeorge Hazan
2017-03-15code cleaningGeorge Hazan
2017-03-12- fixes #742 (closing groupchat tab crashes Miranda);George Hazan
- the bForce parameter of CSrmmBaseDialog::CloseTab considered useless
2017-03-11group chats:George Hazan
- massive extinction of all remaining GC_* messages; - color chooser completely moved to mir_app; - color buttons' subclass function also moved to mir_app; - all code management transferred to a bunch of virtual functions, members of CChatRoomDlg; - numerous small fixes, like fix for a broken highlight in StdMsg
2017-03-11unused constants removed from m_chat_int.hGeorge Hazan
2017-03-11GC_CLOSEWINDOW -> CloseTab()George Hazan
2017-03-11GC_UPDATETITLE replaced with CSrmmBaseDlg::UpdateTitleGeorge Hazan
2017-03-10Group chats:George Hazan
- GC_CONTROL_MSG left us forever; - tons of old/unused/useless slack simply wiped out; - new function: CSrmmBaseDialog::ClearLog
2017-03-09- GCSessionInfoBase fields iWidth and iHeight moved to StdMSg;George Hazan
- CHAT_MANAGER methods DoEventHook & DoEventHookAsync removed from CHAT_API; - CSrmmBaseDialog::DoEventHook introduced instead
2017-03-09cosmetic fixesGeorge Hazan
2017-03-09moving session data into dialog classesGeorge Hazan
2017-03-09chat API:George Hazan
- SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND; - linked list of sessions replaced with the usual LIST<>; - saveCI removed everywhere
2017-03-09common rtf management code moved to the coreGeorge Hazan
2017-03-09any CSrmmBaseDialog descendant can refer to SESSION_INFO, not only CChatRoomDlgGeorge Hazan
2017-03-08cosmetic code cleaningGeorge Hazan
2017-03-07splitter data removed from common chat session settingsGeorge Hazan
2017-03-05StdMsg: applying standard resizerGeorge Hazan
2017-03-03groupchat buttons are set too highGeorge Hazan
2017-03-03StdMsg:George Hazan
- these cursors aren't used anymore; - SplitterSubclassProc is not needed as well
2017-03-03Compilation fixwatcherhd
2017-03-03StdMsg: better fix for Esc in chatsGeorge Hazan
2017-03-03fix for the shitty idea of all pre-created button objects' manual initializationGeorge Hazan
2017-03-03StdMsg: fix for auto-closing the only tab in a containerGeorge Hazan
2017-03-03GCSessionInfoBase::hwndStatus considered uselessGeorge Hazan
2017-03-02more optimal tab control resizerGeorge Hazan
2017-03-02further SRMM window unificationGeorge Hazan
- CSrmmBaseDialog received m_hContact as its common member; - less usage of CTabBaseDlg::m_bType in tabSRMM
2017-02-23fix for strange crash in StdMsgGeorge Hazan
2017-02-21StdMsg:George Hazan
- duplicated code moved to the base class; - unused menus cleaned.
2017-02-14fix for include duplicates & recursionsGeorge Hazan
2017-01-24ME_IDLE_CHANGED to be hooked afterwardsGeorge Hazan
2017-01-23shit fixed in chat apiGeorge Hazan
2017-01-19warning fixGeorge Hazan
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2017-01-16Utf8DecodeT/Utf8EncodeT macros considered useless and replaced with ↵George Hazan
Utf8DecodeW/Utf8EncodeW
2017-01-10stduserinfo: add 'In a civil union' marital statusElzorFox
2017-01-01bump copyright yeardartraiden
2016-12-28another missing hotkey textdartraiden
2016-12-27missing hotkey textGeorge Hazan
2016-12-23unneeded message removedGeorge Hazan
2016-12-21fixes #655 (Opening new chat window only titles it "Message session")George Hazan
2016-12-21- unneeded allocations removed;George Hazan
- minor code cleaning
2016-12-20compilation fixGeorge Hazan