summaryrefslogtreecommitdiff
path: root/src/core/stdmsg
AgeCommit message (Collapse)Author
2020-11-19fixes #2610 (Message plugins: add abitity to Ctrl+V file)George Hazan
2020-11-19fixes #2617 (nicklist & filter buttons to display current state in group chats)George Hazan
2020-10-11fixes #2591 (TabSRMM: "Show buttons blablabla right click" option does not ↵George Hazan
work by default)
2020-10-11fixes #2590 (TabSRMM: Cannot setup event filter)George Hazan
2020-08-05fixes #2512 (StdMsg: broken group chat colors in the embedded log window)George Hazan
2020-07-26fixes #2501 (Ability to disable incoming sounds in chats is lost)George Hazan
2020-07-13fixes #2479 (Изменение размера текста в логе и ↵George Hazan
области ввода колесом мыши)
2020-07-12minor code cleaningGeorge Hazan
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-04fixes #2420 (empty error window in StdMsg/Scriver)George Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-04-23StdMsg:George Hazan
- fixes #865 (new message pops up a window even if the "In background" option is turned on); - old window positioning code from Chat.dll removed;
2020-04-08fixes #2314 (StdMsg: Focus doesn't follow tab switching)George Hazan
2020-03-31fixes #2262 (StdMsg: баг при добавлении контакта)George Hazan
2020-03-30Contact lists:George Hazan
- all common options moved to the Clist namespace; - fixes #2281 (Add option to not clear "NotOnList" group at start);
2020-03-26fixes #2284 (No right mouse clicke menu on messege editor)George Hazan
2020-03-24fixes #2276 (StdMsg: drag-n-drop leaves a file's icon in the entry field)George Hazan
2020-03-22File transfers:George Hazan
- fixes #2274 (StdMsg & Scriver cannot send files to offline contacts even if their protocol allows that to do); - all copies of AddToFileList in all plugins removed; - ProcessFileDrop() function introduced to handle all file drop operations in all SRMM plugins & contact list
2020-03-13StdMsg: fix for pasting data from clipboard in ANSIGeorge Hazan
2020-03-10fixes #2253 (StdMsg grabbing/stealing focus on incoming message)George Hazan
2020-03-03HM_DBEVENTADDED to be delayed, instead of sending it immediatelyGeorge Hazan
2020-02-17crash fixGeorge Hazan
2020-01-30LIST::remove + LIST::indexOf() combination removed with LIST::removeItemGeorge Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-09-17Chat: common code moved to mir_appGeorge 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-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-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-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