summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-10-08first version of WA that connectsGeorge Hazan
2019-10-08WebSocket related code moved to the coreGeorge Hazan
2019-10-03fixes #2090 (one can set a logger for a contact manually via SRMsg/Logger ↵George Hazan
setting for this contact: hpp, ieview)
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-28metacontacts:George Hazan
- fixes #2083 (newly added sub-contact isn't hidden); - old unused option bSuppressStatus is finally wiped with all related code
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2019-09-27oopsGeorge Hazan
2019-09-27obsolete services from m_ignore.h converted into functionsGeorge Hazan
2019-09-26Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵George Hazan
variable and unify access to it
2019-09-26EnterString: ability to enter simple strings (not multiline)George Hazan
2019-09-26MS_UTILS_ENTERSTRING -> EnterString, useless service removedGeorge Hazan
2019-09-18- more shit cleared from C++ code;George Hazan
- Pascal code partially restored till the full container log implementation
2019-09-18m_ieview.h: code cleaningGeorge Hazan
2019-09-17Chat: common code moved to mir_appGeorge Hazan
2019-09-17duplicate code removed from ScriverGeorge Hazan
2019-09-16SRMM:George Hazan
- fixes #2066 (tabSRMM: chat menu remains wide after closing); - no need to export Chat_CreateGCMenu anymore; - useless function Chat_DestroyGCMenu removed
2019-09-16fixes #2064 (Jabber: some MUC dialogs are displayed behind the chat window)George Hazan
2019-09-16fixes #2063 (TabSRMM offers to search only for last word)George Hazan
2019-09-13SM_BroadcastMessage removed from CHAT_MANAGER, we don't need it anymoreGeorge Hazan
2019-09-09unused declaration removedGeorge Hazan
2019-09-09Srmm_FindDialog moved from StdMsg to the coreGeorge Hazan
2019-09-09CSrmmBaseDialog::RefreshButtonStatus() is called now from the base class ↵George Hazan
directly
2019-09-05more correct fix for #2046George Hazan
2019-09-05code cleaningGeorge Hazan
2019-09-05fixes #2046 (StdMsg: toolbar is broken after update)George Hazan
2019-09-04StdMsg: unneeded options removedGeorge Hazan
2019-09-04fixes #2044 (strange Select all behaviour in StdMsg private chats)George Hazan
2019-09-04wrong... Ctrl+W shall be enabled only in the tabbed modeGeorge Hazan
2019-09-04more correct way of working with Ctrl+Up/DownGeorge Hazan
2019-09-04fixes #2042 (StdMsg: window icon remains gray after entering a groupchat)George Hazan
2019-09-04Ctrl+W added as a hotkeyGeorge Hazan
2019-09-04StdMsg:George Hazan
- separate "Show button for sending messages" setting for group chats removed; - Send button behaviour rewritten using UI classes instead of a crutch in a window procedure; - code optimization & unification
2019-09-04history manager built into CHAT_MANAGER isn't needed anymoreGeorge Hazan
2019-09-04StdMsg: entered strings are stored for group chats as well as for private chatsGeorge Hazan
2019-09-04fixes #2041 (StdMsg: right-click is broken)George Hazan
2019-09-04code cleaningdartraiden
2019-09-03CChatRoomDlg globally renamed to CMsgDialog to be conpatible with StdMsgGeorge Hazan
2019-09-03StdMsg: chat & groupchat window classes merged together into new class ↵George Hazan
CMsgDialog
2019-09-03StdMsg: further mergeGeorge Hazan
2019-09-03unused shit removedGeorge Hazan
2019-09-03StdMsg:George Hazan
- more slack removed from msgs.h - fix for window cascading
2019-09-02StdMsg: tab processing code unificationGeorge Hazan
2019-09-02StdMsg: further code cleaningGeorge Hazan
2019-09-02StdMsg: merge beganGeorge Hazan
2019-09-02StdMsg: error dialog -> UI ClassesGeorge Hazan
2019-08-28fixes #2038 (Update tinyxml2 to 7.1.0)George Hazan
2019-08-28compilation fixGeorge Hazan
2019-08-27more correct implementation of this ideaGeorge Hazan
2019-08-26unified fake User-Agent field generation for all http-related protocolsGeorge Hazan