summaryrefslogtreecommitdiffstats
path: root/platform/x11
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15564 from RandomShaper/adpod-topmostRémi Verschelde2018-02-142-3/+57
|\
| * Add new window setting: always on topPedro J. Estébanez2018-01-052-3/+57
* | Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-implRémi Verschelde2018-02-142-0/+17
|\ \
| * | X11: implement OS.get_unique_idgeequlim2018-01-312-0/+17
* | | Allow building with system wide mbedtls on X11Fabio Alessandrelli2018-02-141-0/+4
* | | Deleting OpenSSL module and libraryFabio Alessandrelli2018-02-141-4/+0
* | | Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez2018-02-122-0/+21
* | | Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-011-1/+1
|/ /
* | Fix Copy/Paste problems on X11Hein-Pieter van Braam2018-01-291-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
|\ \
| * | 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