aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update ci.crupest2018-10-231-3/+4
|
* Update ci.crupest2018-10-233-23/+28
|
* Set up CI with Azure Pipelinesazure-pipelines[bot]2018-10-231-0/+19
|
* Remove gitlab ci.crupest2018-10-231-9/+0
|
* Merge branch '6-shift-selection' into 'master'Yuqian Yang2018-10-065-20/+109
|\ | | | | | | | | | | | | Resolve "Add shift selection in text box." Closes #6 See merge request crupest/CruUI!14
| * Add shift selection, and fix the bug that caret is at wrong position when ↵crupest2018-10-075-20/+109
|/ | | | move with selection.
* Merge branch '13-debug-layout' into 'master'Yuqian Yang2018-10-069-29/+70
|\ | | | | | | | | | | | | Resolve "Add debug layout visual effect." Closes #13 See merge request crupest/CruUI!13
| * Add debug layout visual effects.crupest2018-10-068-25/+68
| |
| * Fix all Relayout to InvalidateLayout.crupest2018-10-063-4/+2
|/
* Merge branch '12-layout' into 'master'Yuqian Yang2018-10-0429-877/+508
|\ | | | | | | | | | | | | Resolve "Add padding, margin, border to Control." Closes #12 See merge request crupest/CruUI!12
| * 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-0429-877/+500
|/
* Merge branch '9-border' into 'master'Yuqian Yang2018-10-0118-126/+547
|\ | | | | | | | | | | | | Resolve "Abstract out border control of button and border." Closes #9 See merge request crupest/CruUI!11
| * 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-308-76/+188
| |
| * Add PropertyChangedNotifyObject and BorderProperty.crupest2018-09-296-0/+153
|/
* Update README.md.crupest2018-09-291-2/+7
|
* Merge branch '8-fix-relayout' into 'master'Yuqian Yang2018-09-297-10/+66
|\ | | | | | | | | | | | | Resolve "Fix Relayout." Closes #8 See merge request crupest/CruUI!10
| * Fix relayout system.crupest2018-09-297-10/+66
|/
* Merge branch '5-border' into 'master'Yuqian Yang2018-09-277-4/+163
|\ | | | | | | | | | | | | Resolve "Develop border." Closes #5 See merge request crupest/CruUI!7
| * Create Border. Make text control relayout when text changed.crupest2018-09-276-3/+162
| |
| * ThrowIfFailed: string -> string_view.crupest2018-09-271-1/+1
|/
* Merge branch 'readme' into 'master'Yuqian Yang2018-09-261-0/+8
|\ | | | | | | | | Add README.md. See merge request crupest/CruUI!8
| * Add README.md.crupest2018-09-261-0/+8
|/
* Merge branch 'ci' into 'master'Yuqian Yang2018-09-251-3/+9
|\ | | | | | | | | Update build script. Only rebuild when build failed. See merge request crupest/CruUI!6
| * Update build script. Only rebuild when build failed.crupest2018-09-251-3/+9
|/
* Merge branch 'issue4-dev' into 'master'Yuqian Yang2018-09-258-552/+530
|\ | | | | | | | | | | | | Resolve "Abstract out the common part of TextBlock and TextBox." Closes #4 See merge request crupest/CruUI!3
| * Make TextBox inherates TextControl. Add slection-related features to it.crupest2018-09-255-210/+89
| |
| * Merge branch 'master' into issue4-devcrupest2018-09-2548-254/+296
| |\ | |/ |/|
* | Merge branch 'testing' into 'master'Yuqian Yang2018-09-2545-186/+172
|\ \ | | | | | | | | | | | | Add CI. See merge request crupest/CruUI!5
| * | ...crupest2018-09-251-0/+3
| | |
| * | Change the structure of project.crupest2018-09-2544-224/+156
| | |
| * | Update CMakeList.txt.crupest2018-09-251-2/+1
| | |
| * | Update ci.`crupest2018-09-251-0/+2
| | |
| * | Update ci.crupest2018-09-252-1/+2
| | |
| * | Update .gitlab-ci.ymlYuqian Yang2018-09-241-5/+1
| | |
| * | Develop ci.crupest2018-09-254-2/+53
| | |
| * | Add .gitlab-ci.yml .Yuqian Yang2018-09-241-0/+2
|/ /
| * Basically add text control.crupest2018-09-246-348/+391
|/
* Merge branch 'textboxdev' into 'master'Yuqian Yang2018-09-2318-91/+576
|\ | | | | | | | | TextBox develop. See merge request crupest/CruUI!2
| * Add left and right support.crupest2018-09-243-3/+20
| |
| * Develop basic function of textbox.crupest2018-09-249-54/+105
| |
| * Add keyboard events to control.crupest2018-09-237-53/+169
| |
| * Merge branch 'master' into textboxdevcrupest2018-09-235-1/+73
| |\ | |/ |/|
* | Merge branch 'native_message_handler' into 'master'Yuqian Yang2018-09-235-1/+73
|\ \ | | | | | | | | | | | | Window native message event. See merge request crupest/CruUI!1