aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls
Commit message (Collapse)AuthorAgeFilesLines
...
* Develop layout for ScrollViewcrupest2018-11-242-0/+231
|
* Add clip to padding.crupest2018-11-201-0/+2
|
* Add FrameLayout.crupest2018-11-192-0/+49
|
* Rename two methods in Control.crupest2018-11-195-17/+17
|
* Dev code gen.crupest2018-11-132-12/+1
|
* Add popup menu. Fix a potential bug in window destroy.crupest2018-11-112-0/+78
|
* Fix the bug.crupest2018-11-111-0/+19
|
* ...crupest2018-11-102-2/+102
|
* ...crupest2018-11-102-0/+29
|
* Refactor predefine resources. Add check for dead recursion in singletons in ↵crupest2018-11-105-19/+18
| | | | debug mode.
* Add predefine resource.crupest2018-11-097-47/+32
|
* Add singleton system.crupest2018-11-091-0/+1
|
* Make all header *.hpp .crupest2018-11-0712-22/+22
|
* Reformat codes.crupest2018-11-071-13/+7
|
* Add min max.crupest2018-11-071-0/+2
|
* Improve layout system.crupest2018-11-072-18/+15
|
* Fix a bug in cursor.crupest2018-11-061-3/+3
|
* Rename two methods in control.crupest2018-11-061-1/+1
|
* Dev cursor for textbox.crupest2018-11-062-19/+42
|
* Add cursor for text control.crupest2018-11-051-7/+14
|
* Develop cursor.crupest2018-11-051-0/+2
|
* Add control type.crupest2018-11-0510-29/+68
|
* Fix a bug in text control.crupest2018-11-051-2/+3
|
* ...crupest2018-11-058-88/+61
|
* Add shift selection, and fix the bug that caret is at wrong position when ↵crupest2018-10-073-18/+73
| | | | move with selection.
* Fix all Relayout to InvalidateLayout.crupest2018-10-061-2/+1
|
* Fix several headache bugs.crupest2018-10-051-1/+1
|
* ...crupest2018-10-0416-644/+66
|
* Make text box use border delegate. Fix layout bug in margin container.crupest2018-10-027-75/+115
|
* Make border use border delegate.crupest2018-10-022-71/+19
|
* Fix measure system of border.crupest2018-10-024-14/+17
|
* Make button use border delegate.crupest2018-10-024-10/+35
|
* Add comment for BorderDelegate and add destructor for it.crupest2018-10-012-1/+10
|
* Create border delegate.crupest2018-09-304-63/+175
|
* Add PropertyChangedNotifyObject and BorderProperty.crupest2018-09-292-0/+95
|
* Fix relayout system.crupest2018-09-291-1/+1
|
* Create Border. Make text control relayout when text changed.crupest2018-09-273-0/+145
|
* Make TextBox inherates TextControl. Add slection-related features to it.crupest2018-09-255-210/+89
|
* Merge branch 'master' into issue4-devcrupest2018-09-254-348/+383
|
* Change the structure of project.crupest2018-09-2512-0/+1339