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