summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgs.cpp
AgeCommit message (Collapse)Author
2017-08-24TabSRMM: more thorough SetStatusText portingGeorge Hazan
2017-08-22unused variable removedGeorge Hazan
2017-08-15anonymous SRMM services got namesGeorge Hazan
2017-08-15fixes #799 (Crash on receiving msg in FB group chat)George Hazan
2017-08-08fixes #874 (Message sessions buttons bugs)George Hazan
2017-07-28fix for wrongly removed servicesGeorge Hazan
2017-04-13two new functions: CDlgBase::Resize & HideGeorge Hazan
2017-04-10code reorder to hide as much data as possibleGeorge Hazan
2017-04-07SRMM events are now created inside the core to avoid problems with dynamic ↵George Hazan
plugin unload
2017-04-07Windows-specific code moved to mir_coreGeorge Hazan
2017-04-04SRMM window list completely incapsulated into mir_app to avoid corrupting it ↵George Hazan
by someone's dirty hands
2017-04-03- SRMM window list management moved to the base class;George Hazan
- fixes #791
2017-03-28more unneeded code removedGeorge Hazan
2017-03-28and finally MS_MSG_GETWINDOWDATA has gone, zihrono levrahaGeorge Hazan
2017-03-28we don't need the uFlags field eitherGeorge Hazan
2017-03-28funny, but without cbSize we have no need in MessageWindowInputData at allGeorge Hazan
2017-03-28massive cleanup of useless cbSize fieldsGeorge Hazan
2017-03-28SRMM notifications went to the core with ME_MSG_WINDOWEVENTGeorge Hazan
2017-03-25code cleaningGeorge Hazan
2017-03-24more unused shit cleanedGeorge Hazan
2017-03-24more unused shit removedGeorge Hazan
2017-03-24hmm... another not-so-very-useful serviceGeorge Hazan
2017-03-24unused shit removedGeorge Hazan
2017-03-24m_message & m_log moved inside mir_appGeorge Hazan
2017-03-21no need to export Srmm_ButtonSubclassProc anymoreGeorge Hazan
2017-03-21some common code moved into mir_appGeorge Hazan
2017-03-21various code cleaning & name conflict resolutionGeorge Hazan
2017-03-16tabSRMM: fix for saving private container optionsGeorge Hazan
2017-03-15fix for status bar in tabSRMMGeorge Hazan
2017-03-14more common data moved into CTabBaseDlgGeorge Hazan
2017-03-14tabSRMM:George Hazan
- fixes #735 (crazy dark magic of Windows); - common code of window creation moved to CTabBaseDlg::OnInitDialog(); - DM_REFRESHTABINDEX replaced with the call of TContainerData::UpdateTabs();
2017-03-14fixes #744George Hazan
2017-03-11GC_UPDATETITLE replaced with CSrmmBaseDlg::UpdateTitleGeorge Hazan
2017-03-09moving session data into dialog classesGeorge Hazan
2017-03-09chat API:George Hazan
- SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND; - linked list of sessions replaced with the usual LIST<>; - saveCI removed everywhere
2017-03-09any CSrmmBaseDialog descendant can refer to SESSION_INFO, not only CChatRoomDlgGeorge Hazan
2017-03-08code cleaningGeorge Hazan
2017-03-08massive code cleaningGeorge Hazan
2017-03-07unused header file removedGeorge Hazan
2017-03-06TNewWindowData - unneeded structure removedGeorge Hazan
2017-03-05moving data from SESSION_INFO to CChatRoomDlgGeorge Hazan
2017-03-03tabSRMM:George Hazan
- fixes #728; - panel object aggregated instead of embedding; - more UI buttons for the groupchat window; - crazy translation optimization removed
2017-03-02further tabSRMM cleanupGeorge Hazan
- duplicated functionality moved to CTabBaseDlg::DlgProc; - groupchat specific divider options removed, global ones are used instead; - more UI classes for CChatRoomDlg; - code cleaning
2017-03-02further SRMM window unificationGeorge Hazan
- CSrmmBaseDialog received m_hContact as its common member; - less usage of CTabBaseDlg::m_bType in tabSRMM
2017-03-02code cleanup in tabSRMMGeorge Hazan
- unused cursor removed (IDC_HYPERLINKHAND); - unused header file removed (all functions from generic_msghandlers.h are now declared inside a class) - code reorder;
2017-03-01fix for a problem with activating new tabs in tabSRMMGeorge Hazan
2017-03-01name conflict resolutionGeorge Hazan
2017-02-28TabSrmm -> UI classesGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-12-17- tabSRMM to share the kernel window list for chats & group chats;George Hazan
- button creation nuances moved to the core