| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed iphone build with new window manamenet changes | steve | 2015-03-23 | 2 | -0/+7 |
| | | |||||
| * | window managements functions work | Juan Linietsky | 2015-03-23 | 2 | -19/+102 |
| | | | | | but still side-functions, all API needs to be migrated to them | ||||
| * | oops, fucntion was there twice | Juan Linietsky | 2015-03-23 | 1 | -3/+0 |
| | | |||||
| * | small android fix | Juan Linietsky | 2015-03-23 | 1 | -1/+1 |
| | | |||||
| * | android fixes, please test | Juan Linietsky | 2015-03-23 | 4 | -0/+14 |
| | | | | | (can' t build android atm) | ||||
| * | New API: build fixes for x11 | rollenrolm | 2015-03-23 | 2 | -6/+7 |
| | | |||||
| * | Merge pull request #1542 from jotson/wmclass | Juan Linietsky | 2015-03-22 | 1 | -3/+2 |
| |\ | | | | | Reverted change to classHint | ||||
| | * | Reverted change to classHint | John Watson | 2015-03-22 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | fixes to new window management API | Juan Linietsky | 2015-03-22 | 4 | -30/+253 |
| |/ | | | | | | -needs testing on Linux -needs testing on Windows -NEED SOMEONE TO IMPLEMENT IT ON OSX!! PLEASE HELP! | ||||
| * | Merge pull request #1487 from hurikhan/x11-window-management | Juan Linietsky | 2015-03-22 | 3 | -48/+475 |
| |\ | | | | | X11 window management | ||||
| | * | fix introduced bug | hurikhan | 2015-03-08 | 1 | -1/+1 |
| | | | |||||
| | * | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-03-08 | 16 | -115/+212 |
| | |\ | |||||
| | * | | Renamed EXPERIMENTAL_WM_API to NEW_WM_API | hurikhan | 2015-02-15 | 3 | -11/+11 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-02-15 | 4 | -5/+75 |
| | |\ \ | |||||
| | * \ \ | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-02-12 | 6 | -28/+68 |
| | |\ \ \ | |||||
| | * | | | | cleanup + MouseGrab | hurikhan | 2015-02-12 | 2 | -47/+33 |
| | | | | | | |||||
| | * | | | | * fix compilation without scons experimental_wm_api=yes | hurikhan | 2015-01-22 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | * Extended the demo with an addional MouseGrab Test | ||||
| | * | | | | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-01-19 | 1 | -0/+4 |
| | |\ \ \ \ | |||||
| | * | | | | | * multi_screen testing + bugfixes | hurikhan | 2015-01-18 | 2 | -25/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ALT-TAB is working * tested on Ubuntu 14.10 Unity + LXDE * minor cleanup | ||||
| | * | | | | | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-01-17 | 5 | -1/+13 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | * cleanup window state handling | hurikhan | 2015-01-17 | 1 | -32/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * first attemps in handling ALT+TABa (WIP) | ||||
| | * | | | | | | Make it set_minimized() + set_maximized() work in both worlds: Unity and LXDE | hurikhan | 2015-01-17 | 1 | -4/+22 |
| | | | | | | | | |||||
| | * | | | | | | added the following methods: | hurikhan | 2015-01-17 | 2 | -6/+135 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * set_minimized(bool) * bool is_minimized() * set_maximized(bool) * bool is_maximized() | ||||
| | * | | | | | | fixing the warnings in os_x11.cpp | hurikhan | 2015-01-16 | 1 | -12/+12 |
| | | | | | | | | |||||
| | * | | | | | | WIP -- set_resizable() + is_resizable added | hurikhan | 2015-01-15 | 2 | -15/+51 |
| | | | | | | | | |||||
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-01-14 | 2 | -6/+9 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: platform/x11/detect.py | ||||
| | * | | | | | | | minor cleanup | hurikhan | 2015-01-14 | 2 | -12/+18 |
| | | | | | | | | | |||||
| | * | | | | | | | get_screen() + set_screen() added | hurikhan | 2015-01-14 | 2 | -18/+60 |
| | | | | | | | | | |||||
| | * | | | | | | | Using Xinerama extension for getting screen info | hurikhan | 2015-01-13 | 2 | -14/+34 |
| | | | | | | | | | |||||
| | * | | | | | | | get_screen_position() added | hurikhan | 2015-01-13 | 2 | -0/+13 |
| | | | | | | | | | |||||
| | * | | | | | | | introduced the scons experimental_wm_api switch: | hurikhan | 2015-01-13 | 3 | -2/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ================================================ Usage: scons p=x11 experimental_wm_api=yes | ||||
| | * | | | | | | | Merge branch 'master' into x11-window-management | hurikhan | 2015-01-12 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | get_screen_size() added | hurikhan | 2015-01-11 | 2 | -0/+9 |
| | | | | | | | | | | |||||
| | * | | | | | | | | get_screen_count() added | hurikhan | 2015-01-11 | 2 | -0/+8 |
| | | | | | | | | | | |||||
| | * | | | | | | | | get_window_size() + set_window_size() added | hurikhan | 2015-01-11 | 2 | -1/+19 |
| | | | | | | | | | | |||||
| | * | | | | | | | | get_window_position() + set_window_position() added | hurikhan | 2015-01-11 | 2 | -30/+58 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge branch 'master' into x11-fullscreen | hurikhan | 2015-01-11 | 17 | -44/+27 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | First attempt of restoring the window at the old position | hurikhan | 2015-01-11 | 1 | -11/+29 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Make fullscreen-switching is working with LXDE/Openbox | hurikhan | 2015-01-10 | 2 | -48/+46 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | API change to set_fullscreen(enabled,screen) | hurikhan | 2015-01-10 | 2 | -5/+5 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Make GDScript-Function ( bool OS.is_fullscreen() ) work | hurikhan | 2015-01-10 | 1 | -0/+1 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | x11-fullscreen support through GDScript( OS.set_fullscreen(bool) ) | hurikhan | 2015-01-10 | 2 | -0/+52 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #1432 from ↵ | Juan Linietsky | 2015-03-22 | 1 | -45/+161 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UsernameIsAReservedWord/fixes_platform_windows_detect_py Fixes platform/windows/detect.py | ||||
| | * | | | | | | | | | | Update detect.py | UsernameIsAReservedWord | 2015-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Update detect.py | UsernameIsAReservedWord | 2015-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | fixes platform/windows/detect.py | UsernameIsAReservedWord | 2015-02-24 | 1 | -45/+161 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes issue #1298 : under windows, too long `ar` command lines are split into several smaller command lines. - fixes issue #1285 : under linux, cross compiling with Mingw-w64 now generates actual 64bits EXE. - `MINGW32_PREFIX` and `MINGW64_PREFIX` environment variables are also available for Windows. - started to clean-up the remains of previous hacks and workarounds. - added some documentation into the script. | ||||
| * | | | | | | | | | | | New option to show/hide hidden files | rollenrolm | 2015-03-21 | 3 | -0/+7 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | New option to send canvas to render buffer | Juan Linietsky | 2015-03-16 | 1 | -0/+1 |
| | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allows to use 3D environment effects for post processing such as Glow, Bloom, HDR, etc. in 2D. | ||||
| * | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-03-03 | 13 | -39/+165 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: modules/gdscript/gd_tokenizer.cpp scene/resources/shader_graph.h | ||||
| | * \ \ \ \ \ \ \ \ \ | Merge pull request #1437 from Hinsbart/fix_win_joy | Juan Linietsky | 2015-03-02 | 1 | -3/+8 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | fix get joystick name from registry on some systems | ||||
