Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
- obsolete CCtrlBase private members removed;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not inside OnInitDialog)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
server ids
|
|
|
|
|
|
- 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)
|
|
module setting
|
|
|
|
no need to call RegisterModule manually
|
|
|
|
|
|
|
|
|
|
|
|
- fix for a 64-bit issue that could cause a crash;
- code cleaning
|
|
|
|
- new method IsChecked for CCtrlCheck
- new methods GetUrl and SetUrl for CCtrlHypelink
- new event OnClick for CCtrlHypelink
- CCtrlSpin inherits from CCtrlData
|
|
|
|
|
|
|
|
|
|
if the event is missing
usable to hook events that disappear after being used
|
|
|
|
|
|
|
|
|
|
|
|
SetRichText, SetRichTextRtf
|
|
- UI utils spread to separate modules, one module for one class;
- class CCtrlRichEdit added
|