aboutsummaryrefslogtreecommitdiff
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* Add shift selection, and fix the bug that caret is at wrong position when ↵crupest2018-10-075-20/+109
| | | | move with selection.
* Add debug layout visual effects.crupest2018-10-064-15/+47
|
* Fix all Relayout to InvalidateLayout.crupest2018-10-063-4/+2
|
* Fix several headache bugs.crupest2018-10-053-11/+18
|
* Only relayout window when new size is not zero.crupest2018-10-051-2/+3
|
* ...crupest2018-10-0424-834/+472
|
* 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-026-14/+133
|
* 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-305-70/+182
|
* Add PropertyChangedNotifyObject and BorderProperty.crupest2018-09-292-0/+95
|
* Fix relayout system.crupest2018-09-297-10/+66
|
* 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-2524-0/+4321