Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename two methods in control. | crupest | 2018-11-06 | 5 | -7/+7 |
| | |||||
* | Add validation check for Window::GetMousePoint. | crupest | 2018-11-06 | 1 | -0/+2 |
| | |||||
* | Dev cursor for textbox. | crupest | 2018-11-06 | 7 | -37/+75 |
| | |||||
* | Add cursor for text control. | crupest | 2018-11-05 | 1 | -7/+14 |
| | |||||
* | Develop cursor. | crupest | 2018-11-05 | 7 | -11/+82 |
| | |||||
* | ... | 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 | 2 | -7/+10 |
| | |||||
* | ... | crupest | 2018-11-05 | 17 | -346/+254 |
| | |||||
* | ... | crupest | 2018-11-05 | 2 | -4/+25 |
| | |||||
* | Add cursor. | crupest | 2018-10-07 | 3 | -0/+57 |
| | |||||
* | Add shift selection, and fix the bug that caret is at wrong position when ↵ | crupest | 2018-10-07 | 5 | -20/+109 |
| | | | | move with selection. | ||||
* | Add debug layout visual effects. | crupest | 2018-10-06 | 4 | -15/+47 |
| | |||||
* | Fix all Relayout to InvalidateLayout. | crupest | 2018-10-06 | 3 | -4/+2 |
| | |||||
* | 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 | 24 | -834/+472 |
| | |||||
* | Make text box use border delegate. Fix layout bug in margin container. | crupest | 2018-10-02 | 7 | -75/+115 |
| | |||||
* | 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 | 4 | -10/+35 |
| | |||||
* | Add comment for BorderDelegate and add destructor for it. | crupest | 2018-10-01 | 2 | -1/+10 |
| | |||||
* | Create border delegate. | crupest | 2018-09-30 | 5 | -70/+182 |
| | |||||
* | Add PropertyChangedNotifyObject and BorderProperty. | crupest | 2018-09-29 | 2 | -0/+95 |
| | |||||
* | Fix relayout system. | crupest | 2018-09-29 | 7 | -10/+66 |
| | |||||
* | Create Border. Make text control relayout when text changed. | crupest | 2018-09-27 | 3 | -0/+145 |
| | |||||
* | 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 | 4 | -348/+383 |
| | |||||
* | Change the structure of project. | crupest | 2018-09-25 | 24 | -0/+4321 |