summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/generic_msghandlers.cpp
AgeCommit message (Collapse)Author
2018-04-07Proto_GetStatus is used everywhere instead of PS_GETSTATUSGeorge Hazan
2018-03-11fixes #1181 (TabSRMM: bug with event handling)George Hazan
2018-02-21tabsrmm: C++'11 iteratorsGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-26TabSRMM:George Hazan
- custom color chooser removed; - unused menu items removed; - version bump
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-10-30fixes #1010 (custom colors do not appear in the IRC log)George Hazan
2017-10-25click emulator used instead of direct handler callGeorge Hazan
2017-08-31unused control id removedGeorge Hazan
2017-08-15fixes #799 (Crash on receiving msg in FB group chat)George Hazan
2017-07-30nudge button's hotkey moved to the Nudge pluginGeorge Hazan
2017-07-30Hotkeys: code cleaningGeorge Hazan
2017-04-13two new functions: CDlgBase::Resize & HideGeorge Hazan
2017-04-10code reorder to hide as much data as possibleGeorge Hazan
2017-04-05SRMM* plugins switched to CCtrlRichEditGeorge Hazan
2017-04-04SRMM window list completely incapsulated into mir_app to avoid corrupting it ↵George Hazan
by someone's dirty hands
2017-03-28massive cleanup of useless cbSize fieldsGeorge Hazan
2017-03-24more unused shit cleanedGeorge Hazan
2017-03-24m_message & m_log moved inside mir_appGeorge Hazan
2017-03-22nick list moved to mir_appGeorge 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-21various code cleaning & name conflict resolutionGeorge Hazan
2017-03-15fix for status bar in tabSRMMGeorge Hazan
2017-03-14some fixes to make Coverity happierGeorge Hazan
2017-03-14fixes #744George 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-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-07splitter data removed from common chat session settingsGeorge Hazan
2017-03-06TNewWindowData - unneeded structure removedGeorge 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-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-02tabSRMM: About dialog ported to UI classesGeorge Hazan
2017-03-01further code cleaningGeorge Hazan
2017-03-01name conflict resolutionGeorge Hazan
2017-02-28TabSrmm -> UI classesGeorge Hazan
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-12-06StdMsg & Scriver:George Hazan
- switched to the toolbar buttons instead of the fixed button set; - switched to the shared windows list
2016-12-03stronger typizationGeorge Hazan
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-11-21fix for badly working font color button in tabsrmmGeorge Hazan