aboutsummaryrefslogtreecommitdiff
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-113-1/+79
|
* Fix the bug.crupest2018-11-112-419/+510
|
* Fix a bug that cause warnings.crupest2018-11-101-2/+2
|
* ...crupest2018-11-102-16/+53
|
* Refactor layout invalidation system.crupest2018-11-105-28/+31
|
* ...crupest2018-11-109-62/+197
|
* 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-102-7/+69
|
* Add parent window constructor.crupest2018-11-102-2/+13
|
* Fix the extension name of any_map.hppcrupest2018-11-101-1/+1
|
* Make god window a message-only window.crupest2018-11-101-1/+0
|
* Refactor predefine resources. Add check for dead recursion in singletons in ↵crupest2018-11-1012-158/+221
| | | | debug mode.
* Add predefine resource.crupest2018-11-0913-67/+173
|
* Merge branch 'master' into theme-resourcecrupest2018-11-098-18/+39
|\
| * Add singleton system.crupest2018-11-098-18/+39
| |
* | Add AnyMap.crupest2018-11-093-29/+18
|/
* Make all header *.hpp .crupest2018-11-0728-70/+70
|
* Reformat codes.crupest2018-11-0711-2482/+2453
|
* Add min max.crupest2018-11-073-11/+26
|
* Improve layout system.crupest2018-11-074-55/+51
|
* Fix a bug in cursor.crupest2018-11-061-3/+3
|
* 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-067-37/+75
|
* Add cursor for text control.crupest2018-11-051-7/+14
|
* Develop cursor.crupest2018-11-057-11/+82
|
* ...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-052-7/+10
|
* ...crupest2018-11-0517-346/+254
|
* ...crupest2018-11-052-4/+25
|
* Add cursor.crupest2018-10-073-0/+57
|
* Add shift selection, and fix the bug that caret is at wrong position when ↵crupest2018-10-075-20/+109
| | | | move with selection.
* Add debug layout visual effects.crupest2018-10-064-15/+47
|
* 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-0424-834/+472
|
* Make text box use border delegate. Fix layout bug in margin container.crupest2018-10-027-75/+115
|
* 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-024-10/+35
|
* Add comment for BorderDelegate and add destructor for it.crupest2018-10-012-1/+10
|
* Create border delegate.crupest2018-09-305-70/+182
|