aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ...crupest2018-10-0427-857/+496
* Make text box use border delegate. Fix layout bug in margin container.crupest2018-10-028-78/+125
* 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-025-10/+43
* Add comment for BorderDelegate and add destructor for it.crupest2018-10-012-1/+10
* Create border delegate.crupest2018-09-306-72/+184
* Add PropertyChangedNotifyObject and BorderProperty.crupest2018-09-294-0/+145
* Fix relayout system.crupest2018-09-297-10/+66
* Create Border. Make text control relayout when text changed.crupest2018-09-274-3/+154
* ThrowIfFailed: string -> string_view.crupest2018-09-271-1/+1
* 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-2539-0/+5691