Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-05-16 | tabSRMM -> CMPlugin | George Hazan | |
2018-04-19 | fixes #1284 (TabSRMM: "Hide title bar" menu item does nothing) | George Hazan | |
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-01-17 | TabSRMM: | George Hazan | |
- fixed: status icons in group chats aren't changed when needed - the status bar redraw procedure seriously optimized | |||
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-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-08-26 | TabSRMM: remove useless "About" dialog | dartraiden | |
2017-08-06 | Update rest of links to https | Robert Pösel | |
2017-04-10 | code reorder to hide as much data as possible | George Hazan | |
2017-04-04 | SRMM window list completely incapsulated into mir_app to avoid corrupting it ↵ | George Hazan | |
by someone's dirty hands | |||
2017-03-28 | two more useless calls of SM_FindSessionByHCONTACT removed | George Hazan | |