aboutsummaryrefslogtreecommitdiff
path: root/platform/x11 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11519 from hpvb/fix-gcc-ltoRémi Verschelde2017-09-241-0/+3
|\
| * Fix gcc ltoHein-Pieter van Braam2017-09-231-0/+3
* | Merge pull request #11527 from QuLogic/system-zstdRémi Verschelde2017-09-241-0/+3
|\ \
| * | Enable building against system zstd.Elliott Sales de Andrade2017-09-231-0/+3
| |/
* / Add support for OpenSSL 1.1.0.Elliott Sales de Andrade2017-09-241-9/+0
|/
* Merge pull request #11243 from hpvb/add-debug-info-on-releaseRémi Verschelde2017-09-212-6/+16
|\
| * Create separate debug info files by defaultHein-Pieter van Braam2017-09-162-6/+16
* | Merge pull request #11141 from fcobos/x11_borderless_switch_fixRémi Verschelde2017-09-211-0/+10
|\ \
| * | Adding borders back to a borderless window was not working.Felix M. Cobos2017-09-121-0/+10
* | | Rename pos to position in user facing methods and variablesletheed2017-09-202-2/+2
* | | Fix crash handler not including stdlib.hMarcelo Fernandez2017-09-191-0/+1
* | | Prevent running the crash_handler when a debugger is present on windowsMarcelo Fernandez2017-09-181-1/+1
* | | Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde2017-09-172-39/+1
|\ \ \
| * | | Fix crash when no audio driver is availableMarcelo Fernandez2017-09-132-39/+1
* | | | Fix x11 exported executables not getting the +x flagMarcelo Fernandez2017-09-171-0/+1
| |_|/ |/| |
* | | Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-154-26/+26
|\ \ \
| * | | Fix enums bindingsMaxim Sheronov2017-09-134-26/+26
| | |/ | |/|
* | | X11: Fix gamepads not being added whith udev.Andreas Haas2017-09-141-1/+0
| |/ |/|
* | Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-136-6/+212
* | Hint the window manager to disable desktop compositing in fullscreen mode.Felix M. Cobos2017-09-091-0/+11
|/
* Fix typos 'a' and 'an'Poommetee Ketson2017-09-021-1/+1
* Merge pull request #10148 from leezh/pcre2Rémi Verschelde2017-08-311-0/+5
|\
| * Replacement of internal RegEx with PCRE2Zher Huei Lee2017-08-191-0/+5
* | Disable -ffast-math for etc2compHein-Pieter van Braam2017-08-301-1/+3
* | Dead code tells no talesRémi Verschelde2017-08-272-32/+2
* | Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2714-14/+14
* | Merge pull request #10591 from Rubonnek/possible-null-ptr-dereferenceRémi Verschelde2017-08-272-15/+12
|\ \
| * | Added/Fixed null pointer checksWilson E. Alvarez2017-08-262-15/+12
* | | Merge pull request #10598 from Rubonnek/free-memoryRémi Verschelde2017-08-271-1/+3
|\ \ \
| * | | Free memory when Main::setup returns an errorWilson E. Alvarez2017-08-251-1/+3
| |/ /
* / / Fixed several memory leaksWilson E. Alvarez2017-08-251-0/+2
|/ /
* | Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde2017-08-222-3/+14
|\ \
| * | p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez2017-08-212-3/+14
* | | Removed unnecessary assignmentsWilson E. Alvarez2017-08-212-7/+3
|/ /
* / Set the X11 class hint before mapping the windowRichard Adenling2017-08-192-11/+14
|/
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-5/+5
* Merge pull request #10045 from marcelofg55/audioserver_finishRémi Verschelde2017-08-071-4/+0
|\
| * Fix double finalisation of audio driversMarcelo Fernandez2017-08-021-4/+0
* | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-061-2/+2
|/
* Merge pull request #9887 from StraToN/power-fix-x11Rémi Verschelde2017-07-272-9/+4
|\
| * Fixes power management on x11 platform and removes explicit NULL pointer dere...Julian Murgia2017-07-262-9/+4
* | Remove duplicate keycode constant for Numpad Enter key.bruvzg2017-07-261-1/+0
|/
* Workaround to allow pasting unicode characters from X selection.Jia Wang2017-07-251-2/+14
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-193-0/+8
* Fix fullscreen on X11 for non-resizable windowsMarcelo Fernandez2017-07-131-0/+27
* IME window follow the input cursor.geequlim2017-07-112-14/+9
* Refactor 'treshold' to 'threshold'Poommetee Ketson2017-07-081-2/+2
* Implemented borderless window functions on Linux.Marcelo Fernandez2017-07-052-0/+29
* Merge pull request #9396 from sowfelicity/x11-ime-echoRémi Verschelde2017-07-033-9/+170
|\
| * Workaround for IME and echo events on Linux:Jia Wang2017-06-293-9/+170