aboutsummaryrefslogtreecommitdiff
path: root/platform (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed iphone build with new window manamenet changessteve2015-03-232-0/+7
|
* window managements functions workJuan Linietsky2015-03-232-19/+102
| | | | but still side-functions, all API needs to be migrated to them
* oops, fucntion was there twiceJuan Linietsky2015-03-231-3/+0
|
* small android fixJuan Linietsky2015-03-231-1/+1
|
* android fixes, please testJuan Linietsky2015-03-234-0/+14
| | | | (can' t build android atm)
* New API: build fixes for x11rollenrolm2015-03-232-6/+7
|
* Merge pull request #1542 from jotson/wmclassJuan Linietsky2015-03-221-3/+2
|\ | | | | Reverted change to classHint
| * Reverted change to classHintJohn Watson2015-03-221-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 APIJuan Linietsky2015-03-224-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-managementJuan Linietsky2015-03-223-48/+475
|\ | | | | X11 window management
| * fix introduced bughurikhan2015-03-081-1/+1
| |
| * Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-03-0816-115/+212
| |\
| * | Renamed EXPERIMENTAL_WM_API to NEW_WM_APIhurikhan2015-02-153-11/+11
| | |
| * | Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-02-154-5/+75
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-02-126-28/+68
| |\ \ \
| * | | | cleanup + MouseGrabhurikhan2015-02-122-47/+33
| | | | |
| * | | | * fix compilation without scons experimental_wm_api=yeshurikhan2015-01-221-5/+5
| | | | | | | | | | | | | | | | | | | | * Extended the demo with an addional MouseGrab Test
| * | | | Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-01-191-0/+4
| |\ \ \ \
| * | | | | * multi_screen testing + bugfixeshurikhan2015-01-182-25/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ALT-TAB is working * tested on Ubuntu 14.10 Unity + LXDE * minor cleanup
| * | | | | Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-01-175-1/+13
| |\ \ \ \ \
| * | | | | | * cleanup window state handlinghurikhan2015-01-171-32/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * first attemps in handling ALT+TABa (WIP)
| * | | | | | Make it set_minimized() + set_maximized() work in both worlds: Unity and LXDEhurikhan2015-01-171-4/+22
| | | | | | |
| * | | | | | added the following methods:hurikhan2015-01-172-6/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * set_minimized(bool) * bool is_minimized() * set_maximized(bool) * bool is_maximized()
| * | | | | | fixing the warnings in os_x11.cpphurikhan2015-01-161-12/+12
| | | | | | |
| * | | | | | WIP -- set_resizable() + is_resizable addedhurikhan2015-01-152-15/+51
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-01-142-6/+9
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: platform/x11/detect.py
| * | | | | | | minor cleanuphurikhan2015-01-142-12/+18
| | | | | | | |
| * | | | | | | get_screen() + set_screen() addedhurikhan2015-01-142-18/+60
| | | | | | | |
| * | | | | | | Using Xinerama extension for getting screen infohurikhan2015-01-132-14/+34
| | | | | | | |
| * | | | | | | get_screen_position() addedhurikhan2015-01-132-0/+13
| | | | | | | |
| * | | | | | | introduced the scons experimental_wm_api switch:hurikhan2015-01-133-2/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ================================================ Usage: scons p=x11 experimental_wm_api=yes
| * | | | | | | Merge branch 'master' into x11-window-managementhurikhan2015-01-121-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | get_screen_size() addedhurikhan2015-01-112-0/+9
| | | | | | | | |
| * | | | | | | | get_screen_count() addedhurikhan2015-01-112-0/+8
| | | | | | | | |
| * | | | | | | | get_window_size() + set_window_size() addedhurikhan2015-01-112-1/+19
| | | | | | | | |
| * | | | | | | | get_window_position() + set_window_position() addedhurikhan2015-01-112-30/+58
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into x11-fullscreenhurikhan2015-01-1117-44/+27
| |\ \ \ \ \ \ \ \
| * | | | | | | | | First attempt of restoring the window at the old positionhurikhan2015-01-111-11/+29
| | | | | | | | | |
| * | | | | | | | | Make fullscreen-switching is working with LXDE/Openboxhurikhan2015-01-102-48/+46
| | | | | | | | | |
| * | | | | | | | | API change to set_fullscreen(enabled,screen)hurikhan2015-01-102-5/+5
| | | | | | | | | |
| * | | | | | | | | Make GDScript-Function ( bool OS.is_fullscreen() ) workhurikhan2015-01-101-0/+1
| | | | | | | | | |
| * | | | | | | | | x11-fullscreen support through GDScript( OS.set_fullscreen(bool) )hurikhan2015-01-102-0/+52
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1432 from ↵Juan Linietsky2015-03-221-45/+161
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UsernameIsAReservedWord/fixes_platform_windows_detect_py Fixes platform/windows/detect.py
| * | | | | | | | | | Update detect.pyUsernameIsAReservedWord2015-02-241-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Update detect.pyUsernameIsAReservedWord2015-02-241-1/+1
| | | | | | | | | | |
| * | | | | | | | | | fixes platform/windows/detect.pyUsernameIsAReservedWord2015-02-241-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 filesrollenrolm2015-03-213-0/+7
| | | | | | | | | | |
* | | | | | | | | | | New option to send canvas to render bufferJuan Linietsky2015-03-161-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/godotJuan Linietsky2015-03-0313-39/+165
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: modules/gdscript/gd_tokenizer.cpp scene/resources/shader_graph.h
| * \ \ \ \ \ \ \ \ \ Merge pull request #1437 from Hinsbart/fix_win_joyJuan Linietsky2015-03-021-3/+8
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fix get joystick name from registry on some systems