aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls/text_control.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add shift selection, and fix the bug that caret is at wrong position when mov...crupest2018-10-071-12/+1
* Fix all Relayout to InvalidateLayout.crupest2018-10-061-2/+1
* ...crupest2018-10-041-114/+6
* Make text box use border delegate. Fix layout bug in margin container.crupest2018-10-021-0/+70
* Create Border. Make text control relayout when text changed.crupest2018-09-271-0/+2
* Make TextBox inherates TextControl. Add slection-related features to it.crupest2018-09-251-3/+17
* Merge branch 'master' into issue4-devcrupest2018-09-251-0/+279