summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-04-17more common code incapsulated into mir_app.dllGeorge Hazan
2017-04-14StdMsg: fix for "Auto close window after send" optionGeorge Hazan
2017-04-14fixes various crashes on exit in StdMsgGeorge Hazan
2017-04-14unused code cleanedGeorge Hazan
2017-04-14StdMsg: status bar icons processing moved to containerGeorge Hazan
2017-04-13StdMsg: fix for clearing chat active stateGeorge Hazan
2017-04-13fix for the Send button size & positionGeorge Hazan
2017-04-13two new functions: CDlgBase::Resize & HideGeorge Hazan
2017-04-12fixes #797 (Contact windows no longer flashing)George Hazan
2017-04-12fixes #796 (Double-clicking contact list entry no longer activates their window)George Hazan
2017-04-12fix for a tab icon for message sessionsGeorge Hazan
2017-04-12StdMsg: fix for pressing Esc in a log windowGeorge Hazan
2017-04-11StdMsg: if tabs are used, SRMM window to share container with chats. also ↵George Hazan
fixes #680 completely
2017-04-09fixes #794George Hazan
2017-04-07compilation fixGeorge 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-06message cleaningGeorge Hazan
2017-04-05code cleaningGeorge Hazan
2017-04-05SRMM* plugins switched to CCtrlRichEditGeorge Hazan
2017-04-05Srmm_MessageStreamCallback isolated inside mir_core and therefore removed;George Hazan
2017-04-05more methods for CCtrlRichEdit: GetRichTextRtf, GetRichTextUtf, GetRichText, ↵George Hazan
SetRichText, SetRichTextRtf
2017-04-05mir_core:George Hazan
- UI utils spread to separate modules, one module for one class; - class CCtrlRichEdit added
2017-04-05unused functions removedGeorge 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-04compilation fixGeorge 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-04-02useless constructor parameters removedGeorge Hazan
2017-04-01StdMsg: tab options moved from chats to a tab in Messaging OptionsGeorge Hazan
2017-04-01StdMsg:George Hazan
- ShowRoom moved to chat_manager.cpp because there's no more hidden window procedure - we don't need the empty container to raise up at startup - not all chat options were reloaded on clicking Apply
2017-03-31StdMsg:George Hazan
- tab control converted into the universal container; - status bar moved from chat window to a container, thus allowing resize in both tabbed & sinlgle modes; - chat own window save/restore method replaced with standard Miranda code;
2017-03-31code cleaningGeorge Hazan
2017-03-31couple of memleak fixesGeorge Hazan
2017-03-29fixes #780 (Scriver: All message log text is selected on keyboard focus)George Hazan
2017-03-28some more fixes for 64-bit versionGeorge 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-27common code moved to mir_appGeorge Hazan
2017-03-27fix for a return typeGeorge Hazan
2017-03-27fixes #777 (scrollbars disappeared from tabSRMM)George Hazan
2017-03-26Windows'98 compatibility code is not needed for yearsGeorge Hazan
2017-03-26code cleaningGeorge Hazan
2017-03-26long needed function CCtrlBase::Show(bool)George Hazan
2017-03-26duplicate code removedGeorge Hazan
2017-03-26context menu moved to mir_app, part II :)George Hazan