aboutsummaryrefslogtreecommitdiff
path: root/CruUI/ui
Commit message (Collapse)AuthorAgeFilesLines
* Change the structure of project.crupest2018-09-2524-4321/+0
|
* Add left and right support.crupest2018-09-242-0/+17
|
* Develop basic function of textbox.crupest2018-09-245-48/+84
|
* Add keyboard events to control.crupest2018-09-237-53/+169
|
* Merge branch 'master' into textboxdevcrupest2018-09-233-1/+58
|\
| * Add native message handler event in Window.crupest2018-09-233-1/+58
| |
* | ...crupest2018-09-232-0/+288
| |
* | Move CreateDefaultTextFormat to graph.crupest2018-09-232-20/+5
| |
* | Move TextRange, make it constexpr and remove unused conversion function.crupest2018-09-232-23/+13
|/
* Rename LayoutLength to LayoutSideParams.crupest2018-09-226-22/+22
|
* Done 3 things:crupest2018-09-224-6/+25
| | | | | | 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-223-0/+115
|
* Add focus on pressed.crupest2018-09-223-1/+13
|
* Add button.crupest2018-09-225-6/+99
|
* Make some basic struct constexpr.crupest2018-09-211-16/+22
|
* Change the default layout pattern of control.crupest2018-09-212-31/+42
|
* Move alignment property into layout params.crupest2018-09-217-36/+26
|
* Add selectable switch in text block.crupest2018-09-212-1/+38
|
* Improve linear layout.crupest2018-09-209-42/+159
|
* Change the macro controlling the debug control border.crupest2018-09-191-1/+1
|
* Improve linear layout. Add debug border visualization.crupest2018-09-198-46/+118
|
* Rename some event functions.crupest2018-09-196-30/+28
|
* finish animation!!!crupest2018-09-198-197/+266
|
* I think I can't sleep well after this commit.crupest2018-09-184-4/+264
| | | | Still a lot of bugs!!!
* Develop toggle button.crupest2018-09-1613-124/+351
|
* ...crupest2018-09-153-6/+45
|
* ...crupest2018-09-145-33/+98
|
* ...crupest2018-09-142-8/+2
|
* ...crupest2018-09-132-3/+4
|
* ...crupest2018-09-136-44/+52
|
* ...crupest2018-09-135-30/+30
|
* ...crupest2018-09-134-3/+55
|
* ...crupest2018-09-132-1/+27
|
* ...crupest2018-09-124-51/+195
| | | | Never use PostMessage with hwnd as null!!!!!!!!!!!!!!!!!!!!!!!!
* ...crupest2018-09-113-7/+54
|
* ...crupest2018-09-111-1/+1
|
* ...crupest2018-09-103-19/+9
|
* ...crupest2018-09-108-222/+283
|
* ...crupest2018-09-089-16/+144
|
* ...crupest2018-09-071-1/+1
|
* ...crupest2018-09-074-6/+113
|
* ...crupest2018-09-045-31/+90
|
* ...crupest2018-09-042-0/+61
|
* ...crupest2018-09-044-78/+64
|
* ...crupest2018-09-026-549/+647
|
* ...crupest2018-09-023-101/+58
|
* ...crupest2018-09-022-12/+49
|
* Initial commitcrupest2018-09-019-0/+1946