aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix bugs in release mode.crupest2018-11-072-3/+4
| |
| * Reformat codes.crupest2018-11-0713-2833/+2801
| |
| * Add min max.crupest2018-11-075-11/+61
| |
| * Improve layout system.crupest2018-11-079-66/+79
|/
* Update CruUI.vcxprojcrupest2018-11-061-6/+2
|
* Update azure-pipelines.ymlcrupest2018-11-061-4/+4
|
* Add badge in README.crupest2018-11-061-0/+2
|
* Fix a bug in cursor.crupest2018-11-061-3/+3
|
* ...crupest2018-11-062-8/+16
|
* Update azure-pipelines.ymlcrupest2018-11-061-7/+7
|
* Update azure-pipelines.ymlcrupest2018-11-061-24/+108
|
* Update variables.crupest2018-11-061-2/+2
|
* Rename artifact name.crupest2018-11-061-1/+1
|
* Set up CI with Azure Pipelinesazure-pipelines[bot]2018-11-061-0/+29
|
* Rename two methods in control.crupest2018-11-065-7/+7
|
* Add validation check for Window::GetMousePoint.crupest2018-11-061-0/+2
|
* Dev cursor for textbox.crupest2018-11-068-41/+78
|
* Remove unused scripts.crupest2018-11-051-21/+0
|
* Add cursor for text control.crupest2018-11-051-7/+14
|
* Develop cursor.crupest2018-11-058-16/+85
|
* ...crupest2018-11-051-0/+2
|
* ...crupest2018-11-052-0/+7
|
* Add control type.crupest2018-11-0511-31/+69
|
* Fix a bug in text control.crupest2018-11-053-9/+10
|
* ...crupest2018-11-0532-558/+477
|
* ...crupest2018-11-053-9/+37
|
* Merge branch 'master' into 3-cursorcrupest2018-10-232-26/+0
|\
| * Remove ci.crupest2018-10-232-26/+0
| |
* | Merge branch 'master' into 3-cursorcrupest2018-10-231-5/+0
|\|
| * Update readme.crupest2018-10-231-5/+0
| |
* | Merge branch 'master' into 3-cursorcrupest2018-10-234-22/+47
|\|
| * Update readme.crupest2018-10-231-1/+1
| |
| * 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
| |
* | Merge branch 'master' into 3-cursorcrupest2018-10-231-9/+0
|\|
| * Remove gitlab ci.crupest2018-10-231-9/+0
| |
* | Add cursor.crupest2018-10-076-3/+80
|/
* 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
| |