summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/chat_options.cpp
AgeCommit message (Collapse)Author
2024-06-27Replace ICQ by MRAdartraiden
2024-01-18Srmm_IsCustomLogUsed should take the 'forGroupchats' parameter into ↵George Hazan
consideration
2023-08-09fixes #3625 (Скрывать настройки шрифтов и ↵George 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-03-30fix for #3471 applied to StdMsg & ScriverGeorge Hazan
2023-03-24chat options' usage unificationGeorge Hazan
2023-03-21fixes #3444 (StdMsg/Scriver: убрать корневые чекбоксы ↵George Hazan
в деревьях)
2023-03-20fixes #3439 (Scriver/StdMsg: unified popup & tray icon settings with the ↵George Hazan
same default values)
2023-03-18fixes #3438 (tabSRMM: crash in highlight)George Hazan
2022-08-04Per core and tabSRMMdartraiden
2022-03-27fixes #3058 (Group chats' popup options dialog moved from StdMsg to the ↵George Hazan
core, its copy in Scriver removed)
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-01-18fixes #2701 (Remove artifact from Scriver popups options)George Hazan
2020-10-11fixes #2591 (TabSRMM: "Show buttons blablabla right click" option does not ↵George Hazan
work by default)
2020-07-26fixes #2501 (Ability to disable incoming sounds in chats is lost)George Hazan
2019-09-18Scriver: typing options -> UI classesGeorge Hazan
2019-01-31message text standardizationGeorge Hazan
2018-12-08chats:George Hazan
- Chat_GetGroup & Chat_SetGroup functions added to stop the zoo with chat default group name; - fixes #1655 (custom chat group name doesn't work in Discord)
2018-07-24database:George Hazan
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s.
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge Hazan
2018-04-08stupid option removed from group chats according to results of votingGeorge Hazan
2018-03-06PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵George Hazan
is changed
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-03-21Scriver: standardizing file namesGeorge Hazan