summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat_options.cpp
AgeCommit message (Collapse)Author
2018-03-06PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵George Hazan
is changed
2018-01-26code optimizationGeorge Hazan
2018-01-22tabSRMM: empty highlight list isn't stored in profileGeorge Hazan
2018-01-19tabSRMM: it should be possible to set default style for the message input ↵George Hazan
area's font
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-10-16the whole idea of customizable colors in chat considered totally uselessGeorge Hazan
2017-04-04SRMM window list completely incapsulated into mir_app to avoid corrupting it ↵George Hazan
by someone's dirty hands
2017-03-14some fixes to make Coverity happierGeorge Hazan
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-08code cleaningGeorge Hazan
2017-03-08code reorderingGeorge Hazan