aboutsummaryrefslogtreecommitdiff
path: root/demos/misc/window_management (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed demosJuan Linietsky2016-06-036-287/+0
| | | | they go to their own project now
* window management demo: show screen dpiAndreas Haas2016-05-302-0/+4
|
* Use upper-cased first letter at the start of comment sentencesRémi Verschelde2015-12-092-3/+3
|
* Improve code formatting and update to 2.0Rémi Verschelde2015-12-094-57/+57
| | | | | | | | | | | 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.
* Add icons to all demos that can have a meaningful oneRémi Verschelde2015-11-192-1/+0
|
* fix icon locations in demo projectsfirefly24422015-10-211-1/+1
|
* window_management input fixhurikhan2015-05-062-1/+9
|
* Set name on window management demo's engine.cfgjack2015-04-251-1/+1
|
* adjust the window_management demo to the new function nameshurikhan2015-03-232-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-082-12/+0
| | | | were used before for fast multiscreen setup testing.
* fixing a typo in the demohurikhan2015-03-081-0/+0
|
* added Label_MouseGrab_KeyInfohurikhan2015-03-082-0/+3
|
* cleanup + MouseGrabhurikhan2015-02-122-0/+2
|
* * Cleanup for PRhurikhan2015-01-224-99/+68
| | | | * Demo shows a Dialog with not implemented methods at startup
* * observer scene for the demohurikhan2015-01-223-0/+176
|
* * fix compilation without scons experimental_wm_api=yeshurikhan2015-01-223-2/+11
| | | | * Extended the demo with an addional MouseGrab Test
* * multi_screen testing + bugfixeshurikhan2015-01-182-0/+2
| | | | | | * ALT-TAB is working * tested on Ubuntu 14.10 Unity + LXDE * minor cleanup
* * cleanup window state handlinghurikhan2015-01-172-11/+17
| | | | * first attemps in handling ALT+TABa (WIP)
* added the following methods:hurikhan2015-01-172-7/+26
| | | | | | | * set_minimized(bool) * bool is_minimized() * set_maximized(bool) * bool is_maximized()
* rearrange the demohurikhan2015-01-162-3/+1
|
* WIP -- set_resizable() + is_resizable addedhurikhan2015-01-152-2/+26
|
* demo window set to resizeable (need a bugfix her)hurikhan2015-01-141-1/+1
|
* don't start demo in fullscreen modehurikhan2015-01-141-1/+2
|
* get_screen() + set_screen() addedhurikhan2015-01-143-1/+30
|
* Using Xinerama extension for getting screen infohurikhan2015-01-131-1/+1
|
* get_screen_position() addedhurikhan2015-01-132-3/+8
|
* Demo misc/window_management addedhurikhan2015-01-115-0/+45