summaryrefslogtreecommitdiff
path: root/src/core/stdmsg
AgeCommit message (Collapse)Author
2023-03-02fixes #3372 (StdMsg: топик конференции в статус баре)George Hazan
2023-03-01fixes #3373 (Scriver: crash on unload)George Hazan
2023-02-10Protocols: preventing recursive contact deletionGeorge Hazan
2023-02-09SRMM: better support for group chats in databaseGeorge Hazan
2023-01-28IRC: fix for event broadcastingGeorge Hazan
2023-01-10fixes #3210 (StdMsg: не работает двойной клик во ↵George Hazan
встроенном журнале, а тройной клик ведёт себя по-разному в приватах и чатах)
2023-01-02Update copyrightsdartraiden
2022-12-25db_event_replace: new helper to eliminate duplicate eventsGeorge Hazan
2022-12-17Mediawiki considers URLs with and without a trailing slash as different ↵dartraiden
pages, see https://phabricator.wikimedia.org/T14703
2022-11-14basic set for storing group chat messages in a database + reusing log ↵George Hazan
settings like show 10 recent messages
2022-09-26Utils_ClipboardCopy - system-wide helper for writing text to clipboardGeorge Hazan
2022-09-26fixes #3208 (tabSRMM: не сохраняется изменение ↵George Hazan
чекбоксов в настройках уведомлений о наборе)
2022-09-24some common chat options exported directly from the coreGeorge Hazan
2022-09-13StdMsg: manual avatar drawing code removedGeorge Hazan
2022-08-30StdMsg: resizer unificationGeorge Hazan
2022-08-15fixes #3150 completelyGeorge Hazan
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-07-30void CMsgDialog::SetButtonsPos(): useless parameter bIsChat removedGeorge Hazan
2022-07-29fixes #3127 (tabSRMM: сделать настройки про ↵George Hazan
добавление двоеточия и запятой взаимоисключающими)
2022-07-25fixes #3121 (Accessibility: Message history can no longer be read with ↵George Hazan
screen readers)
2022-07-16Contact_IsGroupChat - a helper to detect chat roomsGeorge Hazan
2022-07-15StdMsg: resizer unificationGeorge Hazan
2022-07-13StdMsg: fix for window minimization in tabbed modeGeorge Hazan
2022-06-22fixes #3106 (ancient evil with font settings in StdMsg)George Hazan
2022-06-20time to get rid of some DlgProc defined just to handle WM_SIZE issuesGeorge Hazan
2022-06-18fixes #3104 (Изменение размера шрифта в чате ↵George Hazan
делает его гигантским)
2022-06-16Utils_CorrectFontSize - a function for dynamic font size adjustmentGeorge Hazan
2022-06-15more precise button position calculationGeorge Hazan
2022-06-15StdMsg: resizer code fixGeorge Hazan
2022-06-05StdMsg: patch against flickerGeorge Hazan
2022-03-27fixes #3058 (Group chats' popup options dialog moved from StdMsg to the ↵George Hazan
core, its copy in Scriver removed)
2022-03-26fixes #3057 (Унифицировать настройку горячих ↵George Hazan
клавиш для отправки сообщений)
2022-02-16fixes #3033 ("Gap between buttons" option is broken)George Hazan
2022-01-27fixes #3016 (Названия журналов так и не ↵George Hazan
переводятся)
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-12-04Make the name of the internal log translatabledartraiden
2021-11-28user typing notification for Discord group chatsGeorge Hazan
2021-11-16more shit removedGeorge Hazan
2021-11-07first version of mir_core that builds under Linuxghazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-05-15SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW commandGeorge Hazan
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
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-02-27fixes #2753 (by default only checkboxes should be notified about OnChange ↵George Hazan
before OnInitDialog)
2021-02-27fixes #2754 (StdMsg: не сохраняется размер области ↵George Hazan
ввода)
2021-02-14fixes problem with StdMsg, described in #1738George Hazan