summaryrefslogtreecommitdiffstats
path: root/platform/x11
Commit message (Expand)AuthorAgeFilesLines
* Make separate debug symbols opt-inHein-Pieter van Braam2018-01-262-1/+2
* Bullet: allow unbundling only if > 2.87Rémi Verschelde2018-01-261-3/+3
* Silence verbose stderr info message on X11Rémi Verschelde2018-01-241-1/+1
* SCons: Allow unbundling bullet on Linux (only 2.87+)Rémi Verschelde2018-01-131-0/+10
* SCons: Fix usage of LD when we meant LINKRémi Verschelde2018-01-051-1/+1
* X11: Add missing return in OS_X11::initialize().Andreas Haas2018-01-051-0/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0512-0/+12
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-042-13/+16
* Merge pull request #15092 from guilhermefelipecgs/fix_infinite_loop_on_splash...Rémi Verschelde2018-01-032-2/+50
|\
| * Fix infinite loop introduced by 6f3486c4 on tiling windows managersGuilherme Silva2017-12-272-2/+50
* | Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-032-0/+43
|\ \
| * | Add implementation for custom hardware cursorGuilherme Silva2017-12-172-0/+43
* | | Update copyright statements to 2018Rémi Verschelde2018-01-0116-32/+32
| |/ |/|
* | -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-241-4/+0
* | 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.J08nY2017-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