Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-21 | some common code moved into mir_app | George Hazan | |
2017-03-21 | warning fix | George Hazan | |
2017-03-18 | StdMsg: | George Hazan | |
- added reaction to TCN_SELCHANGE; - more effective way of controlling tab switch - useless field removed from TPageInfo; | |||
2017-03-17 | fixes #759 | George Hazan | |
2017-03-17 | forgotten TCHAR removed | George Hazan | |
2017-03-15 | code cleaning | George Hazan | |
2017-03-12 | - fixes #742 (closing groupchat tab crashes Miranda); | George Hazan | |
- the bForce parameter of CSrmmBaseDialog::CloseTab considered useless | |||
2017-03-11 | group 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-11 | unused constants removed from m_chat_int.h | George Hazan | |
2017-03-11 | GC_CLOSEWINDOW -> CloseTab() | George Hazan | |
2017-03-11 | GC_UPDATETITLE replaced with CSrmmBaseDlg::UpdateTitle | George Hazan | |
2017-03-10 | Group 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-09 | cosmetic fixes | George Hazan | |
2017-03-09 | moving session data into dialog classes | George Hazan | |
2017-03-09 | chat 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-09 | common rtf management code moved to the core | George Hazan | |
2017-03-09 | any CSrmmBaseDialog descendant can refer to SESSION_INFO, not only CChatRoomDlg | George Hazan | |
2017-03-08 | cosmetic code cleaning | George Hazan | |
2017-03-07 | splitter data removed from common chat session settings | George Hazan | |
2017-03-05 | StdMsg: applying standard resizer | George Hazan | |
2017-03-03 | groupchat buttons are set too high | George Hazan | |
2017-03-03 | StdMsg: | George Hazan | |
- these cursors aren't used anymore; - SplitterSubclassProc is not needed as well | |||
2017-03-03 | Compilation fix | watcherhd | |
2017-03-03 | StdMsg: better fix for Esc in chats | George Hazan | |
2017-03-03 | fix for the shitty idea of all pre-created button objects' manual initialization | George Hazan | |
2017-03-03 | StdMsg: fix for auto-closing the only tab in a container | George Hazan | |
2017-03-03 | GCSessionInfoBase::hwndStatus considered useless | George Hazan | |
2017-03-02 | more optimal tab control resizer | George Hazan | |
2017-03-02 | further SRMM window unification | George Hazan | |
- CSrmmBaseDialog received m_hContact as its common member; - less usage of CTabBaseDlg::m_bType in tabSRMM | |||
2017-02-23 | fix for strange crash in StdMsg | George Hazan | |
2017-02-21 | StdMsg: | George Hazan | |
- duplicated code moved to the base class; - unused menus cleaned. | |||
2017-01-23 | shit fixed in chat api | George Hazan | |
2017-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-12-28 | another missing hotkey text | dartraiden | |
2016-12-27 | missing hotkey text | George Hazan | |
2016-12-23 | unneeded message removed | George Hazan | |
2016-12-21 | fixes #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-20 | compilation fix | George Hazan | |
2016-12-19 | more privacy | George Hazan | |
2016-12-19 | SRMM window packed into a class | George Hazan | |
2016-12-19 | code cleaning | George Hazan | |
2016-12-19 | no need to save bits | George Hazan | |
2016-12-19 | unused parameter removed | George Hazan | |
2016-12-19 | unused member removed | George 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-16 | crash fix | George Hazan | |