aboutsummaryrefslogtreecommitdiff
path: root/platform/x11 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x11: Fix maximized splash-boot screen bug.Enzo Nocera2017-12-241-0/+4
* Do not require OpenMP for non-tools builds (export templates)Rémi Verschelde2017-12-221-1/+1
* Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky2017-12-162-5/+5
* Rename the debug symbol files to .debugsymbolsHein-Pieter van Braam2017-12-161-2/+2
* Merge pull request #14597 from NathanWarden/linux_extensionsRémi Verschelde2017-12-161-1/+2
|\
| * Updated Linux template extensions to match architecture.Nathan Warden2017-12-121-1/+2
* | openmp: Simplify linking on X11, fixing clang buildRémi Verschelde2017-12-141-2/+1
* | Fix type mismatch in OS::set_borderless_windowRémi Verschelde2017-12-142-2/+2
* | openmp: Don't try to link GCC's implementation on ClangRémi Verschelde2017-12-141-2/+3
* | Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces...Colin Kinloch2017-12-141-2/+2
* | -Add lightmapperJuan Linietsky2017-12-143-0/+14
|/
* Fix no mouse if touch device present in X11Pedro J. Estébanez2017-12-101-16/+17
* X11: Process entire event queue at startup.Andreas Haas2017-12-092-7/+5
* Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti2017-12-091-0/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-073-8/+9
* Implement multitouch on X11Pedro J. Estébanez2017-12-063-0/+180
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-2/+4
* Merge pull request #12387 from santouits/x1111Rémi Verschelde2017-11-202-47/+40
|\
| * Fix x11 boot logo position in fullscreen and in maximizedsantouits2017-10-262-47/+40
* | Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde2017-11-202-1/+38
|\ \
| * | Add initial support for the XDG Base Directory specRémi Verschelde2017-11-192-0/+37
| * | Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-1/+1
* | | Cleanup old references to GLES2 rendererRémi Verschelde2017-11-191-1/+1
|/ /
* | Make video mode initialization more intuitive, fixes #12022Juan Linietsky2017-11-092-5/+0
* | Merge pull request #12262 from AndreaCatania/pplugJuan Linietsky2017-11-033-18/+1
|\ \
| * | Implemented physics plugAndreaCatania2017-11-043-18/+1
* | | SCons: make use_lto a global option and opt-in for iphoneRémi Verschelde2017-11-021-1/+0
* | | Add Colemak keybindings to editor for osxN0hbdy2017-10-301-2/+2
* | | Implemented OS get_latin_keyboard_variant on x11Marcelo Fernandez2017-10-302-0/+34
* | | Travis: Simplify matrix, disable iphone and add X11 tools=no/clangRémi Verschelde2017-10-271-0/+4
| |/ |/|
* | Fix BSD compile issuesMarcelo Fernandez2017-10-172-0/+9
|/
* Use binary names instead of absolute paths in calls to OS::execute.fix/use-bin-nameJ08nY2017-10-131-5/+5
* Drop unusued LEGACYGL_ENABLED checkRémi Verschelde2017-10-134-5/+5
* Merge pull request #11575 from marcelofg55/move_path_to_trashPoommetee Ketson2017-10-022-0/+74
|\
| * FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez2017-09-252-0/+74
* | Reduce gcc lto build time by telling the linker toFelix M. Cobos2017-09-261-1/+4
* | Use BoolVariable in platform-specific options.Elliott Sales de Andrade2017-09-251-16/+16
* | Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-251-27/+27
* | Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
* | Use EnumVariable for choice-based build options.Elliott Sales de Andrade2017-09-251-1/+2
|/
* 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