Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-15 | HM_DBEVENTADDED message replaced with CMsgDialog::EventAdded method | George Hazan | |
2023-03-01 | tabSRMM: never activate infopanel for group chats | George Hazan | |
2023-02-09 | SRMM: better support for group chats in database | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-09-26 | Utils_ClipboardCopy - system-wide helper for writing text to clipboard | George Hazan | |
2022-09-24 | tabSRMM: death of proprietary option tree | 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-07-15 | same | George Hazan | |
2022-07-15 | tabSRMM: code cleaning | George Hazan | |
2022-06-22 | fixes #3108 (tabSRMM doesn't take typing notification settings for unknown ↵ | George Hazan | |
contacts into consideration) + code cleaning | |||
2022-03-26 | fixes #3057 (Унифицировать настройку горячих ↵ | George Hazan | |
клавиш для отправки сообщений) | |||
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-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-12-11 | Fixes #2982: | George Hazan | |
- status change events are now considered tabSRMM specific and are generated only for tabSRMM embedded log viewer - code cleaning | |||
2021-11-28 | user typing notification for Discord group chats | George Hazan | |
2021-03-07 | Simplify condition | dartraiden | |
2021-01-17 | Update copyrights | dartraiden | |
2021-01-11 | SRMM windows: timer classes instead of perversions with WM_TIMER | George Hazan | |
2021-01-10 | CSendLater: fake class removed | George Hazan | |
2020-12-25 | tabSRMM: rest of unused shit removed (main part of shit was removed in fixes ↵ | George Hazan | |
#2215 (TabSRMM: destroy custom tray icon from its own NeN)) | |||
2020-12-11 | fixes #2643 (TabSRMM: internal log disappears after any color change for ↵ | George Hazan | |
group chats) | |||
2020-08-12 | tabSRMM: DM_QUERYCLIENTAREA - unused message removed | George Hazan | |
2020-07-21 | fixes #2222 (TabSRMM: не отключать получение новых ↵ | George Hazan | |
сообщений при отключённой автопрокрутке) | |||
2020-07-07 | tabSRMM: events (file transfers) that go to group chats shall not clear log ↵ | George Hazan | |
window | |||
2020-05-12 | tabSRMM: some unused/obsoleted events removed | George Hazan | |
2020-05-04 | tabSRMM: | George Hazan | |
- ANSI crutch removed; - LoadMsgDlgFont: useless parameter szMod removed; - wcscpy replaced with safer call of wcsncpy_s; - useless function LoadLogfont removed; | |||
2020-03-30 | Contact lists: | George Hazan | |
- all common options moved to the Clist namespace; - fixes #2281 (Add option to not clear "NotOnList" group at start); | |||
2020-03-22 | tabSRMM: removed all checks if m_hContact == 0, because it never happens | George Hazan | |
2020-02-16 | fixes #2215 (TabSRMM: destroy custom tray icon from its own NeN) | George Hazan | |
2020-02-04 | fixes #2197 ([0.95.11 x64] IRC: Update broke text transformation shortcuts) | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-11-04 | tabSRMM: | George Hazan | |
- massive code cleaning; - fixes #2099 (TabSRMM: add tab scrolling by mouse wheel); - version bump | |||
2019-10-29 | two more flags removed | George Hazan | |
2019-10-29 | rest of operational flags in tabSRMM moved to bool variables | George Hazan | |
2019-10-29 | tabSRMM: get rid of manual bit operations | George Hazan | |
2019-10-21 | fixes #2097 (TabSRMM: log background color is broken) | George Hazan | |
2019-10-10 | duplicate history handler removed | George Hazan | |
2019-10-03 | fixes #2089 (tabSRMM doesn't scroll to bottom if custom log is chosen) | George Hazan | |
2019-10-02 | merge with SrmmLogContainer | George Hazan | |
2019-09-27 | end of manual experiments with CList/NotOnList | George Hazan | |
2019-09-15 | fixes #2051 (TabSRMM: group chats icon) | George Hazan | |
2019-09-14 | tabSRMM: | George Hazan | |
- fixes #2055 (crash on opening template editor); - TContainerData got a constructor & destructor; - more methods moved to TContainerData class; - unused include file "templates.h" removed; - code cleaning | |||
2019-09-13 | tabSRMM: some DM_* messages removed | George Hazan | |
2019-09-12 | tabSRMM: single window | 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 |