aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls/text_control.cpp
Commit message (Expand)AuthorAgeFilesLines
* ...crupest2019-03-201-196/+0
* ...crupest2019-03-201-55/+1
* Done.crupest2018-12-061-1/+1
* ...crupest2018-12-051-8/+7
* Avoid search for ancestor in measure.crupest2018-12-051-1/+1
* Change some routed events handlers in subcontrols.crupest2018-11-281-1/+1
* Refactor event system.crupest2018-11-281-106/+102
* Change clip to padding into clip content.crupest2018-11-251-1/+1
* Add clip to padding.crupest2018-11-201-0/+2
* Rename two methods in Control.crupest2018-11-191-9/+9
* 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