aboutsummaryrefslogtreecommitdiff
path: root/platform/x11
Commit message (Expand)AuthorAgeFilesLines
* x11: Improve logic for cross-dependencies between freetype, zlib and libpngRémi Verschelde2017-01-121-2/+13
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-1212-12/+12
* fix for crash when no ALSA or Pulse installed on linuxGustav Lund2017-01-122-0/+7
* png: Allow building shared freetype with bundled libpngRémi Verschelde2016-11-191-1/+0
* Revert "libpng: Fix erroneously linking against libpng12 on old distros"Rémi Verschelde2016-11-191-1/+1
* libpng: Fix erroneously linking against libpng12 on old distrosRémi Verschelde2016-11-191-1/+1
* vsnc --> vsyncISylvox2016-11-152-2/+2
* scons: Reorder options for clarityRémi Verschelde2016-11-031-18/+19
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-021-7/+3
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-022-57/+57
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-022-163/+163
* SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł2016-10-301-4/+0
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-301-0/+2
* Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-301-1/+1
* freetype: Make it a module and split thirdparty libraryRémi Verschelde2016-10-301-6/+5
* zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-301-1/+0
* glew: Split thirdparty files and isolate envRémi Verschelde2016-10-302-4/+4
* squish: Move to a module and split thirdparty libRémi Verschelde2016-10-301-0/+3
* theora: Move to a module and split thirdparty libRémi Verschelde2016-10-301-5/+12
* openssl: Move to a module and split thirdparty libRémi Verschelde2016-10-301-2/+2
* ogg/vorbis/opus/speex: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-301-0/+11
* webp: Make it a module and unbundle libwebp thirdparty filesRémi Verschelde2016-10-301-0/+3
* png: Split library to thirdparty dir and allow unbundlingRémi Verschelde2016-10-301-3/+5
* Use pkgconfig to locate ALSA libs (#6119)romeojulietthotel2016-10-091-1/+1
* x11: Fix event.is_action() for release of modifier keysAndreas Haas2016-10-091-0/+13
* x11: Use proper sonames for loading libXrandr.Andreas Haas2016-09-011-3/+3
* Merge pull request #5845 from hurikhan/x11_cleanupRémi Verschelde2016-07-224-156/+37
|\
| * Code cleanup in platform/x11Mario Schlack2016-07-214-156/+37
* | Implement OS.request_attention() for X11Mario Schlack2016-07-212-0/+21
|/
* remove GLU dependency, closes #3787Juan Linietsky2016-07-181-1/+1
* line/col label was changing size with each cursor move, forcing the GUI to re...Juan Linietsky2016-07-091-1/+0
* Avoid crash if setting modifiers fails, closes #5158Juan Linietsky2016-07-081-1/+3
* Removed unused variables (first pass)Rémi Verschelde2016-07-071-1/+2
* Link libdl only on Linux, fix BSD buildeska2016-07-041-1/+3
* Fix compiling for X11 on non-86, this fixes #5444Ferdinand Thiessen2016-06-271-1/+3
* Changes X11 res_name to "Godot_Engine"paper-pauper2016-06-251-1/+1
* Fixed iCCp chunk in pngsJ08nY2016-06-221-0/+0
* Remove the vibration effect from the joystick when stoppingWilhem Barbier2016-06-201-5/+3
* fix memset callsDennis Brakhane2016-06-191-3/+3
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-182-3/+56
* Add joystick vibration support on Linux (#5043)Wilhem Barbier2016-06-152-2/+79
* x11: fix XRandr GetMonitorsAndreas Haas2016-06-122-8/+28
* Merge pull request #4905 from Hinsbart/x11_dpiJuan Linietsky2016-06-113-1/+84
|\
| * x11: Implemented dpi detectionAndreas Haas2016-06-093-1/+84
* | -make freetype build for all platforms the same, default as builtin except on...Juan Linietsky2016-06-091-5/+2
|/
* GLEW: Define static + enabled and includes via SConsRémi Verschelde2016-06-082-2/+3
* x11: fix vsync supportAndreas Haas2016-06-071-5/+29
* temporary fix for vsync call on x11Ariel Manzur2016-06-051-2/+5
* vsync supportJuan Linietsky2016-06-054-0/+32
* Merge pull request #4874 from Hinsbart/x11_dragndropRémi Verschelde2016-05-292-0/+177
|\