aboutsummaryrefslogtreecommitdiff
path: root/demos/misc/window_management/control.gd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed demosJuan Linietsky2016-06-031-190/+0
* window management demo: show screen dpiAndreas Haas2016-05-301-0/+4
* Use upper-cased first letter at the start of comment sentencesRémi Verschelde2015-12-091-1/+1
* Improve code formatting and update to 2.0Rémi Verschelde2015-12-091-42/+43
* window_management input fixhurikhan2015-05-061-1/+9
* adjust the window_management demo to the new function nameshurikhan2015-03-231-27/+27
* fixes to new window management APIJuan Linietsky2015-03-221-19/+19
* removed up, down, left, right keys from the demo.hurikhan2015-03-081-12/+0
* added Label_MouseGrab_KeyInfohurikhan2015-03-081-0/+3
* cleanup + MouseGrabhurikhan2015-02-121-0/+2
* * Cleanup for PRhurikhan2015-01-221-1/+67
* * fix compilation without scons experimental_wm_api=yeshurikhan2015-01-221-2/+4
* * cleanup window state handlinghurikhan2015-01-171-11/+17
* added the following methods:hurikhan2015-01-171-7/+26
* rearrange the demohurikhan2015-01-161-3/+1
* WIP -- set_resizable() + is_resizable addedhurikhan2015-01-151-2/+26
* get_screen() + set_screen() addedhurikhan2015-01-141-1/+26
* Using Xinerama extension for getting screen infohurikhan2015-01-131-1/+1
* get_screen_position() addedhurikhan2015-01-131-3/+8
* Demo misc/window_management addedhurikhan2015-01-111-0/+39