aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | Add native message handler event in Window.crupest2018-09-235-1/+73
|/ /
| * ...crupest2018-09-234-0/+296
| |
| * Add GetCaretBlinkDuration.crupest2018-09-232-0/+9
| |
| * Fix the file encoding.crupest2018-09-231-2/+2
| |
| * Move CreateDefaultTextFormat to graph.crupest2018-09-234-20/+26
| |
| * Move TextRange, make it constexpr and remove unused conversion function.crupest2018-09-232-23/+13
|/
* Remove unused md file.crupest2018-09-221-95/+0
|
* Rename LayoutLength to LayoutSideParams.crupest2018-09-227-29/+29
|
* Done 3 things:crupest2018-09-226-36/+38
| | | | | | 1. Add some helper functions for create controls with layout params. 2. Fix a bug in measure of linear layout. 3. Fix a bug in exception.
* Add MarginContainer.crupest2018-09-226-2/+127
|
* Add focus on pressed.crupest2018-09-223-1/+13
|
* Add button.crupest2018-09-228-16/+127
|
* Make some basic struct constexpr.crupest2018-09-211-16/+22
|
* Change the default layout pattern of control.crupest2018-09-213-32/+43
|
* Move alignment property into layout params.crupest2018-09-218-43/+34
|
* Add selectable switch in text block.crupest2018-09-213-2/+44
|
* Improve linear layout.crupest2018-09-2014-50/+217
|
* Change the macro controlling the debug control border.crupest2018-09-194-4/+8
|
* Improve linear layout. Add debug border visualization.crupest2018-09-1911-52/+152
|
* Add InvokeLater in KillTimer.crupest2018-09-191-1/+5
|
* Rename some event functions.crupest2018-09-196-30/+28
|
* finish animation!!!crupest2018-09-1921-351/+419
|
* I think I can't sleep well after this commit.crupest2018-09-1811-110/+418
| | | | Still a lot of bugs!!!