aboutsummaryrefslogtreecommitdiff
path: root/platform/x11 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18082 from RandomShaper/improve-gui-touch-3.0Hein-Pieter van Braam2018-05-132-0/+18
|\
| * Implement universal translation of touch to mousePedro J. Estébanez2018-04-302-0/+18
* | Added new audio device functions to set/get the audio deviceMarcelo Fernandez2018-04-141-2/+2
* | Explicitly set OpenGL profile to core (X11, Windows).bruvzg2018-04-141-0/+1
* | Add new window setting: always on topPedro J. Estébanez2018-04-142-0/+57
|/
* Fix server build on FreeBSDFabio Alessandrelli2018-03-011-1/+2
* Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-03-011-4/+7
* Fix typos with codespellluz.paz2018-02-221-1/+1
* Remove window decorations for fullscreen on X11Pedro J. Estébanez2018-02-191-2/+9
* X11: Link libgcc statically with use_static_cpp optionRémi Verschelde2018-02-191-3/+3
* PEP3101 applied with changing old type string formatting as new onesBTaskaya2018-02-191-3/+3
* [X11] Improving error detection in move_to_trashIskustvo2018-02-191-18/+37
* Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez2018-02-192-0/+21
* Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-041-1/+1
* Fix Copy/Paste problems on X11Hein-Pieter van Braam2018-01-301-11/+29
* 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
|\ \