summaryrefslogtreecommitdiff
path: root/src/mir_core/src/CCtrlSpin.cpp
AgeCommit message (Collapse)Author
2021-11-07let's separate modules for Windows from common onesGeorge Hazan
2021-03-29UI classes: splitter doesn't reset edit field after ApplyGeorge Hazan
- fixes #2818 (TabSRMM: не хватает ограничителей) - fixes #2817 (StdMsg: не хватает ограничителей)
2021-03-25fixes #2804 (CCtrlEdit changes do not affect CCtrlSpin position)George Hazan
2021-03-15fixes #2766 (Spin control suddenly returns previous position when called ↵George Hazan
from inside WM_NOTIFY)
2021-01-17Update copyrightsdartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, ↵George Hazan
not inside OnInitDialog)
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-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-01-01massive copyright updatedartraiden
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-04-05mir_core:George Hazan
- UI utils spread to separate modules, one module for one class; - class CCtrlRichEdit added