summaryrefslogtreecommitdiff
path: root/include/m_chat_int.h
AgeCommit message (Collapse)Author
2018-06-03fixes #1401 (fixes inactive session detection)George Hazan
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge Hazan
2018-05-22m_chat_int.h => CMPluginGeorge Hazan
2018-05-18CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCEGeorge Hazan
2018-04-19fixes #1283 (StdMsg: cursor does not change the shape)George Hazan
2018-04-17MNonCopyable - the common class to avoid declaring fake private constructorsGeorge Hazan
2018-03-13chat engine:George Hazan
- fixes #1174 (Group chat icons became "blank exe" icons if role cound exceeds 10); - unused chat api members removed;
2018-02-24more nullptrGoraf
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-10-16the whole idea of customizable colors in chat considered totally uselessGeorge Hazan
2017-08-15fixes #799 (Crash on receiving msg in FB group chat)George Hazan
2017-07-31headers code cleaningGeorge Hazan
2017-04-07SRMM events are now created inside the core to avoid problems with dynamic ↵George Hazan
plugin unload
2017-04-05compilation fixGeorge Hazan
2017-04-05Srmm_MessageStreamCallback isolated inside mir_core and therefore removed;George Hazan
2017-04-04- GC_FONTSIZE considered useless;George Hazan
- archaic linked list of modules replaced with the standard LIST<> which is much faster - fix for the module destruction
2017-04-04data used by some plugins only moved to these pluginsGeorge Hazan
2017-04-04SRMM window list completely incapsulated into mir_app to avoid corrupting it ↵George Hazan
by someone's dirty hands
2017-03-28SRMM notifications went to the core with ME_MSG_WINDOWEVENTGeorge Hazan
2017-03-27common code moved to mir_appGeorge Hazan
2017-03-27fixes #777 (scrollbars disappeared from tabSRMM)George Hazan
2017-03-26duplicate code removedGeorge Hazan
2017-03-26context menu moved to mir_app, part II :)George Hazan
2017-03-24revolution in chat menusGeorge Hazan
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook
2017-03-24m_message & m_log moved inside mir_appGeorge Hazan
2017-03-23usual crutches sometimes don't work, we need the stronger onesGeorge Hazan
2017-03-23these windows should be manually unsubclassed before exitGeorge Hazan
2017-03-23StdMsg: windows procs virtualizationGeorge Hazan
2017-03-23stubs for the message entry, log & nicklist window proceduresGeorge Hazan
2017-03-22nick list moved to mir_appGeorge Hazan
2017-03-22Channel Manager button went to coreGeorge Hazan
2017-03-22- more SRMM buttons went to mir_app;George Hazan
- history button handler also moved to mir_app;
2017-03-21- fix for button codes in tabSRMM;George Hazan
- CSrmmBaseDialog::ProcessHotkeys to receives control keys statuses as well
2017-03-21common chat hotkeys processing code moved to 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-21unused shit removedGeorge Hazan
2017-03-12- fixes #742 (closing groupchat tab crashes Miranda);George Hazan
- the bForce parameter of CSrmmBaseDialog::CloseTab considered useless
2017-03-11group chats:George Hazan
- massive extinction of all remaining GC_* messages; - color chooser completely moved to mir_app; - color buttons' subclass function also moved to mir_app; - all code management transferred to a bunch of virtual functions, members of CChatRoomDlg; - numerous small fixes, like fix for a broken highlight in StdMsg
2017-03-11unused constants removed from m_chat_int.hGeorge Hazan
2017-03-11GC_CLOSEWINDOW -> CloseTab()George Hazan
2017-03-11GC_SPLITTERMOVED - simply unusedGeorge Hazan
2017-03-11GC_UPDATETITLE replaced with CSrmmBaseDlg::UpdateTitleGeorge Hazan
2017-03-10Group chats:George Hazan
- GC_CONTROL_MSG left us forever; - tons of old/unused/useless slack simply wiped out; - new function: CSrmmBaseDialog::ClearLog
2017-03-09- GCSessionInfoBase fields iWidth and iHeight moved to StdMSg;George Hazan
- CHAT_MANAGER methods DoEventHook & DoEventHookAsync removed from CHAT_API; - CSrmmBaseDialog::DoEventHook introduced instead
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-09common rtf management code moved to the coreGeorge Hazan