summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/msgs.h
AgeCommit message (Collapse)Author
2024-10-16common code went to the coreGeorge Hazan
2024-10-04SRMM: total constructors' unification, also fixes #4715 (no nicklist in tabSRMM)George Hazan
2024-09-16fixes #4675 (Не работают кнопки форматирования ↵George Hazan
в StdMsg/Scriver)
2024-03-24code cleaningGeorge Hazan
2023-12-03SRMM: sending quoted event as PSS_MESSAGE parameterGeorge Hazan
2023-09-26Group chat options are applied alongside the private window options updateGeorge Hazan
2023-09-26SRMM options update unificationGeorge Hazan
2023-07-25SRMM: automatic RTF log redraw on event's change/removalGeorge Hazan
2023-06-19nick search went to coreGeorge Hazan
2023-06-19UM_FindUserFromIndex: another major useless crutch diedGeorge Hazan
2023-04-14duplicate code removedGeorge Hazan
2023-04-14SRMM code unificationGeorge Hazan
2023-03-30massive code cleaning after regression caused by #3210George Hazan
2023-03-22common nick list drawing code removed from DlgProc()George Hazan
2023-03-20fixes #3443 (Менять подсказку к фильтру ↵George Hazan
событий при изменении иконки)
2023-03-15HM_DBEVENTADDED message replaced with CMsgDialog::EventAdded methodGeorge Hazan
2023-02-09SRMM: better support for group chats in databaseGeorge Hazan
2022-11-14basic set for storing group chat messages in a database + reusing log ↵George Hazan
settings like show 10 recent messages
2022-03-26fixes #3057 (Унифицировать настройку горячих ↵George Hazan
клавиш для отправки сообщений)
2022-02-08fixes #3023 (IEView: не отображаются подписи к ↵George Hazan
файлтрансферам)
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-11-28user typing notification for Discord group chatsGeorge Hazan
2021-01-25fixes #2714 (Scriver: problems with resizer)George Hazan
2020-06-04fixes #2420 (empty error window in StdMsg/Scriver)George Hazan
2020-04-25CLogWindow::LogEvents considered useless and localized inside tabSRMMGeorge Hazan
2020-03-13Scriver:George Hazan
- another case of copying text in ANSI fixed; - useless method CMsgDialog::GetContactUniqueId removed; - code cleaning;
2019-10-31Scriver: nasty crutch removedGeorge Hazan
2019-10-10duplicate history handler removedGeorge Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-17Chat: common code moved to mir_appGeorge Hazan
2019-09-11Scriver: all useless messages converted into methodsGeorge Hazan
2019-09-09Scriver: further code unificationGeorge Hazan
2019-09-09Scriver: container-related code moved to the classGeorge Hazan
2019-09-08.George Hazan
2019-09-03CChatRoomDlg globally renamed to CMsgDialog to be conpatible with StdMsgGeorge Hazan
2019-08-30no more old-style settings in ScriverGeorge Hazan
2019-08-30Scriver: more CMOptionGeorge Hazan
2019-08-30Scriver: more CMOptionGeorge Hazan
2019-08-30Scriver:George Hazan
- fixes #2037 (when tabs are used, "Save settings for contacts" corrupts window position); - rest of tabs options switched to UI; - version bump
2019-08-29Scriver: options automationGeorge Hazan
2019-07-25warning fixesGeorge Hazan
2019-07-25fixes #1920 (Scriver always scrolls its log to bottom when new message arrives)George Hazan
2019-05-13CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProcGeorge Hazan
2019-01-21fixes #1776 (rest of URL atavisms)George Hazan
2018-07-11GUI change:George Hazan
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name)
2018-06-13fixes #1413 (Miranda 0.95.8.1 Scriver Log doesn't work anymore)George Hazan
2018-06-09fixes #1406 (Scriver: sending by Shift+Enter)George Hazan
2018-06-08obsolete message removedGeorge Hazan
2018-06-04Scriver:George Hazan
- fixes #1404 (Scriver: cannot change "Send message on" settings) - fixes #1405 (Scriver: add "Send message on Ctrl+Enter")