summaryrefslogtreecommitdiff
path: root/platform/x11
AgeCommit message (Expand)Author
2017-10-02Merge pull request #11575 from marcelofg55/move_path_to_trashPoommetee Ketson
2017-09-26Reduce gcc lto build time by telling the linker toFelix M. Cobos
2017-09-25FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez
2017-09-25Use BoolVariable in platform-specific options.Elliott Sales de Andrade
2017-09-25Use BoolVariable for third-party options.Elliott Sales de Andrade
2017-09-25Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade
2017-09-25Use EnumVariable for choice-based build options.Elliott Sales de Andrade
2017-09-24Merge pull request #11519 from hpvb/fix-gcc-ltoRémi Verschelde
2017-09-24Merge pull request #11527 from QuLogic/system-zstdRémi Verschelde
2017-09-24Add support for OpenSSL 1.1.0.Elliott Sales de Andrade
2017-09-23Enable building against system zstd.Elliott Sales de Andrade
2017-09-23Fix gcc ltoHein-Pieter van Braam
2017-09-21Merge pull request #11243 from hpvb/add-debug-info-on-releaseRémi Verschelde
2017-09-21Merge pull request #11141 from fcobos/x11_borderless_switch_fixRémi Verschelde
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-19Fix crash handler not including stdlib.hMarcelo Fernandez
2017-09-18Prevent running the crash_handler when a debugger is present on windowsMarcelo Fernandez
2017-09-17Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde
2017-09-17Fix x11 exported executables not getting the +x flagMarcelo Fernandez
2017-09-16Create separate debug info files by defaultHein-Pieter van Braam
2017-09-15Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog
2017-09-14X11: Fix gamepads not being added whith udev.Andreas Haas
2017-09-13Fix crash when no audio driver is availableMarcelo Fernandez
2017-09-13Fix enums bindingsMaxim Sheronov
2017-09-13Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez
2017-09-12Adding borders back to a borderless window was not working.Felix M. Cobos
2017-09-09Hint the window manager to disable desktop compositing in fullscreen mode.Felix M. Cobos
2017-09-02Fix typos 'a' and 'an'Poommetee Ketson
2017-08-31Merge pull request #10148 from leezh/pcre2Rémi Verschelde
2017-08-30Disable -ffast-math for etc2compHein-Pieter van Braam
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-27Merge pull request #10591 from Rubonnek/possible-null-ptr-dereferenceRémi Verschelde
2017-08-27Merge pull request #10598 from Rubonnek/free-memoryRémi Verschelde
2017-08-26Added/Fixed null pointer checksWilson E. Alvarez
2017-08-25Free memory when Main::setup returns an errorWilson E. Alvarez
2017-08-25Fixed several memory leaksWilson E. Alvarez
2017-08-22Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde
2017-08-21p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez
2017-08-21Removed unnecessary assignmentsWilson E. Alvarez
2017-08-19Replacement of internal RegEx with PCRE2Zher Huei Lee
2017-08-19Set the X11 class hint before mapping the windowRichard Adenling
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-07Merge pull request #10045 from marcelofg55/audioserver_finishRémi Verschelde
2017-08-06Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov
2017-08-02Fix double finalisation of audio driversMarcelo Fernandez
2017-07-27Merge pull request #9887 from StraToN/power-fix-x11Rémi Verschelde
2017-07-26Fixes power management on x11 platform and removes explicit NULL pointer dere...Julian Murgia
2017-07-26Remove duplicate keycode constant for Numpad Enter key.bruvzg
2017-07-25Workaround to allow pasting unicode characters from X selection.Jia Wang