aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls/text_control.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dev code gen.crupest2018-11-131-6/+1
* Refactor predefine resources. Add check for dead recursion in singletons in d...crupest2018-11-101-2/+2
* Add predefine resource.crupest2018-11-091-6/+6
* Make all header *.hpp .crupest2018-11-071-4/+4
* 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-061-19/+39
* Add cursor for text control.crupest2018-11-051-7/+14
* Fix a bug in text control.crupest2018-11-051-2/+3
* ...crupest2018-11-051-17/+2
* 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