Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-04 | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | |
2015-03-23 | New API: build fixes for x11 | rollenrolm | |
2015-03-22 | Merge pull request #1542 from jotson/wmclass | Juan Linietsky | |
Reverted change to classHint | |||
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-22 | Reverted change to classHint | John Watson | |
Using `char wmclass[] = "Godot"` causes `xprop` to report the following for WM_CLASS: `WM_CLASS(STRING) = "\200\326\322\365\377\177", "\200\326\322\365\377\177"` This makes the Unity window manager fail to connect the running app with the icon on the launcher. | |||
2015-03-08 | fix introduced bug | hurikhan | |
2015-02-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | |
2015-02-15 | Renamed EXPERIMENTAL_WM_API to NEW_WM_API | hurikhan | |
2015-02-15 | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | |
2015-02-14 | fixes to mouse warp | Juan Linietsky | |
-can warp now from viewport and control, in their respective coordinate systems -warp is now local to the window on Windows and OSX. IF YOU RUN OSX, PLEASE TEST THIS! And make sure it works!, new code is in OS_OSX::warp_mouse_pos. I don't have OSX so i can't test! | |||
2015-02-12 | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | |
2015-02-12 | cleanup + MouseGrab | hurikhan | |
2015-01-27 | Adjust x11/detect.py | sambler | |
Test if clang is defined in CC/CXX/LD - this allows a specific version of clang to be defined move appending -DTYPED_METHOD_BIND to keep clang options together move sanitize option out of use_llvm test, gcc48+ also supports sanitize=address | |||
2015-01-22 | * fix compilation without scons experimental_wm_api=yes | hurikhan | |
* Extended the demo with an addional MouseGrab Test | |||
2015-01-18 | * multi_screen testing + bugfixes | hurikhan | |
* ALT-TAB is working * tested on Ubuntu 14.10 Unity + LXDE * minor cleanup | |||
2015-01-17 | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | |
2015-01-17 | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | |
2015-01-17 | Merge pull request #1188 from hurikhan/scons_colored | Juan Linietsky | |
Scons colored | |||
2015-01-17 | * cleanup window state handling | hurikhan | |
* first attemps in handling ALT+TABa (WIP) | |||
2015-01-17 | Make it set_minimized() + set_maximized() work in both worlds: Unity and LXDE | hurikhan | |
2015-01-17 | added the following methods: | hurikhan | |
* set_minimized(bool) * bool is_minimized() * set_maximized(bool) * bool is_maximized() | |||
2015-01-16 | fixing the warnings in os_x11.cpp | hurikhan | |
2015-01-15 | Set the default Linux extension to nothing. | Nathan Warden | |
2015-01-15 | WIP -- set_resizable() + is_resizable added | hurikhan | |
2015-01-14 | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | |
Conflicts: platform/x11/detect.py | |||
2015-01-14 | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | |
Conflicts: platform/x11/detect.py | |||
2015-01-14 | minor cleanup | hurikhan | |
2015-01-14 | get_screen() + set_screen() added | hurikhan | |
2015-01-13 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-01-13 | fixes | Juan Linietsky | |
2015-01-13 | Using Xinerama extension for getting screen info | hurikhan | |
2015-01-13 | get_screen_position() added | hurikhan | |
2015-01-13 | introduced the scons experimental_wm_api switch: | hurikhan | |
================================================ Usage: scons p=x11 experimental_wm_api=yes | |||
2015-01-12 | SCons: colored compilation | hurikhan | |
2015-01-11 | get_screen_size() added | hurikhan | |
2015-01-11 | get_screen_count() added | hurikhan | |
2015-01-11 | get_window_size() + set_window_size() added | hurikhan | |
2015-01-11 | get_window_position() + set_window_position() added | hurikhan | |
2015-01-11 | Merge branch 'master' into x11-fullscreen | hurikhan | |
2015-01-10 | 2D Rewrite Step [1] | Juan Linietsky | |
-=-=-=-=-=-=-=-=-=- -Moved drawing code to a single function that takes linked list (should make it easier to optimize in the future). -Implemented Z ordering of 2D nodes. Node2D and those that inherit have a visibility/Z property that affects drawing order (besides the tree order) -Removed OpenGL ES 1.x support. Good riddance! | |||
2015-01-11 | First attempt of restoring the window at the old position | hurikhan | |
2015-01-10 | Make fullscreen-switching is working with LXDE/Openbox | hurikhan | |
2015-01-10 | API change to set_fullscreen(enabled,screen) | hurikhan | |
2015-01-10 | Make GDScript-Function ( bool OS.is_fullscreen() ) work | hurikhan | |
2015-01-10 | x11-fullscreen support through GDScript( OS.set_fullscreen(bool) ) | hurikhan | |
2014-12-23 | Merge branch 'master' of github.com:okamstudio/godot | Anton Yabchinskiy | |
Conflicts: drivers/SCsub platform/x11/detect.py platform/x11/os_x11.h | |||
2014-12-21 | -ability to set default textures in shader (needed for visual shader editing) | Juan Linietsky | |
-work in progress new graph system (will replace current one) -crash fix in s3m loader (out of bounds acess) -fixed vbox overriding of separation (fixes empty line between section tabs) | |||
2014-12-19 | Implemented PulseAudio backend and fixed audio driver selection on X11 | Alexander Stillich | |
2014-12-04 | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | |
2014-12-02 | -Ability to ask for documents/pictures/etc system dirs. | Juan Linietsky | |
-Fixes to animationplayer -fixes to collada importer |