Commit Graph

26 Commits

Author SHA1 Message Date
8c4f19e79d Use upper-cased first letter at the start of comment sentences 2015-12-09 08:39:12 +01:00
8639cecf4c Improve code formatting and update to 2.0
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-12-09 08:38:23 +01:00
9d22501630 Add icons to all demos that can have a meaningful one 2015-11-19 23:45:37 +01:00
580a88c3ce fix icon locations in demo projects 2015-10-21 14:29:52 -05:00
48afa1d284 window_management input fix 2015-05-06 23:07:11 -04:00
ffbe3eeff9 Set name on window management demo's engine.cfg 2015-04-25 22:22:04 -04:00
001a16064f adjust the window_management demo to the new function names 2015-03-23 00:09:12 -04:00
23e13ce3c2 fixes to new window management API
-needs testing on Linux
-needs testing on Windows
-NEED SOMEONE TO IMPLEMENT IT ON OSX!! PLEASE HELP!
2015-03-22 19:00:50 -03:00
f7621810a2 removed up, down, left, right keys from the demo.
were used before for fast multiscreen setup testing.
2015-03-08 09:26:58 -05:00
5241626dee fixing a typo in the demo 2015-03-08 03:32:13 -05:00
ba74e45027 added Label_MouseGrab_KeyInfo 2015-03-08 01:27:36 -06:00
df7d26ff5b cleanup + MouseGrab 2015-02-12 15:58:00 +01:00
03c453ac7d * Cleanup for PR
* Demo shows a Dialog with not implemented methods at startup
2015-01-22 05:35:39 +09:00
2204914abf * observer scene for the demo 2015-01-22 01:54:17 +09:00
94d94a0855 * fix compilation without scons experimental_wm_api=yes
* Extended the demo with an addional MouseGrab Test
2015-01-22 01:14:50 +09:00
dfb5a1d5e1 * multi_screen testing + bugfixes
* ALT-TAB is working
* tested on Ubuntu 14.10 Unity + LXDE
* minor cleanup
2015-01-18 00:28:04 +09:00
f1dc00e380 * cleanup window state handling
* first attemps in handling ALT+TABa (WIP)
2015-01-17 19:43:12 +09:00
716971655e added the following methods:
* set_minimized(bool)
 * bool is_minimized()
 * set_maximized(bool)
 * bool is_maximized()
2015-01-17 00:18:45 +09:00
d42fa511a5 rearrange the demo 2015-01-16 13:49:46 +09:00
d269344bbd WIP -- set_resizable() + is_resizable added 2015-01-15 22:50:23 +09:00
07b8d9136a demo window set to resizeable (need a bugfix her) 2015-01-14 15:44:47 +08:00
2203ba5fe3 don't start demo in fullscreen mode 2015-01-14 13:27:03 +08:00
790d8ecbb9 get_screen() + set_screen() added 2015-01-14 12:02:59 +08:00
f55c0e9285 Using Xinerama extension for getting screen info 2015-01-13 21:01:24 +08:00
ce7c7a862e get_screen_position() added 2015-01-13 17:25:50 +08:00
107d2a373a Demo misc/window_management added 2015-01-11 20:30:57 +08:00