Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dev code gen. | crupest | 2018-11-13 | 2 | -12/+1 |
* | Add popup menu. Fix a potential bug in window destroy. | crupest | 2018-11-11 | 3 | -1/+79 |
* | Fix the bug. | crupest | 2018-11-11 | 2 | -419/+510 |
* | Fix a bug that cause warnings. | crupest | 2018-11-10 | 1 | -2/+2 |
* | ... | crupest | 2018-11-10 | 2 | -16/+53 |
* | Refactor layout invalidation system. | crupest | 2018-11-10 | 5 | -28/+31 |
* | ... | crupest | 2018-11-10 | 9 | -62/+197 |
* | Merge branch 'master' into listitem | crupest | 2018-11-10 | 2 | -14/+48 |
|\ | |||||
| * | Add foreground/background support. | crupest | 2018-11-10 | 2 | -14/+48 |
* | | ... | crupest | 2018-11-10 | 2 | -0/+29 |
|/ | |||||
* | Develop parent window. | crupest | 2018-11-10 | 2 | -7/+69 |
* | Add parent window constructor. | crupest | 2018-11-10 | 2 | -2/+13 |
* | Fix the extension name of any_map.hpp | crupest | 2018-11-10 | 1 | -1/+1 |
* | Make god window a message-only window. | crupest | 2018-11-10 | 1 | -1/+0 |
* | Refactor predefine resources. Add check for dead recursion in singletons in d... | crupest | 2018-11-10 | 12 | -158/+221 |
* | Add predefine resource. | crupest | 2018-11-09 | 13 | -67/+173 |
* | Merge branch 'master' into theme-resource | crupest | 2018-11-09 | 8 | -18/+39 |
|\ | |||||
| * | Add singleton system. | crupest | 2018-11-09 | 8 | -18/+39 |
* | | Add AnyMap. | crupest | 2018-11-09 | 3 | -29/+18 |
|/ | |||||
* | Make all header *.hpp . | crupest | 2018-11-07 | 28 | -70/+70 |
* | Reformat codes. | crupest | 2018-11-07 | 11 | -2482/+2453 |
* | Add min max. | crupest | 2018-11-07 | 3 | -11/+26 |
* | Improve layout system. | crupest | 2018-11-07 | 4 | -55/+51 |
* | Fix a bug in cursor. | crupest | 2018-11-06 | 1 | -3/+3 |
* | 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 mov... | crupest | 2018-10-07 | 5 | -20/+109 |
* | 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 |