summaryrefslogtreecommitdiffstats
path: root/platform/x11
Commit message (Expand)AuthorAgeFilesLines
* optional formal changesehriche2015-05-061-2/+2
* -some cleanupsJuan Linietsky2015-04-301-1/+5
* -Changed Godot exit to be clean.Juan Linietsky2015-04-203-1/+12
* Updated copyright year in all headersJuan Linietsky2015-04-188-8/+8
* improved save path error messages for scene, textures and audio, fixes #1514Juan Linietsky2015-04-121-0/+1
* Modified OSX11 to try alternative audio drivers if pulseaudio does not work o...Juan Linietsky2015-04-121-1/+14
* 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 classHintJohn Watson2015-03-221-3/+2
* | fixes to new window management APIJuan Linietsky2015-03-222-29/+30
|/
* fix introduced bughurikhan2015-03-081-1/+1
* Renamed EXPERIMENTAL_WM_API to NEW_WM_APIhurikhan2015-02-153-11/+11
* Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-02-151-1/+5
|\
| * fixes to mouse warpJuan Linietsky2015-02-141-1/+5
* | Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-02-121-17/+11
|\|
| * Adjust x11/detect.pysambler2015-01-271-17/+11
* | cleanup + MouseGrabhurikhan2015-02-122-48/+34
* | * fix compilation without scons experimental_wm_api=yeshurikhan2015-01-221-5/+5
* | * multi_screen testing + bugfixeshurikhan2015-01-182-25/+33
* | Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan2015-01-172-1/+4
|\|
| * Merge pull request #1188 from hurikhan/scons_coloredJuan Linietsky2015-01-171-0/+3
| |\
| | * SCons: colored compilationhurikhan2015-01-121-0/+3
| * | Set the default Linux extension to nothing.Nathan Warden2015-01-151-1/+1
* | | * cleanup window state handlinghurikhan2015-01-171-32/+30
* | | 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
* | | 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-141-6/+8
|\| |
| * | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-01-133-7/+6
| |\|
| * | fixesJuan Linietsky2015-01-131-6/+8
* | | 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
* | | 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-113-7/+6
|\ \ \ | | |/ | |/|
| * | 2D Rewrite Step [1]Juan Linietsky2015-01-103-7/+6
| |/
* | 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
|/
* -ability to set default textures in shader (needed for visual shader editing)Juan Linietsky2014-12-211-4/+4
* Implemented PulseAudio backend and fixed audio driver selection on X11Alexander Stillich2014-12-193-1/+33
* -Ability to ask for documents/pictures/etc system dirs.Juan Linietsky2014-12-022-1/+69