summaryrefslogtreecommitdiff
path: root/demos/misc/window_management/control.gd
AgeCommit message (Collapse)Author
2016-06-03Removed demosJuan Linietsky
they go to their own project now
2016-05-30window management demo: show screen dpiAndreas Haas
2015-12-09Use upper-cased first letter at the start of comment sentencesRémi Verschelde
2015-12-09Improve code formatting and update to 2.0Rémi Verschelde
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.
2015-05-06window_management input fixhurikhan
2015-03-23adjust the window_management demo to the new function nameshurikhan
2015-03-22fixes to new window management APIJuan Linietsky
-needs testing on Linux -needs testing on Windows -NEED SOMEONE TO IMPLEMENT IT ON OSX!! PLEASE HELP!
2015-03-08removed up, down, left, right keys from the demo.hurikhan
were used before for fast multiscreen setup testing.
2015-03-08added Label_MouseGrab_KeyInfohurikhan
2015-02-12cleanup + MouseGrabhurikhan
2015-01-22 * Cleanup for PRhurikhan
* Demo shows a Dialog with not implemented methods at startup
2015-01-22* fix compilation without scons experimental_wm_api=yeshurikhan
* Extended the demo with an addional MouseGrab Test
2015-01-17* cleanup window state handlinghurikhan
* first attemps in handling ALT+TABa (WIP)
2015-01-17added the following methods:hurikhan
* set_minimized(bool) * bool is_minimized() * set_maximized(bool) * bool is_maximized()
2015-01-16rearrange the demohurikhan
2015-01-15WIP -- set_resizable() + is_resizable addedhurikhan
2015-01-14get_screen() + set_screen() addedhurikhan
2015-01-13Using Xinerama extension for getting screen infohurikhan
2015-01-13get_screen_position() addedhurikhan
2015-01-11Demo misc/window_management addedhurikhan