Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | ||||||
* | Add button. | crupest | 2018-09-22 | 8 | -16/+127 | |
| | ||||||
* | Make some basic struct constexpr. | crupest | 2018-09-21 | 1 | -16/+22 | |
| | ||||||
* | Change the default layout pattern of control. | crupest | 2018-09-21 | 3 | -32/+43 | |
| | ||||||
* | Move alignment property into layout params. | crupest | 2018-09-21 | 8 | -43/+34 | |
| | ||||||
* | Add selectable switch in text block. | crupest | 2018-09-21 | 3 | -2/+44 | |
| | ||||||
* | Improve linear layout. | crupest | 2018-09-20 | 14 | -50/+217 | |
| | ||||||
* | Change the macro controlling the debug control border. | crupest | 2018-09-19 | 4 | -4/+8 | |
| | ||||||
* | Improve linear layout. Add debug border visualization. | crupest | 2018-09-19 | 11 | -52/+152 | |
| | ||||||
* | Add InvokeLater in KillTimer. | crupest | 2018-09-19 | 1 | -1/+5 | |
| | ||||||
* | Rename some event functions. | crupest | 2018-09-19 | 6 | -30/+28 | |
| | ||||||
* | finish animation!!! | crupest | 2018-09-19 | 21 | -351/+419 | |
| | ||||||
* | I think I can't sleep well after this commit. | crupest | 2018-09-18 | 11 | -110/+418 | |
| | | | | Still a lot of bugs!!! | |||||
* | Develop toggle button. | crupest | 2018-09-16 | 18 | -124/+386 | |
| | ||||||
* | ... | crupest | 2018-09-15 | 5 | -7/+76 | |
| | ||||||
* | ... | crupest | 2018-09-14 | 5 | -33/+98 | |
| | ||||||
* | ... | crupest | 2018-09-14 | 2 | -8/+2 | |
| | ||||||
* | ... | crupest | 2018-09-13 | 2 | -3/+4 | |
| | ||||||
* | ... | crupest | 2018-09-13 | 6 | -44/+52 | |
| | ||||||
* | ... | crupest | 2018-09-13 | 5 | -30/+30 | |
| | ||||||
* | ... | crupest | 2018-09-13 | 4 | -3/+55 | |
| | ||||||
* | ... | crupest | 2018-09-13 | 5 | -67/+127 | |
| | ||||||
* | Update gitignore. | crupest | 2018-09-12 | 1 | -4/+12 | |
| | ||||||
* | ... | crupest | 2018-09-12 | 7 | -75/+253 | |
| | | | | Never use PostMessage with hwnd as null!!!!!!!!!!!!!!!!!!!!!!!! | |||||
* | ... | crupest | 2018-09-11 | 3 | -7/+54 | |
| | ||||||
* | ... | crupest | 2018-09-11 | 2 | -1/+2 | |
| |