Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-26 | fixes #4228 (tabSRMM: add ability to hide a warning about unsent messages in ↵ | George Hazan | |
the queue) | |||
2024-01-08 | Update copyrights | dartraiden | |
2023-03-15 | SRMM: common code exctracted to a Srmm_AddEvent() function | 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-29 | tabSRMM: fix for the perversion with private container settings | George Hazan | |
2022-07-29 | fixes #3126 (tabSRMM: "Colorize nickames in member list" chat option) | George Hazan | |
2022-07-15 | tabSRMM: code cleaning | George Hazan | |
2022-02-15 | minor code cleaning | 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 | BYTE -> uint8_t | George Hazan | |
2021-05-10 | suddenly: tipper services were used as string constants | George Hazan | |
(cherry picked from commit 15fcbbc128178ea5a4cdb1a58927a43ea740be88) | |||
2021-01-17 | Update copyrights | dartraiden | |
2020-08-12 | tabSRMM: DM_QUERYCLIENTAREA - unused message removed | George Hazan | |
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-04-17 | fixes #2344 (TabSRMM: не мигает иконка в трее и нет ↵ | George Hazan | |
значка в клисте при новом сообщении TabSRMM bug regression) | |||
2020-04-07 | tabSRMM: container creation should be deferred to allow protocols to handle ↵ | George Hazan | |
event creation properly | |||
2020-03-22 | tabSRMM: removed all checks if m_hContact == 0, because it never happens | George Hazan | |
2020-02-04 | final fix for #2184 | 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 | warning fixes | 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-10-24 | fixes #2104 (TabSRMM: RTL enabled for whole window) | George Hazan | |
2019-10-24 | warning fix | George Hazan | |
2019-10-22 | DM_CONFIGURECONTAINER: useless message removed | George Hazan | |
2019-10-02 | merge with SrmmLogContainer | George Hazan | |
2019-09-14 | unused junk removed (structure RECENTINFO, constant DM_QUERYRECENT & its ↵ | George Hazan | |
handler) | |||
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-05-27 | obsolete calls of GetVersion() removed & replaced with IsWinVer*Plus() calls | George Hazan | |
2019-03-13 | fix for tabSRMM alt+tab icon | 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-01-04 | Update copyrights | dartraiden | |
2018-12-08 | db_get_sa / db_get_wsa to receive the default value, massive code simplification | George Hazan | |
2018-07-24 | database: | 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-06-17 | compilation fix | George Hazan | |
2018-06-17 | GetTabWindow applied to all another places | George Hazan | |
2018-06-17 | no more uninitialized global variables | George Hazan | |
2018-06-17 | final fix for #1425 | George Hazan | |
2018-06-15 | more thorough version of previous fix | George Hazan | |
2018-06-15 | fixes #1425 (TabSRMM crashes) | George Hazan | |
2018-06-14 | WA_INACTIVE to be also passed to the current child | George Hazan | |
2018-06-03 | fixes #1401 (fixes inactive session detection) | George Hazan | |