summaryrefslogtreecommitdiff
path: root/src/core/stdmsg
AgeCommit message (Collapse)Author
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-01-23shit fixed in chat apiGeorge Hazan
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
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
2016-12-19more privacyGeorge Hazan
2016-12-19SRMM window packed into a classGeorge Hazan
2016-12-19code cleaningGeorge Hazan
2016-12-19no need to save bitsGeorge Hazan
2016-12-19unused parameter removedGeorge Hazan
2016-12-19unused member removedGeorge Hazan
2016-12-19- fix for a dialog blinking on start;George Hazan
- crash fix
2016-12-16- fix for correct right sided buttons positioning;George Hazan
- added dynamic buttons change processing
2016-12-16crash fixGeorge Hazan