summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgdlgother.cpp
AgeCommit message (Collapse)Author
2024-11-09code cleaningGeorge Hazan
2024-11-09there's no need to make FilterWndProc a class member anymoreGeorge Hazan
2024-10-24fixes #4756 (Плагины сообшений: отдать ↵George Hazan
доступность кнопок форматирования полностью на откуп протоколу)
2024-10-16common code went to the coreGeorge Hazan
2024-10-14common group chat code moved to mir_appGeorge Hazan
2024-10-14more code cleaningGeorge Hazan
2024-10-01code cleaningGeorge Hazan
2024-10-01code cleaningGeorge Hazan
2024-09-16fixes #4675 (Не работают кнопки форматирования ↵George Hazan
в StdMsg/Scriver)
2024-09-16code cleaningGeorge Hazan
2024-09-13fixes #4660 (Плагин сообщений отсылает в чат ↵George Hazan
мусор вместо форматирования)
2024-09-12fixes #4651 (NewStory+tabSRMM: Форматирование текста ↵George Hazan
по-разному работает в приватах и чатах)
2024-09-11fixes #4650 (Окно сообщений: кнопки ↵George Hazan
форматирования текста работают в приватах, но не в групчатах)
2024-07-05tabSRMM: correct icon for blinking in clist & trayGeorge Hazan
2024-07-05fixes #4514 completelyGeorge Hazan
2024-06-27fixes #4486 (User notes copy problem)George Hazan
2024-05-01fixes #4385 (Telegram+tabSRMM: встроенный журнал не ↵George Hazan
показывает мой ник в приватах)
2024-05-01CSplitter: fix to avoid problems caused by WM_SIZE optimizationGeorge Hazan
2024-04-18fixes #4361 (tabSRMML: сломалось автоматическое ↵George Hazan
изменения размера области ввода)
2024-03-15WM_DROPFILES / WM_PASTE processing unificationGeorge Hazan
2024-02-24CCtrlRichEdit::GetPlainRtf - a method to get plain (non-Unicode) text in RTFGeorge Hazan
2024-02-23fixes #4205 (tabSRMM: copy text with color)George Hazan
2024-02-23clipboard copy function is able now to copy in multiple formats at a timeGeorge Hazan
2024-01-08Update copyrightsdartraiden
2023-12-29fixes #4085 (Удалить настройки невидимости)George Hazan
2023-12-13MS_FILE_* services became useless since StdFile diedGeorge Hazan
2023-12-09tabSRMM:George Hazan
- fixes #4000 (Уведомление о пришедшем файле глючит); - unused code removed; - some code cleaning
2023-12-07fingerprint: more strict service definitionsGeorge Hazan
2023-12-04fixes #4007 (tabSRMM: hide "Paste and send" message area context menu item ↵George Hazan
if corresponding option is disabled)
2023-11-22code cleaningGeorge Hazan
2023-11-21tabSRMM: read-only message processingGeorge Hazan
2023-11-11fixes #3912 (Tabsrmm + IRC: leave chat room for server window)George Hazan
2023-10-28fixes #3753 (Scriver: не видны последние сообщения)George Hazan
2023-10-04tabSRMM: avatar resizer optimizationGeorge Hazan
2023-09-26Group chat options are applied alongside the private window options updateGeorge Hazan
2023-09-26minor code unificationGeorge Hazan
2023-09-25SmileyAdd: fix for the obsolete quirks in SmaileyAdd APIGeorge Hazan
2023-09-24tabSRMM: get rid of green overlay icon completelyGeorge Hazan
2023-09-05SRMM: quoting unificationGeorge Hazan
2023-08-11fixes #3634 (tabSRMM заставляет прощёлкать каждое ↵George Hazan
непрочитанное сообщение)
2023-06-19nick search went to coreGeorge Hazan
2023-06-19SESSION_INFO: separate list for the interface support eliminated, now ↵George Hazan
there's the only list of USERINFO sorted by their unique IDs
2023-06-19UM_FindUserFromIndex: another major useless crutch diedGeorge Hazan
2023-05-21Clist_RemoveEvent became static, pfnRemoveEvent is replaced with pfnFreeEventGeorge Hazan
2023-05-21static function pfnGetEvent removed from CLIST_INTERFACEGeorge Hazan
2023-04-19redundant CRtfLogWindow::LogEvents parameter removed, passing LOGINFO* is enoughGeorge Hazan
2023-04-18- further group chats unification;George Hazan
- LOGSTREAMDATA / GCLogStreamDataBase removed from g_chatApi; - CRtfLogWindow now in charge of all RTF processing - Srmm_LogStreamCallback is also removed and hidden inside the core
2023-04-15fixes #3458 (tabSRMM: двоятся сообщения)George Hazan
2023-04-14all LogStreamInEvents implementations unified, old memory allocation schema ↵George Hazan
dropped
2023-04-14duplicate code removedGeorge Hazan