summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/container.cpp
AgeCommit message (Collapse)Author
2024-02-26fixes #4228 (tabSRMM: add ability to hide a warning about unsent messages in ↵George Hazan
the queue)
2024-01-08Update copyrightsdartraiden
2023-03-15SRMM: common code exctracted to a Srmm_AddEvent() functionGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-09-24tabSRMM: death of proprietary option treeGeorge Hazan
2022-08-14code cleaningGeorge Hazan
2022-07-29tabSRMM: fix for the perversion with private container settingsGeorge Hazan
2022-07-29fixes #3126 (tabSRMM: "Colorize nickames in member list" chat option)George Hazan
2022-07-15tabSRMM: code cleaningGeorge Hazan
2022-02-15minor code cleaningGeorge Hazan
2022-02-09fixes #1950 (Remove notification engine from TabSRMM)George Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-05-10suddenly: tipper services were used as string constantsGeorge Hazan
(cherry picked from commit 15fcbbc128178ea5a4cdb1a58927a43ea740be88)
2021-01-17Update copyrightsdartraiden
2020-08-12tabSRMM: DM_QUERYCLIENTAREA - unused message removedGeorge Hazan
2020-05-12tabSRMM: some unused/obsoleted events removedGeorge Hazan
2020-05-04tabSRMM:George Hazan
- ANSI crutch removed; - LoadMsgDlgFont: useless parameter szMod removed; - wcscpy replaced with safer call of wcsncpy_s; - useless function LoadLogfont removed;
2020-04-17fixes #2344 (TabSRMM: не мигает иконка в трее и нет ↵George Hazan
значка в клисте при новом сообщении TabSRMM bug regression)
2020-04-07tabSRMM: container creation should be deferred to allow protocols to handle ↵George Hazan
event creation properly
2020-03-22tabSRMM: removed all checks if m_hContact == 0, because it never happensGeorge Hazan
2020-02-04final fix for #2184George Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-04warning fixesGeorge Hazan
2019-11-04tabSRMM:George Hazan
- massive code cleaning; - fixes #2099 (TabSRMM: add tab scrolling by mouse wheel); - version bump
2019-10-29tabSRMM: get rid of manual bit operationsGeorge Hazan
2019-10-24fixes #2104 (TabSRMM: RTL enabled for whole window)George Hazan
2019-10-24warning fixGeorge Hazan
2019-10-22DM_CONFIGURECONTAINER: useless message removedGeorge Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-14unused junk removed (structure RECENTINFO, constant DM_QUERYRECENT & its ↵George Hazan
handler)
2019-09-14tabSRMM: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-13tabSRMM: some DM_* messages removedGeorge Hazan
2019-09-12tabSRMM: single windowGeorge Hazan
2019-05-27obsolete calls of GetVersion() removed & replaced with IsWinVer*Plus() callsGeorge Hazan
2019-03-13fix for tabSRMM alt+tab iconGeorge Hazan
2019-03-07tabSRMM: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-04Update copyrightsdartraiden
2018-12-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-07-24database: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-17compilation fixGeorge Hazan
2018-06-17GetTabWindow applied to all another placesGeorge Hazan
2018-06-17no more uninitialized global variablesGeorge Hazan
2018-06-17final fix for #1425George Hazan
2018-06-15more thorough version of previous fixGeorge Hazan
2018-06-15fixes #1425 (TabSRMM crashes)George Hazan
2018-06-14WA_INACTIVE to be also passed to the current childGeorge Hazan
2018-06-03fixes #1401 (fixes inactive session detection)George Hazan