summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/msgdialog.cpp
AgeCommit message (Collapse)Author
2018-05-11fixes #1347 (Scriver: remove "Use the contact's status icon as the window ↵George Hazan
icon" option)
2018-05-08code cleaning (using new MS coding style)George Hazan
2018-05-04fixes #1014 (wrong calculation of message edit field's height)George Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-19fixes #1283 (StdMsg: cursor does not change the shape)George Hazan
2018-04-07Proto_GetStatus is used everywhere instead of PS_GETSTATUSGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescriptionGeorge Hazan
2017-12-27obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole ↵George Hazan
m_addcontact.h removed and replaced with Contact_Add* functions
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-28crash fix for recursive contact deletion in ScriverGeorge Hazan
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-11-01Scriver: no need to reset the splitter position each time..George Hazan
2017-09-12old good sound services became finally functionsGeorge Hazan
2017-09-12Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng"George Hazan
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298.
2017-09-11old good sound services became finally functionsGeorge Hazan
2017-08-27Scriver: fix for dynamic entry field heightGeorge Hazan
2017-08-25Scriver: killing that old shit with error dialogGeorge Hazan
2017-06-29fixes #814 (Scriver: Duplicate characters in input field)George Hazan
2017-05-03Scriver: fix for memory corruptionGeorge Hazan
2017-05-03CCtrlRichEdit::GetRichTextUtf considered uselessGeorge Hazan
2017-05-03winapi perversion removed (fixes #809)George Hazan
2017-05-01Scrive: fix for sending long messagesGeorge Hazan
2017-05-01Utils_IsRtl - core function to detect RTL direcctionGeorge Hazan
2017-04-17more common code incapsulated into mir_app.dllGeorge Hazan
2017-04-13two new functions: CDlgBase::Resize & HideGeorge Hazan
2017-04-07Windows-specific code moved to mir_coreGeorge Hazan
2017-04-05fix for the input buffer size in ScriverGeorge Hazan
2017-04-05SRMM* plugins switched to CCtrlRichEditGeorge Hazan
2017-04-03- SRMM window list management moved to the base class;George Hazan
- fixes #791
2017-04-03fixes #788 (minimize/restore wipes out vertical scroller position)George Hazan
2017-03-28and finally MS_MSG_GETWINDOWDATA has gone, zihrono levrahaGeorge 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-26Windows'98 compatibility code is not needed for yearsGeorge Hazan
2017-03-26code cleaningGeorge Hazan
2017-03-26context menu moved to mir_app, part II :)George Hazan
2017-03-25fix to prevent duplicate event processingGeorge Hazan
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-23Scriver: window procedure virtualizationGeorge Hazan
2017-03-22- more SRMM buttons went to mir_app;George Hazan
- history button handler also moved to mir_app;
2017-03-21no need to export Srmm_ButtonSubclassProc anymoreGeorge Hazan
2017-03-21various code cleaning & name conflict resolutionGeorge Hazan
2017-03-16Scriver:George Hazan
- fix for a problem with the initial container resize; - useless class InfobarWindowData removed - useless header file infobar.h removed; - version bump
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-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-08Scriver: rbutton click fixedGeorge Hazan