aboutsummaryrefslogtreecommitdiff
path: root/src/ui/window.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ...crupest2019-03-311-153/+1
|
* ...crupest2019-03-241-26/+30
|
* ...crupest2019-03-241-13/+9
|
* ...crupest2019-03-231-21/+2
|
* Change all error handling.crupest2019-03-211-15/+10
|
* ...crupest2019-03-211-0/+86
|
* ...crupest2019-03-211-658/+536
|
* ...crupest2019-03-191-23/+0
|
* Fix position cache bug.crupest2018-12-061-1/+1
|
* Done.crupest2018-12-061-3/+13
|
* ...crupest2018-12-051-8/+3
|
* Avoid search for ancestor in measure.crupest2018-12-051-2/+2
|
* Remove IsNoHandler.crupest2018-12-051-8/+5
|
* Refactor event system.crupest2018-11-281-15/+15
|
* Add mouse wheel support.crupest2018-11-271-0/+22
|
* Improve hit test for clip.crupest2018-11-241-20/+3
|
* Rename two methods in Control.crupest2018-11-191-2/+2
|
* Add enhanced bound check.crupest2018-11-131-0/+5
|
* Add popup menu. Fix a potential bug in window destroy.crupest2018-11-111-1/+1
|
* ...crupest2018-11-101-11/+46
|
* Refactor layout invalidation system.crupest2018-11-101-1/+23
|
* Develop parent window.crupest2018-11-101-4/+44
|
* Add parent window constructor.crupest2018-11-101-2/+12
|
* Add singleton system.crupest2018-11-091-7/+15
|
* Make all header *.hpp .crupest2018-11-071-5/+5
|
* Reformat codes.crupest2018-11-071-520/+517
|
* Rename two methods in control.crupest2018-11-061-1/+1
|
* Add validation check for Window::GetMousePoint.crupest2018-11-061-0/+2
|
* Develop cursor.crupest2018-11-051-0/+39
|
* ...crupest2018-11-051-0/+5
|
* ...crupest2018-11-051-7/+4
|
* Add debug layout visual effects.crupest2018-10-061-4/+4
|
* Fix all Relayout to InvalidateLayout.crupest2018-10-061-1/+1
|
* Fix several headache bugs.crupest2018-10-051-2/+2
|
* Only relayout window when new size is not zero.crupest2018-10-051-2/+3
|
* ...crupest2018-10-041-3/+3
|
* Fix relayout system.crupest2018-09-291-0/+16
|
* Change the structure of project.crupest2018-09-251-0/+606