Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change some routed events handlers in subcontrols. | crupest | 2018-11-28 | 4 | -9/+16 | |
| | ||||||
* | Refactor event system. | crupest | 2018-11-28 | 16 | -915/+616 | |
| | ||||||
* | Add mouse wheel support. | crupest | 2018-11-27 | 7 | -2/+99 | |
| | ||||||
* | Reorganize headers and add memory leak check. | crupest | 2018-11-25 | 20 | -0/+60 | |
| | ||||||
* | Develop basic functions of ScrollControl. | crupest | 2018-11-25 | 8 | -33/+360 | |
| | ||||||
* | 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 | 5 | -9/+47 | |
| | ||||||
* | Add FrameLayout. | crupest | 2018-11-19 | 3 | -0/+64 | |
| | ||||||
* | Rename two methods in Control. | crupest | 2018-11-19 | 9 | -31/+31 | |
| | ||||||
* | Add fore/bakcground brush. | crupest | 2018-11-14 | 2 | -11/+51 | |
| | ||||||
* | 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 | 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 ↵ | crupest | 2018-11-10 | 12 | -158/+221 | |
| | | | | debug mode. | |||||
* | 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 | |
| |