summaryrefslogtreecommitdiff
path: root/include/m_srmm_int.h
AgeCommit message (Collapse)Author
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
2023-04-14SRMM code unificationGeorge Hazan
2023-03-22common nick list drawing code removed from DlgProc()George Hazan
2023-03-20fixes #3443 (Менять подсказку к фильтру ↵George Hazan
событий при изменении иконки)
2023-03-15SRMM: common code exctracted to a Srmm_AddEvent() functionGeorge Hazan
2023-03-15HM_DBEVENTADDED message replaced with CMsgDialog::EventAdded methodGeorge Hazan
2023-02-09SRMM: better support for group chats in databaseGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-03-26fixes #3057 (Унифицировать настройку горячих ↵George Hazan
клавиш для отправки сообщений)
2022-02-27minor fixesghazan
2022-01-27fixes #3016 (Названия журналов так и не ↵George Hazan
переводятся)
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-19Windows API declarations isolated inside modulesGeorge Hazan
2021-12-19header files fix to eliminate Windows types for mir_appghazan
2021-11-28user typing notification for Discord group chatsGeorge Hazan
2021-05-02fixes #2858 (Некорректно работает опция у ↵George Hazan
кнопок "скрывать при нехватке места на тулбаре")
2021-03-29Srmm_* internal functions strangely went to group chat API...George Hazan
2021-01-17Update copyrightsdartraiden
2021-01-11SRMM windows: timer classes instead of perversions with WM_TIMERGeorge Hazan
2020-06-01fixes #2412 (Add ability to paste file URL instead of file sending initiation)George Hazan
2020-05-29towards #2408: CSrmmBaseDialog::ProcessFileDrop - a helper with window ↵George Hazan
handle to process file dropping operations
2020-04-26Chat api:George Hazan
- function Chat_GetDefaultEventDescr() added not to translate the same strings in 5 different places; - function CHAT_INTERFACE::CreateNick added to process nick name creation for group chats; - unused variable LOGINFO::dwFlags removed; - variable LOGINFO::bSimple added for events without possible formatting; - bunch of duplicate code remoed;
2020-04-25CLogWindow::LogEvents considered useless and localized inside tabSRMMGeorge Hazan
2020-01-25massive code cleaning:George Hazan
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes
2020-01-01Happy new year, MirandaGeorge Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-30another compilation fixGeorge Hazan
2019-09-29code reorderingGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-05-22code cleaningGeorge Hazan
2018-04-03we shall create missing icons (or destroy unneeded ones) after applying ↵George Hazan
toolbar options
2018-01-01massive copyright updatedartraiden
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-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-02no need to wipe out toolbar buttons anymoreGeorge Hazan
2017-10-25SRMM internal structures & functions moved to the separate header file ↵George Hazan
m_srmm_int.h