Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only relayout window when new size is not zero. | crupest | 2018-10-05 | 1 | -2/+3 |
| | |||||
* | ... | crupest | 2018-10-04 | 29 | -877/+500 |
| | |||||
* | Merge branch '9-border' into 'master' | Yuqian Yang | 2018-10-01 | 18 | -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. | crupest | 2018-10-02 | 8 | -78/+125 |
| | | |||||
| * | Make border use border delegate. | crupest | 2018-10-02 | 2 | -71/+19 |
| | | |||||
| * | Fix measure system of border. | crupest | 2018-10-02 | 6 | -14/+133 |
| | | |||||
| * | Make button use border delegate. | crupest | 2018-10-02 | 5 | -10/+43 |
| | | |||||
| * | Add comment for BorderDelegate and add destructor for it. | crupest | 2018-10-01 | 2 | -1/+10 |
| | | |||||
| * | Create border delegate. | crupest | 2018-09-30 | 8 | -76/+188 |
| | | |||||
| * | Add PropertyChangedNotifyObject and BorderProperty. | crupest | 2018-09-29 | 6 | -0/+153 |
|/ | |||||
* | Update README.md. | crupest | 2018-09-29 | 1 | -2/+7 |
| | |||||
* | Merge branch '8-fix-relayout' into 'master' | Yuqian Yang | 2018-09-29 | 7 | -10/+66 |
|\ | | | | | | | | | | | | | Resolve "Fix Relayout." Closes #8 See merge request crupest/CruUI!10 | ||||
| * | Fix relayout system. | crupest | 2018-09-29 | 7 | -10/+66 |
|/ | |||||
* | Merge branch '5-border' into 'master' | Yuqian Yang | 2018-09-27 | 7 | -4/+163 |
|\ | | | | | | | | | | | | | Resolve "Develop border." Closes #5 See merge request crupest/CruUI!7 | ||||
| * | Create Border. Make text control relayout when text changed. | crupest | 2018-09-27 | 6 | -3/+162 |
| | | |||||
| * | ThrowIfFailed: string -> string_view. | crupest | 2018-09-27 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'readme' into 'master' | Yuqian Yang | 2018-09-26 | 1 | -0/+8 |
|\ | | | | | | | | | Add README.md. See merge request crupest/CruUI!8 | ||||
| * | Add README.md. | crupest | 2018-09-26 | 1 | -0/+8 |
|/ | |||||
* | Merge branch 'ci' into 'master' | Yuqian Yang | 2018-09-25 | 1 | -3/+9 |
|\ | | | | | | | | | Update build script. Only rebuild when build failed. See merge request crupest/CruUI!6 | ||||
| * | Update build script. Only rebuild when build failed. | crupest | 2018-09-25 | 1 | -3/+9 |
|/ | |||||
* | Merge branch 'issue4-dev' into 'master' | Yuqian Yang | 2018-09-25 | 8 | -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. | crupest | 2018-09-25 | 5 | -210/+89 |
| | | |||||
| * | Merge branch 'master' into issue4-dev | crupest | 2018-09-25 | 48 | -254/+296 |
| |\ | |/ |/| | |||||
* | | Merge branch 'testing' into 'master' | Yuqian Yang | 2018-09-25 | 45 | -186/+172 |
|\ \ | | | | | | | | | | | | | Add CI. See merge request crupest/CruUI!5 | ||||
| * | | ... | crupest | 2018-09-25 | 1 | -0/+3 |
| | | | |||||
| * | | Change the structure of project. | crupest | 2018-09-25 | 44 | -224/+156 |
| | | | |||||
| * | | Update CMakeList.txt. | crupest | 2018-09-25 | 1 | -2/+1 |
| | | | |||||
| * | | Update ci.` | crupest | 2018-09-25 | 1 | -0/+2 |
| | | | |||||
| * | | Update ci. | crupest | 2018-09-25 | 2 | -1/+2 |
| | | | |||||
| * | | Update .gitlab-ci.yml | Yuqian Yang | 2018-09-24 | 1 | -5/+1 |
| | | | |||||
| * | | Develop ci. | crupest | 2018-09-25 | 4 | -2/+53 |
| | | | |||||
| * | | Add .gitlab-ci.yml . | Yuqian Yang | 2018-09-24 | 1 | -0/+2 |
|/ / | |||||
| * | Basically add text control. | crupest | 2018-09-24 | 6 | -348/+391 |
|/ | |||||
* | Merge branch 'textboxdev' into 'master' | Yuqian Yang | 2018-09-23 | 18 | -91/+576 |
|\ | | | | | | | | | TextBox develop. See merge request crupest/CruUI!2 | ||||
| * | Add left and right support. | crupest | 2018-09-24 | 3 | -3/+20 |
| | | |||||
| * | Develop basic function of textbox. | crupest | 2018-09-24 | 9 | -54/+105 |
| | | |||||
| * | Add keyboard events to control. | crupest | 2018-09-23 | 7 | -53/+169 |
| | | |||||
| * | Merge branch 'master' into textboxdev | crupest | 2018-09-23 | 5 | -1/+73 |
| |\ | |/ |/| | |||||
* | | Merge branch 'native_message_handler' into 'master' | Yuqian Yang | 2018-09-23 | 5 | -1/+73 |
|\ \ | | | | | | | | | | | | | Window native message event. See merge request crupest/CruUI!1 | ||||
| * | | Add native message handler event in Window. | crupest | 2018-09-23 | 5 | -1/+73 |
|/ / | |||||
| * | ... | crupest | 2018-09-23 | 4 | -0/+296 |
| | | |||||
| * | Add GetCaretBlinkDuration. | crupest | 2018-09-23 | 2 | -0/+9 |
| | | |||||
| * | Fix the file encoding. | crupest | 2018-09-23 | 1 | -2/+2 |
| | | |||||
| * | Move CreateDefaultTextFormat to graph. | crupest | 2018-09-23 | 4 | -20/+26 |
| | | |||||
| * | Move TextRange, make it constexpr and remove unused conversion function. | crupest | 2018-09-23 | 2 | -23/+13 |
|/ | |||||
* | Remove unused md file. | crupest | 2018-09-22 | 1 | -95/+0 |
| | |||||
* | Rename LayoutLength to LayoutSideParams. | crupest | 2018-09-22 | 7 | -29/+29 |
| | |||||
* | Done 3 things: | crupest | 2018-09-22 | 6 | -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. | crupest | 2018-09-22 | 6 | -2/+127 |
| | |||||
* | Add focus on pressed. | crupest | 2018-09-22 | 3 | -1/+13 |
| |