Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-11 | unused constants removed from m_chat_int.h | George Hazan | |
2017-03-11 | GC_CLOSEWINDOW -> CloseTab() | George Hazan | |
2017-03-11 | fix for closing sessions on the fly | 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-10 | - NULL -> nullptr to resolve conflicts | George Hazan | |
- warning fixes | |||
2017-03-10 | warning fix | George Hazan | |
2017-03-09 | Visual Studio 2017 support added | watcherhd | |
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-06 | fixes #729 ([Tabsrmm] "img" insert button no longer works on a toggle) | 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 | no need to post WM_SIZE so often | George Hazan | |
2017-03-03 | Compilation fix | watcherhd | |
2017-03-03 | Microsoft, you stupid bastards | George Hazan | |
2017-03-03 | StdMsg: better fix for Esc in chats | George Hazan | |
2017-03-03 | missing CSplitter initializer added | George Hazan | |
2017-03-03 | CSplitter class | George Hazan | |
2017-03-03 | updated libraries for mir_core | 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 | fix for massive memory leak in options | 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-03-02 | fix for options dialog that isn't deleted after closing options | George Hazan | |
2017-03-01 | fix for a problem with activating new tabs in tabSRMM | George Hazan | |
2017-02-28 | class CSrmmBaseDialog added to .def file | George Hazan | |
2017-02-28 | CCtrlBase::SendMsg: missing const qualifier | George Hazan | |
2017-02-27 | suddenly... Srmm_SetButtonState does nothing | George Hazan | |
2017-02-23 | fix for strange crash in StdMsg | George Hazan | |
2017-02-22 | - fix for very rare hangup in chat manager; | George Hazan | |
- if nothing gets change, we don't fire events | |||
2017-02-22 | Discord: | George Hazan | |
- support for channel creation & destruction on the fly - code cleaning | |||
2017-02-21 | StdMsg: | George Hazan | |
- duplicated code moved to the base class; - unused menus cleaned. | |||
2017-02-21 | CSrmmBaseDialog - basic class for SRMM windows & chats | George Hazan | |
2017-02-15 | GCEF_SILENT - the special flag to suppress any event logging | George Hazan | |
2017-02-14 | stupid bug with the empty HTTP packets processing in netlib | George Hazan | |
2017-02-14 | fix for include duplicates & recursions | George Hazan | |
2017-02-14 | handy little class for managing buffers moved to mir_core | George Hazan | |
2017-02-07 | if a user's nick is skipped, we try to restore it from the users list | George Hazan | |
2017-02-06 | fix for an array bounds overflow | George Hazan | |
2017-02-05 | proper fix for UINs in auth dialogs | George Hazan | |