Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-26 | warning fixes | George Hazan | |
2019-05-13 | CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProc | George Hazan | |
2019-03-19 | added CCtrlDate::SetTime | George Hazan | |
2019-03-19 | missing CBN_KILLFOCUS handler in CCtrlCombo | George Hazan | |
2019-03-19 | CCtrlDate - new UI class for date/time pickers | George Hazan | |
2019-03-12 | - unused member CDbLink::m_bSigned removed; | George Hazan | |
- obsolete CCtrlBase private members removed; | |||
2019-03-12 | CCtrlBase: | George Hazan | |
- obsolete private declarations removed; - initialized member CCtrlBase::m_bSilent inited; - warning fixes | |||
2019-02-19 | utf8 wrappers for CCtrlBase::GetText | George Hazan | |
2019-02-05 | fixes #1825 (spin control initialization should be done in the constructor, ↵ | George Hazan | |
not inside OnInitDialog) | |||
2019-01-06 | CCtrlCombo::OnSelChanged extracted to the separate handler | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-07-11 | GUI 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-06 | CCtrlPages::CheckRowCount() - new function to force tab resize when the ↵ | George Hazan | |
number of rows is changed | |||
2018-06-01 | CPluginDlgBase: this class became useless because CMPlugin already has ↵ | George Hazan | |
module setting | |||
2018-05-30 | added handler for right click | George Hazan | |
2018-05-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan | |
2018-04-30 | fix for argument types | George Hazan | |
2018-04-23 | m_gui: remove redundant 'virtual' (C++11) | Goraf | |
2018-04-18 | this feature was never used and only causes problems | George Hazan | |
2018-04-06 | CDlgBase::OnChange - message processing slightly changed | George Hazan | |
2018-03-06 | PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵ | George Hazan | |
is changed | |||
2018-02-25 | Fixes related with 7fc01c9 | aunsane | |
2018-02-25 | core: added CCtrlLabel for static text | aunsane | |
2018-02-25 | core: null by default value for url param for CCtrlHyperlink | aunsane | |
2018-02-25 | core: added OnClick event to CCtrlListView | aunsane | |
2018-02-24 | more nullptr | Goraf | |
2018-02-23 | core: gui | aunsane | |
- new method IsChecked for CCtrlCheck - new methods GetUrl and SetUrl for CCtrlHypelink - new event OnClick for CCtrlHypelink - CCtrlSpin inherits from CCtrlData | |||
2018-02-13 | CDlgBase::FindControl made public | George Hazan | |
2018-02-12 | fixes #1147 (TabSRMM: numerical options cannot be changed) | George Hazan | |
2018-01-18 | fix for CCtrlTreeView::OnItemChanged prototype | George Hazan | |
2018-01-17 | no need to copy that stuff each time | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-10 | CMOption::Default() - returns the default option's value | George Hazan | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-01 | bad anti-flicker code removed | George Hazan | |
2017-10-25 | new method that emulates button click | George Hazan | |
2017-06-02 | fixes crash in StdMsg on opening SRMM window | George Hazan | |
2017-05-03 | CCtrlRichEdit::GetRichTextUtf considered useless | George Hazan | |
2017-04-13 | two new functions: CDlgBase::Resize & Hide | George Hazan | |
2017-04-07 | Windows-specific code moved to mir_core | George Hazan | |
2017-04-05 | more methods for CCtrlRichEdit: GetRichTextRtf, GetRichTextUtf, GetRichText, ↵ | George Hazan | |
SetRichText, SetRichTextRtf | |||
2017-04-05 | mir_core: | George Hazan | |
- UI utils spread to separate modules, one module for one class; - class CCtrlRichEdit added | |||
2017-03-27 | fix for a return type | George Hazan | |
2017-03-26 | long needed function CCtrlBase::Show(bool) | George Hazan | |
2017-03-24 | CCtrlBase::GetParent - missing const qualifier added | George Hazan | |
2017-03-21 | CCtrlButton: | George Hazan | |
bool IsPushed() returns a status for a PUSHBUTTON; void Push(bool) sets a new pushed status | |||
2017-03-21 | less useless crap exported from mir_core | George Hazan | |