Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-25 | fixes #3459 (tabSRMM: Невозможно выключить фильтр ↵ | George Hazan | |
событий) | |||
2023-03-20 | fixes #3441 completely | George Hazan | |
2023-03-20 | fixes #3439 (Scriver/StdMsg: unified popup & tray icon settings with the ↵ | George Hazan | |
same default values) | |||
2023-03-18 | fixes #3437 (tabSRMM: remove "says" from groupchat popup) | dartraiden | |
2023-03-18 | fixes #3434 (Отсутствуют всплывающие окна для ↵ | George Hazan | |
хайлайтов) | |||
2023-01-02 | Update copyrights | dartraiden | |
2022-09-24 | tabSRMM: death of proprietary option tree | George Hazan | |
2022-08-14 | code cleaning | George Hazan | |
2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-07-29 | tabSRMM: fix for the perversion with private container settings | George Hazan | |
2022-06-02 | fixes #3082 (NewEventNotify: rename "Disable notification for group chats" ↵ | George Hazan | |
to "Enable notification for group chats") | |||
2022-02-09 | fixes #1950 (Remove notification engine from TabSRMM) | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-05-20 | mir_wstrstri - case-insensitive search of substring, Unicode version | George Hazan | |
2021-05-20 | fix for C++ runtime locale settings | George Hazan | |
2021-03-15 | fixes #2768 (TabSRMM: в режиме чата Never mute у ↵ | George Hazan | |
хайлайтов отсутствует звук) | |||
2021-03-13 | fix for #2574 for muting popups & sounds in tabSRMM | George Hazan | |
2021-03-13 | Group 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-03-07 | further code cleaning & simplification | George Hazan | |
2021-03-07 | common chats sound & icon processing code moved to the core | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2021-01-11 | SRMM windows: timer classes instead of perversions with WM_TIMER | George Hazan | |
2020-09-17 | muted chat not to generate any sounds either | George Hazan | |
2020-09-14 | g_chatApi.LogToFile completely moved into the core | George Hazan | |
2020-07-26 | fixes #2501 (Ability to disable incoming sounds in chats is lost) | George Hazan | |
2020-07-21 | fixes #2233 (TabSRMM: add outgoing sound for groupchats) - method #2 | George Hazan | |
2020-02-19 | tabSRMM: fix for removed hot key handler | George Hazan | |
2020-02-16 | fixes #2215 (TabSRMM: destroy custom tray icon from its own NeN) | George Hazan | |
2020-02-16 | minor code cleaning | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-11-04 | tabSRMM: | George Hazan | |
- massive code cleaning; - fixes #2099 (TabSRMM: add tab scrolling by mouse wheel); - version bump | |||
2019-10-29 | tabSRMM: get rid of manual bit operations | George Hazan | |
2019-09-27 | fix for a function name: | George Hazan | |
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide | |||
2019-09-26 | Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵ | George Hazan | |
variable and unify access to it | |||
2019-09-13 | tabSRMM: no more chat_window.cpp | George Hazan | |
2019-09-12 | tabSRMM: single window | George Hazan | |
2019-09-03 | CChatRoomDlg globally renamed to CMsgDialog to be conpatible with StdMsg | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-03-08 | life is too short to remember whether this structure is zeroed or not | George Hazan | |
2019-03-07 | tabSRMM: | George Hazan | |
- useless message DM_SETICON replaced with a call of SetIcon; - fixes #1866 (when sub is changed, tabSRMM doesn't update an avatar in taskbar) - code cleaning & names conflict resolution | |||
2019-03-06 | popups: | George Hazan | |
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled; | |||
2019-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-02-25 | GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵ | George Hazan | |
events (UTF16LE by default) | |||
2019-01-04 | Update copyrights | dartraiden | |
2018-10-30 | tabSRMM: | George Hazan | |
- obsolete M.GetDword & M.GetByte calls removed; - useless m_isFavorite & m_isRecent moved from CContactCache to CMimAPI; - other code cleaning | |||
2018-10-13 | chat api: | George Hazan | |
- GC_SHAREDUSERS flag added to share the same array of users for all group chats; - USERINFO.next removed; - MODULEINFO.arUsers & SESSION_INFO.arUsers introduced to maintain user lists; - MM_AddModule removed; - memory allocation model changed for MODULEINFO & SESSION_INFO - MM_CreateModule & SM_CreateSession members are added to g_chatApi | |||
2018-06-03 | fixes #1401 (fixes inactive session detection) | George Hazan | |
2018-05-27 | global variable name standardization | George Hazan | |
2018-05-27 | unused variable CHAT_MANAGER *pci removed and replaced with g_chatApi | George Hazan | |