aboutsummaryrefslogtreecommitdiff
path: root/platform/x11
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2712-12/+12
* Free memory when Main::setup returns an errorWilson E. Alvarez2017-08-271-1/+3
* Buildsystem: Prevent building X11/server with GCC 6+Rémi Verschelde2017-08-271-0/+10
* X11: Do not force require system OpenSSL to buildRémi Verschelde2017-07-311-8/+2
* Fix fullscreen on X11 for non-resizable windowsMarcelo Fernandez2017-07-301-0/+27
* Workaround to allow pasting unicode characters from X selection.Jia Wang2017-07-251-2/+14
* BuildSystem: generated files have .gen.extPoommetee Ketson2017-06-252-5/+5
* X11: Turn warning about not finding cursor theme into verbose output.Andreas Haas2017-06-171-1/+3
* X11: Abort build if using OpenSSL 1.1.0+Rémi Verschelde2017-05-061-0/+9
* Revert "8145 - Mouse Position is unknown until first mouse event on X11 & Win"Rémi Verschelde2017-04-081-8/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0812-0/+12
* 8145 - Mouse Position is unknown until first mouse event on X11 & WinSergey Pusnei2017-04-051-1/+8
* Merge pull request #8152 from Hinsbart/input_id_2.1Rémi Verschelde2017-03-272-11/+1
|\
| * Better handling of joypad device IDs.Andreas Haas2017-03-262-11/+1
* | SCons: Add option to toggle warnings (on by default)Rémi Verschelde2017-03-251-2/+2
|/
* X11: Don't reset mouse cursor theme.Andreas Haas2017-03-191-2/+1
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-1910-1067/+1003
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-181-1/+1
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-03-181-9/+8
* Fix failing build on mageia v6 x64 linux.Shlomi Fish2017-03-181-0/+1
* X11 return to cwd at exitHein-Pieter van Braam2017-03-181-0/+9
* Fix issues with set_window_resizable on x11marcelofg552017-03-181-9/+27
* Use -Ofast on x11. Also introduced use_lto option.Ferenc Arn2017-03-181-9/+16
* x11: don't wait for window to be mappedJesper Bækdahl2017-03-181-7/+0
* 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