summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/container.cpp
AgeCommit message (Collapse)Author
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
2018-05-16tabSRMM -> CMPluginGeorge Hazan
2018-04-19fixes #1284 (TabSRMM: "Hide title bar" menu item does nothing)George Hazan
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-01-17TabSRMM:George Hazan
- fixed: status icons in group chats aren't changed when needed - the status bar redraw procedure seriously optimized
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-08-26TabSRMM: remove useless "About" dialogdartraiden
2017-08-06Update rest of links to httpsRobert Pösel
2017-04-10code reorder to hide as much data as possibleGeorge Hazan
2017-04-04SRMM window list completely incapsulated into mir_app to avoid corrupting it ↵George Hazan
by someone's dirty hands
2017-03-28two more useless calls of SM_FindSessionByHCONTACT removedGeorge Hazan