summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgdialog.cpp
AgeCommit message (Collapse)Author
2023-03-05fixes #3399 (tabSRMM: кнопки чата временно ↵George Hazan
пропадают при изменении настроек для приватов)
2023-02-22fixes #3340 (Do not add space on autocomplete)dartraiden
2023-02-09SRMM: better support for group chats in databaseGeorge Hazan
2023-01-09fixes #3114 (tabSRMM: добавить в лог пункт ↵George Hazan
контекстного меню "Копировать")
2023-01-02Update copyrightsdartraiden
2022-12-10fixes #3214 (occasional crash in tabSRMM)George Hazan
2022-11-14basic set for storing group chat messages in a database + reusing log ↵George Hazan
settings like show 10 recent messages
2022-09-24tabSRMM: death of proprietary option treeGeorge Hazan
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-07-29.George Hazan
2022-07-29fixes #3129 (tabSRMM: распространить опции ↵George Hazan
"добавлять двоеточие/точку с запятой" (при автозавершении ника) на двойной клик по нику)
2022-07-29tabSRMM: fix for the perversion with private container settingsGeorge Hazan
2022-07-15tabSRMM: code cleaningGeorge Hazan
2022-03-29fixes #3026 (Невозможно включить фильтр ↵George Hazan
событий, если случайно отключил показ всех событий для текущей комнаты)
2022-03-26fixes #3057 (Унифицировать настройку горячих ↵George Hazan
клавиш для отправки сообщений)
2022-03-22crash fixGeorge Hazan
2022-03-22fixes #3055 (TabSRMM: built-in message log cuts long error messages)George Hazan
2022-02-16fixes #3028 (tabSRMM, Scriver: cannot toggle event filter by Ctrl+F)George Hazan
2022-02-09fixes #1950 (Remove notification engine from TabSRMM)George Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-11Fixes #2982:George Hazan
- status change events are now considered tabSRMM specific and are generated only for tabSRMM embedded log viewer - code cleaning
2021-11-28user typing notification for Discord group chatsGeorge Hazan
2021-05-15SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW commandGeorge Hazan
2021-03-28code cleaningGeorge Hazan
2021-03-27code cleaning & reorderingGeorge Hazan
2021-03-13Group chats API:George Hazan
- for #2574: fixes icons problem after unloading tabSRMM; - status icons extracted to the separate array; - another group chat icons are hidden completely to restrict access to them
2021-03-07further code cleaning & simplificationGeorge Hazan
2021-02-07This has already been checked beforedartraiden
2021-01-18fixes #2700 (Scriver: при открытии окна через попап ↵George Hazan
отображается лишь одно сообщение)
2021-01-17Update copyrightsdartraiden
2021-01-12tabSRMM: missing line addedGeorge Hazan
2021-01-11and also one more timer in tabSRMMGeorge Hazan
2021-01-11SRMM windows: timer classes instead of perversions with WM_TIMERGeorge Hazan
2021-01-10CSendLater: fake class removedGeorge Hazan
2020-11-04fixes #2608 (TabSRMM: make Ctrl+K hotkey customizable)George Hazan
2020-11-04fixes #2610 (Message plugins: add abitity to Ctrl+V file)George Hazan
2020-10-11fixes #2590 (TabSRMM: Cannot setup event filter)George Hazan
2020-08-16tabSRMM:George Hazan
- fixes #2537 (TabSRMM: cannot close tab by pressing (x) in tab title); - code cleaning; - version bump
2020-08-12tabSRMM:George Hazan
- fixes #2521 (Esc key behavior selection not work for jabber chat rooms in Miranda NG 0.95.12 build); - manual WM_CLOSE processing code removed from CMsgDialog::DlgProc; - code cleaning
2020-08-12tabSRMM: DM_QUERYCLIENTAREA - unused message removedGeorge Hazan
2020-08-02tabSRMM: obsolete hidden setting removedGeorge Hazan
2020-07-21fixes #2233 (TabSRMM: add outgoing sound for groupchats) - method #2George Hazan
2020-07-21fixes #2222 (TabSRMM: не отключать получение новых ↵George Hazan
сообщений при отключённой автопрокрутке)
2020-07-06fix for old bug with passing parameters inside IEViewGeorge Hazan
2020-06-03tabSRMM: why text is restored only for private chats?George Hazan
2020-05-12tabSRMM: some unused/obsoleted events removedGeorge 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-22tabSRMM: removed all checks if m_hContact == 0, because it never happensGeorge Hazan