summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgdialog.cpp
AgeCommit message (Collapse)Author
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
2020-03-13tabSRMM: fix for both autocomplete & pressing tab aloneGeorge Hazan
2020-03-12fixes #2250 (StdMsg doesn't accept file transfers)George Hazan
2020-03-04tabSRMM:George Hazan
- fixes #2245 (TabSRMM: crash on right-click on \\server\share); - fixes #2246 (UNC links don't work); - version bump
2020-02-20fixes #2197 (IRC: Update broke input box shortcuts & Tab key)George Hazan
hopefully it fixes that trash forever
2020-02-19tabSRMM: fix for removed hot key handlerGeorge Hazan
2020-02-16fixes #2215 (TabSRMM: destroy custom tray icon from its own NeN)George Hazan
2020-02-13fixes #2210 (TabSRMM: crash on Quote button)George Hazan
2020-02-05fixes #2200 ([0.95.11 x64] IRC-style colors (ctrl-k) regression)George Hazan
2020-02-04final fix for #2184George Hazan
2020-02-04fixes #2197 ([0.95.11 x64] IRC: Update broke text transformation shortcuts)George Hazan
2020-01-24tabSRMM:George Hazan
- more correct fix for #2100; - fixes #2184 (TabSRMM: Баг в панели со списком контактов); - code cleaning; - version bump
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-04tabSRMM:George Hazan
- massive code cleaning; - fixes #2099 (TabSRMM: add tab scrolling by mouse wheel); - version bump
2019-10-29rest of operational flags in tabSRMM moved to bool variablesGeorge Hazan
2019-10-29tabSRMM: get rid of manual bit operationsGeorge Hazan
2019-10-21tabSRMM: fixes problem with TAB in group chatsGeorge Hazan
2019-10-05fixes #2091 (tabSRMM: added "Use the same splitter height for all sessions")George Hazan
2019-10-03fixes #2089 (tabSRMM doesn't scroll to bottom if custom log is chosen)George Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-30fix for sending %% in tabSRMM group chatsGeorge Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan