summaryrefslogtreecommitdiff
path: root/include/m_gui.h
AgeCommit message (Collapse)Author
2019-05-13CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProcGeorge Hazan
2019-03-19added CCtrlDate::SetTimeGeorge Hazan
2019-03-19missing CBN_KILLFOCUS handler in CCtrlComboGeorge Hazan
2019-03-19CCtrlDate - new UI class for date/time pickersGeorge Hazan
2019-03-12- unused member CDbLink::m_bSigned removed;George Hazan
- obsolete CCtrlBase private members removed;
2019-03-12CCtrlBase:George Hazan
- obsolete private declarations removed; - initialized member CCtrlBase::m_bSilent inited; - warning fixes
2019-02-19utf8 wrappers for CCtrlBase::GetTextGeorge Hazan
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, ↵George Hazan
not inside OnInitDialog)
2019-01-06CCtrlCombo::OnSelChanged extracted to the separate handlerGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-07-11GUI change:George Hazan
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name)
2018-06-06CCtrlPages::CheckRowCount() - new function to force tab resize when the ↵George Hazan
number of rows is changed
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has ↵George Hazan
module setting
2018-05-30added handler for right clickGeorge Hazan
2018-05-18CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCEGeorge Hazan
2018-04-30fix for argument typesGeorge Hazan
2018-04-23m_gui: remove redundant 'virtual' (C++11)Goraf
2018-04-18this feature was never used and only causes problemsGeorge Hazan
2018-04-06CDlgBase::OnChange - message processing slightly changedGeorge Hazan
2018-03-06PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵George Hazan
is changed
2018-02-25Fixes related with 7fc01c9aunsane
2018-02-25core: added CCtrlLabel for static textaunsane
2018-02-25core: null by default value for url param for CCtrlHyperlinkaunsane
2018-02-25core: added OnClick event to CCtrlListViewaunsane
2018-02-24more nullptrGoraf
2018-02-23core: guiaunsane
- new method IsChecked for CCtrlCheck - new methods GetUrl and SetUrl for CCtrlHypelink - new event OnClick for CCtrlHypelink - CCtrlSpin inherits from CCtrlData
2018-02-13CDlgBase::FindControl made publicGeorge Hazan
2018-02-12fixes #1147 (TabSRMM: numerical options cannot be changed)George Hazan
2018-01-18fix for CCtrlTreeView::OnItemChanged prototypeGeorge Hazan
2018-01-17no need to copy that stuff each timeGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-10CMOption::Default() - returns the default option's valueGeorge Hazan
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-01bad anti-flicker code removedGeorge Hazan
2017-10-25new method that emulates button clickGeorge Hazan
2017-06-02fixes crash in StdMsg on opening SRMM windowGeorge Hazan
2017-05-03CCtrlRichEdit::GetRichTextUtf considered uselessGeorge Hazan
2017-04-13two new functions: CDlgBase::Resize & HideGeorge Hazan
2017-04-07Windows-specific code moved to mir_coreGeorge 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-03-27fix for a return typeGeorge Hazan
2017-03-26long needed function CCtrlBase::Show(bool)George Hazan
2017-03-24CCtrlBase::GetParent - missing const qualifier addedGeorge Hazan
2017-03-21CCtrlButton:George Hazan
bool IsPushed() returns a status for a PUSHBUTTON; void Push(bool) sets a new pushed status
2017-03-21less useless crap exported from mir_coreGeorge Hazan
2017-03-17CCtrlPages::SwapPages - a new method to swap two pages in a tab cobtrolGeorge Hazan