Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- obsolete CCtrlBase private members removed;
|
|
- obsolete private declarations removed;
- initialized member CCtrlBase::m_bSilent inited;
- warning fixes
|
|
|
|
not inside OnInitDialog)
|
|
|
|
|
|
- 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)
|
|
number of rows is changed
|
|
module setting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is changed
|
|
|
|
|
|
|
|
|
|
|
|
- new method IsChecked for CCtrlCheck
- new methods GetUrl and SetUrl for CCtrlHypelink
- new event OnClick for CCtrlHypelink
- CCtrlSpin inherits from CCtrlData
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62202ed10617927d5429bc59898e12a366abe744)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SetRichText, SetRichTextRtf
|
|
- UI utils spread to separate modules, one module for one class;
- class CCtrlRichEdit added
|
|
|
|
|
|
|
|
bool IsPushed() returns a status for a PUSHBUTTON;
void Push(bool) sets a new pushed status
|
|
|
|
|