summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
AgeCommit message (Collapse)Author
2024-06-27tabSRMM: useless array g_buttonBarIconHandles removed + some code cleaningGeorge Hazan
2024-06-27Replace ICQ by MRAdartraiden
2024-05-29common code moved to the coreGeorge Hazan
2024-05-20fixes #4434 (tabSRMM: сообщение про неудавшуюся ↵George Hazan
доставку уехало вверх)
2024-05-13DbEvent_GetTextA: unused function removedGeorge Hazan
2024-05-01fixes #4385 (Telegram+tabSRMM: встроенный журнал не ↵George Hazan
показывает мой ник в приватах)
2024-05-01tabSRMM: more directly sent WM_SIZE diedGeorge Hazan
2024-05-01CSplitter: fix to avoid problems caused by WM_SIZE optimizationGeorge Hazan
2024-04-28code cleaningGeorge Hazan
2024-04-25minor code cleaningGeorge Hazan
2024-04-25fixes #4379 (TabSRMM toolbar issue)George Hazan
2024-04-23Unify 3rd-party message log optionsdartraiden
2024-04-22fixes #4370 (NewStory: не работает опция "всегда ↵George Hazan
ограничивать журнал до X событий")
2024-04-22fixes #4371 (tabSRMM: опция "ограничить журнал X ↵George Hazan
сообщениями" неправильно считает количество сообщений)
2024-04-19fixes #4366 (tabSRMM: кнопки не видны, если ↵George Hazan
включить показ панели кнопок)
2024-04-18fixes #4361 (tabSRMML: сломалось автоматическое ↵George Hazan
изменения размера области ввода)
2024-04-14code cleaning (WM_SIZE handler moved into virtual function)George Hazan
2024-04-09we don't need this thing eitherGeorge Hazan
2024-03-29Revert "fix: reply ids are not written for the outgoing messages"George Hazan
This reverts commit 0b942877182ed44ad8cb064118d1468e21a89b6b.
2024-03-29fix: reply ids are not written for the outgoing messagesGeorge Hazan
2024-03-15WM_DROPFILES / WM_PASTE processing unificationGeorge Hazan
2024-03-10code cleaningGeorge Hazan
2024-02-28fixes #4232 (tabSRMM: added container option to specify side bar's width)George Hazan
2024-02-27TabSRMM: translation fixMataes
2024-02-26fixes #4235 (tabSRMM: problems with cyrillic letters in Template Editor ↵George Hazan
preview window)
2024-02-26fixes #4228 (tabSRMM: add ability to hide a warning about unsent messages in ↵George Hazan
the queue)
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-02-18fixes #4200 (SRMM: увеличить лимит подгрузки ↵George Hazan
сообщений в журнал)
2024-02-15Fix advanced options URLdartraiden
2024-02-15Make the option description clearerdartraiden
2024-02-08tabSRMM: fix for error panel resizerGeorge Hazan
2024-01-31Unify the names of settings in the full and shortened dialogdartraiden
2024-01-26major atavism, PROTORECVEVENT, died with its own set of constantsGeorge Hazan
2024-01-18Clarify the wordingdartraiden
2024-01-18missing button restoredGeorge Hazan
2024-01-18fixes #4129 (Страница настроек записи истории ↵George Hazan
чатов в файл)
2024-01-18Srmm_IsCustomLogUsed should take the 'forGroupchats' parameter into ↵George Hazan
consideration
2024-01-11tabSRMM: fix for occasional crashGeorge Hazan
2024-01-10fixes #4117 (В Options->Message sessions->Typing notify сделать ↵George Hazan
местную галку "показать группы")
2024-01-08Update copyrightsdartraiden
2023-12-29fixes #4081 (tabSRMM: скрывать вкладку "Журнал" в ↵George Hazan
индивидуальных настройках контакта, если для приватов выбран сторонний журнал)
2023-12-29fixes #4085 (Удалить настройки невидимости)George Hazan
2023-12-25DbEvent_GetTextW: useless second parameter removedGeorge Hazan
2023-12-22DB::EventInfo::wipeNotify - useful helper to hide blinking event both from ↵George Hazan
database & contact list
2023-12-20DBEVENTINFO::hContact to be returned inside an event, no need to call ↵George Hazan
db_event_getContact() just after db_event_get()
2023-12-15fixes #4052 (TabSRMM: при нажатии F12 всплывает ↵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