aboutsummaryrefslogtreecommitdiff
path: root/demos/misc/window_management/control.gd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed demosJuan Linietsky2016-06-031-190/+0
| | | | they go to their own project now
* 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
| | | | | | | | | | | The scripts were streamlined using more or less the following conventions: - space after a comma in lists of arguments - space around weak operators (+, -), no space around strong operators (*, /) - space after a comment start (#) - removed trailing spaces or tabs, apart from those that delimit the function indentation level (those could be removed too but since they are added automatically by the editor when typing code, keeping them for now) - function blocks separate by two newlines The scene files were resaved with the (current) 2.0 format, and some scenes that were in XML format were converted to SCN, to be consistent across all demos.
* 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
| | | | | | -needs testing on Linux -needs testing on Windows -NEED SOMEONE TO IMPLEMENT IT ON OSX!! PLEASE HELP!
* removed up, down, left, right keys from the demo.hurikhan2015-03-081-12/+0
| | | | were used before for fast multiscreen setup testing.
* added Label_MouseGrab_KeyInfohurikhan2015-03-081-0/+3
|
* cleanup + MouseGrabhurikhan2015-02-121-0/+2
|
* * Cleanup for PRhurikhan2015-01-221-1/+67
| | | | * Demo shows a Dialog with not implemented methods at startup
* * fix compilation without scons experimental_wm_api=yeshurikhan2015-01-221-2/+4
| | | | * Extended the demo with an addional MouseGrab Test
* * cleanup window state handlinghurikhan2015-01-171-11/+17
| | | | * first attemps in handling ALT+TABa (WIP)
* added the following methods:hurikhan2015-01-171-7/+26
| | | | | | | * set_minimized(bool) * bool is_minimized() * set_maximized(bool) * bool is_maximized()
* 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