summaryrefslogtreecommitdiff
path: root/demos/misc/window_management
AgeCommit message (Collapse)Author
2015-10-21fix icon locations in demo projectsfirefly2442
2015-05-06window_management input fixhurikhan
2015-04-25Set name on window management demo's engine.cfgjack
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-08fixing a typo in the demohurikhan
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* observer scene for the demohurikhan
2015-01-22* fix compilation without scons experimental_wm_api=yeshurikhan
* Extended the demo with an addional MouseGrab Test
2015-01-18* multi_screen testing + bugfixeshurikhan
* ALT-TAB is working * tested on Ubuntu 14.10 Unity + LXDE * minor cleanup
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-14demo window set to resizeable (need a bugfix her)hurikhan
2015-01-14don't start demo in fullscreen modehurikhan
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