Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add cursor for text control. | crupest | 2018-11-05 | 1 | -7/+14 | |
* | Develop cursor. | crupest | 2018-11-05 | 8 | -16/+85 | |
* | ... | crupest | 2018-11-05 | 1 | -0/+2 | |
* | ... | crupest | 2018-11-05 | 2 | -0/+7 | |
* | Add control type. | crupest | 2018-11-05 | 11 | -31/+69 | |
* | Fix a bug in text control. | crupest | 2018-11-05 | 3 | -9/+10 | |
* | ... | crupest | 2018-11-05 | 32 | -558/+477 | |
* | ... | crupest | 2018-11-05 | 3 | -9/+37 | |
* | Merge branch 'master' into 3-cursor | crupest | 2018-10-23 | 2 | -26/+0 | |
|\ | ||||||
| * | Remove ci. | crupest | 2018-10-23 | 2 | -26/+0 | |
* | | Merge branch 'master' into 3-cursor | crupest | 2018-10-23 | 1 | -5/+0 | |
|\| | ||||||
| * | Update readme. | crupest | 2018-10-23 | 1 | -5/+0 | |
* | | Merge branch 'master' into 3-cursor | crupest | 2018-10-23 | 4 | -22/+47 | |
|\| | ||||||
| * | Update readme. | crupest | 2018-10-23 | 1 | -1/+1 | |
| * | Update ci. | crupest | 2018-10-23 | 1 | -3/+4 | |
| * | Update ci. | crupest | 2018-10-23 | 3 | -23/+28 | |
| * | Set up CI with Azure Pipelines | azure-pipelines[bot] | 2018-10-23 | 1 | -0/+19 | |
* | | Merge branch 'master' into 3-cursor | crupest | 2018-10-23 | 1 | -9/+0 | |
|\| | ||||||
| * | Remove gitlab ci. | crupest | 2018-10-23 | 1 | -9/+0 | |
* | | Add cursor. | crupest | 2018-10-07 | 6 | -3/+80 | |
|/ | ||||||
* | Merge branch '6-shift-selection' into 'master' | Yuqian Yang | 2018-10-06 | 5 | -20/+109 | |
|\ | ||||||
| * | Add shift selection, and fix the bug that caret is at wrong position when mov... | crupest | 2018-10-07 | 5 | -20/+109 | |
|/ | ||||||
* | Merge branch '13-debug-layout' into 'master' | Yuqian Yang | 2018-10-06 | 9 | -29/+70 | |
|\ | ||||||
| * | Add debug layout visual effects. | crupest | 2018-10-06 | 8 | -25/+68 | |
| * | Fix all Relayout to InvalidateLayout. | crupest | 2018-10-06 | 3 | -4/+2 | |
|/ | ||||||
* | Merge branch '12-layout' into 'master' | Yuqian Yang | 2018-10-04 | 29 | -877/+508 | |
|\ | ||||||
| * | Fix several headache bugs. | crupest | 2018-10-05 | 3 | -11/+18 | |
| * | 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 | |
|\ | ||||||
| * | 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 | |
|\ | ||||||
| * | Fix relayout system. | crupest | 2018-09-29 | 7 | -10/+66 | |
|/ | ||||||
* | Merge branch '5-border' into 'master' | Yuqian Yang | 2018-09-27 | 7 | -4/+163 | |
|\ | ||||||
| * | 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. | 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. | crupest | 2018-09-25 | 1 | -3/+9 | |
|/ | ||||||
* | Merge branch 'issue4-dev' into 'master' | Yuqian Yang | 2018-09-25 | 8 | -552/+530 | |
|\ | ||||||
| * | 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 | |
| |\ | |/ |/| |