aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* ...crupest2018-11-061-4/+4
* Rename two methods in control.crupest2018-11-065-7/+7
* Add validation check for Window::GetMousePoint.crupest2018-11-061-0/+2
* Dev cursor for textbox.crupest2018-11-068-41/+78
* Add cursor for text control.crupest2018-11-051-7/+14
* Develop cursor.crupest2018-11-058-16/+85
* ...crupest2018-11-051-0/+2
* ...crupest2018-11-052-0/+7
* Add control type.crupest2018-11-0511-31/+69
* Fix a bug in text control.crupest2018-11-053-9/+10
* ...crupest2018-11-0530-558/+473
* ...crupest2018-11-053-9/+37
* Add cursor.crupest2018-10-074-0/+72
* Add shift selection, and fix the bug that caret is at wrong position when mov...crupest2018-10-075-20/+109
* Add debug layout visual effects.crupest2018-10-068-25/+68
* Fix all Relayout to InvalidateLayout.crupest2018-10-063-4/+2
* Fix several headache bugs.crupest2018-10-053-11/+18
* Only relayout window when new size is not zero.crupest2018-10-051-2/+3
* ...crupest2018-10-0427-857/+496
* Make text box use border delegate. Fix layout bug in margin container.crupest2018-10-028-78/+125
* Make border use border delegate.crupest2018-10-022-71/+19
* Fix measure system of border.crupest2018-10-026-14/+133
* Make button use border delegate.crupest2018-10-025-10/+43
* Add comment for BorderDelegate and add destructor for it.crupest2018-10-012-1/+10
* Create border delegate.crupest2018-09-306-72/+184
* Add PropertyChangedNotifyObject and BorderProperty.crupest2018-09-294-0/+145
* Fix relayout system.crupest2018-09-297-10/+66
* Create Border. Make text control relayout when text changed.crupest2018-09-274-3/+154
* ThrowIfFailed: string -> string_view.crupest2018-09-271-1/+1
* Make TextBox inherates TextControl. Add slection-related features to it.crupest2018-09-255-210/+89
* Merge branch 'master' into issue4-devcrupest2018-09-254-348/+383
* Change the structure of project.crupest2018-09-2539-0/+5691