Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove IsNoHandler. | crupest | 2018-12-05 | 2 | -15/+5 | |
| | ||||||
* | Change some routed events handlers in subcontrols. | crupest | 2018-11-28 | 4 | -9/+16 | |
| | ||||||
* | Refactor event system. | crupest | 2018-11-28 | 18 | -922/+630 | |
| | ||||||
* | Add mouse wheel support. | crupest | 2018-11-27 | 7 | -2/+99 | |
| | ||||||
* | Reorganize headers and add memory leak check. | crupest | 2018-11-25 | 34 | -12/+113 | |
| | ||||||
* | Develop basic functions of ScrollControl. | crupest | 2018-11-25 | 11 | -65/+437 | |
| | ||||||
* | Change clip to padding into clip content. | crupest | 2018-11-25 | 4 | -40/+80 | |
| | ||||||
* | Develop layout for ScrollView | crupest | 2018-11-24 | 4 | -3/+235 | |
| | ||||||
* | Improve hit test for clip. | crupest | 2018-11-24 | 4 | -34/+29 | |
| | ||||||
* | Add clip to padding. | crupest | 2018-11-20 | 7 | -20/+53 | |
| | ||||||
* | Add FrameLayout. | crupest | 2018-11-19 | 4 | -1/+70 | |
| | ||||||
* | Rename two methods in Control. | crupest | 2018-11-19 | 10 | -33/+33 | |
| | ||||||
* | Add fore/bakcground brush. | crupest | 2018-11-14 | 5 | -11/+62 | |
| | ||||||
* | Add check for IsBordered. | crupest | 2018-11-13 | 2 | -16/+37 | |
| | ||||||
* | Add enhanced bound check. | crupest | 2018-11-13 | 5 | -2/+44 | |
| | ||||||
* | Dev code gen. | crupest | 2018-11-13 | 2 | -12/+1 | |
| | ||||||
* | Add popup menu. Fix a potential bug in window destroy. | crupest | 2018-11-11 | 4 | -26/+85 | |
| | ||||||
* | Fix the bug. | crupest | 2018-11-11 | 3 | -421/+515 | |
| | ||||||
* | Fix a bug that cause warnings. | crupest | 2018-11-10 | 1 | -2/+2 | |
| | ||||||
* | ... | crupest | 2018-11-10 | 3 | -17/+55 | |
| | ||||||
* | Refactor layout invalidation system. | crupest | 2018-11-10 | 6 | -30/+32 | |
| | ||||||
* | ... | crupest | 2018-11-10 | 10 | -64/+224 | |
| | ||||||
* | 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 | 3 | -17/+103 | |
| | ||||||
* | Add parent window constructor. | crupest | 2018-11-10 | 3 | -3/+21 | |
| | ||||||
* | Fix the extension name of any_map.hpp | crupest | 2018-11-10 | 4 | -3/+2 | |
| | ||||||
* | Make god window a message-only window. | crupest | 2018-11-10 | 3 | -5/+2 | |
| | ||||||
* | Refactor predefine resources. Add check for dead recursion in singletons in ↵ | crupest | 2018-11-10 | 14 | -207/+236 | |
| | | | | debug mode. | |||||
* | Add predefine resource. | crupest | 2018-11-09 | 18 | -130/+180 | |
| | ||||||
* | Merge branch 'master' into theme-resource | crupest | 2018-11-09 | 15 | -72/+93 | |
|\ | ||||||
| * | Add singleton system. | crupest | 2018-11-09 | 15 | -72/+93 | |
| | | ||||||
* | | Add AnyMap. | crupest | 2018-11-09 | 6 | -29/+159 | |
|/ | ||||||
* | Make all header *.hpp . | crupest | 2018-11-07 | 45 | -111/+111 | |
| | ||||||
* | Fix bugs in release mode. | crupest | 2018-11-07 | 2 | -3/+4 | |
| | ||||||
* | Reformat codes. | crupest | 2018-11-07 | 13 | -2833/+2801 | |
| | ||||||
* | Add min max. | crupest | 2018-11-07 | 5 | -11/+61 | |
| | ||||||
* | Improve layout system. | crupest | 2018-11-07 | 7 | -62/+71 | |
| | ||||||
* | Fix a bug in cursor. | crupest | 2018-11-06 | 1 | -3/+3 | |
| | ||||||
* | ... | crupest | 2018-11-06 | 1 | -4/+4 | |
| | ||||||
* | 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 | 8 | -41/+78 | |
| | ||||||
* | Add cursor for text control. | crupest | 2018-11-05 | 1 | -7/+14 | |
| | ||||||
* | Develop cursor. | crupest | 2018-11-05 | 8 | -16/+85 | |
| | ||||||
* | ... | 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 | 3 | -9/+10 | |
| |