aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | ...crupest2018-12-112-374/+0
* | ...crupest2018-12-112-2/+67
* | ...crupest2018-12-109-37/+333
* | ...crupest2018-12-102-4/+91
* | Add single render objects.crupest2018-12-084-2/+312
|/
* Fix position cache bug.crupest2018-12-065-11/+45
* Done.crupest2018-12-0619-291/+456
* ...crupest2018-12-051-3/+3
* ...crupest2018-12-0513-302/+75
* Avoid search for ancestor in measure.crupest2018-12-0512-99/+50
* Remove IsNoHandler.crupest2018-12-052-15/+5
* Change some routed events handlers in subcontrols.crupest2018-11-284-9/+16
* Refactor event system.crupest2018-11-2818-922/+630
* Add mouse wheel support.crupest2018-11-277-2/+99
* Reorganize headers and add memory leak check.crupest2018-11-2534-12/+113
* Develop basic functions of ScrollControl.crupest2018-11-2511-65/+437
* Change clip to padding into clip content.crupest2018-11-254-40/+80
* Develop layout for ScrollViewcrupest2018-11-244-3/+235
* Improve hit test for clip.crupest2018-11-244-34/+29
* Add clip to padding.crupest2018-11-207-20/+53
* Add FrameLayout.crupest2018-11-194-1/+70
* Rename two methods in Control.crupest2018-11-1910-33/+33
* Add fore/bakcground brush.crupest2018-11-145-11/+62
* Add check for IsBordered.crupest2018-11-132-16/+37
* Add enhanced bound check.crupest2018-11-135-2/+44
* Dev code gen.crupest2018-11-132-12/+1
* Add popup menu. Fix a potential bug in window destroy.crupest2018-11-114-26/+85
* Fix the bug.crupest2018-11-113-421/+515
* Fix a bug that cause warnings.crupest2018-11-101-2/+2
* ...crupest2018-11-103-17/+55
* Refactor layout invalidation system.crupest2018-11-106-30/+32
* ...crupest2018-11-1010-64/+224
* Merge branch 'master' into listitemcrupest2018-11-102-14/+48
|\
| * Add foreground/background support.crupest2018-11-102-14/+48
* | ...crupest2018-11-102-0/+29
|/
* Develop parent window.crupest2018-11-103-17/+103
* Add parent window constructor.crupest2018-11-103-3/+21
* Fix the extension name of any_map.hppcrupest2018-11-104-3/+2
* Make god window a message-only window.crupest2018-11-103-5/+2
* Refactor predefine resources. Add check for dead recursion in singletons in d...crupest2018-11-1014-207/+236
* Add predefine resource.crupest2018-11-0918-130/+180
* Merge branch 'master' into theme-resourcecrupest2018-11-0915-72/+93
|\
| * Add singleton system.crupest2018-11-0915-72/+93
* | Add AnyMap.crupest2018-11-096-29/+159
|/
* Make all header *.hpp .crupest2018-11-0745-111/+111
* Fix bugs in release mode.crupest2018-11-072-3/+4
* Reformat codes.crupest2018-11-0713-2833/+2801
* Add min max.crupest2018-11-075-11/+61
* Improve layout system.crupest2018-11-077-62/+71
* Fix a bug in cursor.crupest2018-11-061-3/+3