Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-19 | redundant CRtfLogWindow::LogEvents parameter removed, passing LOGINFO* is enough | 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-04-15 | fixes #3458 (tabSRMM: двоятся сообщения) | George Hazan | |
2023-04-14 | all LogStreamInEvents implementations unified, old memory allocation schema ↵ | George Hazan | |
dropped | |||
2023-04-14 | duplicate code removed | George Hazan | |
2023-04-14 | SRMM code unification | George Hazan | |
2023-03-22 | common nick list drawing code removed from DlgProc() | George Hazan | |
2023-03-20 | fixes #3443 (Менять подсказку к фильтру ↵ | George Hazan | |
событий при изменении иконки) | |||
2023-03-15 | SRMM: common code exctracted to a Srmm_AddEvent() function | George Hazan | |
2023-03-15 | HM_DBEVENTADDED message replaced with CMsgDialog::EventAdded method | George Hazan | |
2023-02-09 | SRMM: better support for group chats in database | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-03-26 | fixes #3057 (Унифицировать настройку горячих ↵ | George Hazan | |
клавиш для отправки сообщений) | |||
2022-02-27 | minor fixes | ghazan | |
2022-01-27 | fixes #3016 (Названия журналов так и не ↵ | George Hazan | |
переводятся) | |||
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-12-19 | Windows API declarations isolated inside modules | George Hazan | |
2021-12-19 | header files fix to eliminate Windows types for mir_app | ghazan | |
2021-11-28 | user typing notification for Discord group chats | George Hazan | |
2021-05-02 | fixes #2858 (Некорректно работает опция у ↵ | George Hazan | |
кнопок "скрывать при нехватке места на тулбаре") | |||
2021-03-29 | Srmm_* internal functions strangely went to group chat API... | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2021-01-11 | SRMM windows: timer classes instead of perversions with WM_TIMER | George Hazan | |
2020-06-01 | fixes #2412 (Add ability to paste file URL instead of file sending initiation) | George Hazan | |
2020-05-29 | towards #2408: CSrmmBaseDialog::ProcessFileDrop - a helper with window ↵ | George Hazan | |
handle to process file dropping operations | |||
2020-04-26 | Chat 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-25 | CLogWindow::LogEvents considered useless and localized inside tabSRMM | George Hazan | |
2020-01-25 | massive 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-01 | Happy new year, Miranda | George Hazan | |
2019-10-02 | merge with SrmmLogContainer | George Hazan | |
2019-09-30 | another compilation fix | George Hazan | |
2019-09-29 | code reordering | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-05-22 | code cleaning | George Hazan | |
2018-04-03 | we shall create missing icons (or destroy unneeded ones) after applying ↵ | George Hazan | |
toolbar options | |||
2018-01-01 | massive copyright update | dartraiden | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-02 | no need to wipe out toolbar buttons anymore | George Hazan | |
2017-10-25 | SRMM internal structures & functions moved to the separate header file ↵ | George Hazan | |
m_srmm_int.h |