summaryrefslogtreecommitdiff
path: root/platform/x11
AgeCommit message (Expand)Author
2015-01-14Merge remote-tracking branch 'upstream/master' into x11-window-managementhurikhan
2015-01-14minor cleanuphurikhan
2015-01-14get_screen() + set_screen() addedhurikhan
2015-01-13Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-01-13fixesJuan Linietsky
2015-01-13Using Xinerama extension for getting screen infohurikhan
2015-01-13get_screen_position() addedhurikhan
2015-01-13introduced the scons experimental_wm_api switch:hurikhan
2015-01-12SCons: colored compilationhurikhan
2015-01-11get_screen_size() addedhurikhan
2015-01-11 get_screen_count() addedhurikhan
2015-01-11get_window_size() + set_window_size() addedhurikhan
2015-01-11get_window_position() + set_window_position() addedhurikhan
2015-01-11Merge branch 'master' into x11-fullscreenhurikhan
2015-01-102D Rewrite Step [1]Juan Linietsky
2015-01-11First attempt of restoring the window at the old positionhurikhan
2015-01-10Make fullscreen-switching is working with LXDE/Openboxhurikhan
2015-01-10API change to set_fullscreen(enabled,screen)hurikhan
2015-01-10Make GDScript-Function ( bool OS.is_fullscreen() ) workhurikhan
2015-01-10x11-fullscreen support through GDScript( OS.set_fullscreen(bool) )hurikhan
2014-12-21-ability to set default textures in shader (needed for visual shader editing)Juan Linietsky
2014-12-19Implemented PulseAudio backend and fixed audio driver selection on X11Alexander Stillich
2014-12-02-Ability to ask for documents/pictures/etc system dirs.Juan Linietsky
2014-11-09Fix compilation error on 32-bit linuxGerold31
2014-10-27-Much improvement to baked light bakerJuan Linietsky
2014-10-07Build System ChangesJuan Linietsky
2014-09-19- more fixes on #672 on windowsJuan Linietsky
2014-09-17Merge pull request #635 from adolson/wutfJuan Linietsky
2014-09-16re-added old method for openbox/lxde (possibly others)Dana Olson
2014-09-16cleanupDana Olson
2014-09-16removed old methodDana Olson
2014-09-16fullscreen fix on ubuntuDana Olson
2014-08-25borderless fullscreen window support for x11Dana Olson
2014-08-20removed output "WUTF" when show/hide mouse cursorDana Olson
2014-08-01Small Issues & MaintenanceJuan Linietsky
2014-06-11Merge pull request #445 from Raventara/masterreduz
2014-05-24Making Godot Easier to Use..Juan Linietsky
2014-05-22added XClassHint to windows in OS_X11::initialize for improved window managem...Russell
2014-05-06fix z-buffer issues on x11/mesaDeviance
2014-05-01-Fixes to OpenSSL compilation (more)Juan Linietsky
2014-05-01-OpenSSL FixesJuan Linietsky
2014-04-28-Added OpenSSL and HTTPS supportJuan Linietsky
2014-04-22add display/resizable support to Linuxadolson
2014-04-18-Fixed viewport stretch bugsJuan Linietsky
2014-04-10-Fixed a few bugs in ViewportJuan Linietsky
2014-02-26fixieJuan Linietsky
2014-02-23ifdef out body of probe_joystick and process_joysticks on freebsd until a wor...Rob Messick
2014-02-23Only include linux/joystick.h on linuxRob Messick
2014-02-23alloca() lives in stdlib.h on FreeBSDRob Messick
2014-02-20-run script in editorJuan Linietsky