summaryrefslogtreecommitdiffstats
path: root/platform/x11
Commit message (Expand)AuthorAgeFilesLines
* Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky2019-03-031-8/+10
* SCons: Reduce spam from x11:can_buildRémi Verschelde2019-03-021-2/+0
* X11: Fix drag and drop from non-latin pathsRémi Verschelde2019-02-281-1/+1
* Fix -Wsign-compare warnings.marxin2019-02-271-2/+2
* -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-1/+1
* Come up with use_gcc.marxin2019-02-231-5/+6
* Fix all -Wtype-limits warnings.marxin2019-02-212-2/+2
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-13/+6
* Merge pull request #25879 from hpvb/fix-25629Rémi Verschelde2019-02-141-2/+31
|\
| * Detect when primusrun/optirun is in useHein-Pieter van Braam2019-02-141-2/+31
* | Don't crash if there's no application nameHein-Pieter van Braam2019-02-141-1/+6
|/
* Platform: Ensure classes match their header filenameRémi Verschelde2019-02-123-8/+9
* Drivers, main, servers: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Fix many asan and ubsan reported issuesHein-Pieter van Braam2019-01-301-1/+5
* Properly detect when to use DRI_PRIMEHein-Pieter van Braam2019-01-284-21/+281
* Rename sanitizer option names.marxin2019-01-211-7/+15
* Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam2019-01-091-4/+2
* Merge pull request #24477 from lupoDharkael/nouveauHein-Pieter van Braam2019-01-031-1/+20
|\
| * Don't enable DRI_PRIME if nouveau is loadedlupoDharkael2018-12-201-1/+20
* | Update copyright statements to 2019Rémi Verschelde2019-01-0116-32/+32
* | Fix missed captured mouse events on x11Lee Pugh2018-12-211-3/+14
|/
* switch middle and secondary mouse buttons orderMikko Mustonen2018-12-151-2/+2
* Use XInput2 RawMotion to generate MouseMotion eventsCosmic Chip Socket2018-12-143-127/+279
* Merge pull request #20385 from moiman100/unify-double-clickingRémi Verschelde2018-12-142-6/+17
|\
| * Added double clicking to all buttonsMikko Mustonen2018-08-122-6/+17
* | Merge pull request #20063 from moiman100/fix-button-maskRémi Verschelde2018-12-142-33/+13
|\ \
| * | Fixed button mask behaviormm2018-07-112-33/+13
* | | Merge pull request #22733 from guilhermefelipecgs/fix_wm_classRémi Verschelde2018-12-071-1/+9
|\ \ \
| * | | [x11] Use "application/config/name" for WM_CLASSGuilherme Felipe2018-10-051-1/+9
* | | | Fix X11 running a project with fullscreen setting on and resizable off with m...Marcelo Fernandez2018-11-181-1/+1
* | | | Fix gcc version check when running scons in python 3.Ibrahn Sahir2018-11-141-0/+2
* | | | Fix compile recent compile issues with gcc 5.5Marcelo Fernandez2018-11-121-2/+2
* | | | Merge pull request #23542 from marcelofg55/no_pieRémi Verschelde2018-11-091-0/+12
|\ \ \ \
| * | | | Fix binaries incorrectly detected as shared libraries on some linux distrosMarcelo Fernandez2018-11-071-0/+12
* | | | | Set DRI_PRIME=1 by default on X11 if not already setHein-Pieter van Braam2018-11-061-0/+4
|/ / / /
* | | | Fix init of VisualServerRasterRémi Verschelde2018-11-011-3/+2
* | | | Fix initialization of visual server in all platformsGeorge Marques2018-11-011-1/+2
* | | | Repaired mistyped of 'its' on several files.M. Huri2018-10-251-1/+1
* | | | Check getcwd return in X11 platform main.Fabio Alessandrelli2018-10-071-2/+3
* | | | Remove redundant "== false" codeAaron Franke2018-10-061-2/+2
* | | | Remove redundant "== true" codeAaron Franke2018-10-061-1/+1
|/ / /
* | | Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde2018-10-021-1/+1
* | | Changed the comment where reduz yells at the X11 API to a less explicitive oneLikeLakers22018-10-011-9/+3
* | | Fix various Clang 7 warnings about unused stuffRémi Verschelde2018-10-011-8/+3
* | | SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde2018-10-012-4/+5
* | | SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-1/+1
* | | SCons: Fix checks for clang in env['CXX']Rémi Verschelde2018-09-251-3/+3
* | | Fixed hang when segfaulting after OS object destroyed (OSX and X11)Ibrahn Sahir2018-09-241-2/+4
* | | Merge pull request #22070 from capnm/fix_Input.set_default_cursor_shape_take2Rémi Verschelde2018-09-191-4/+7
|\ \ \
| * | | Fix set_default_cursor_shape interaction with Control nodesMartin Capitanio2018-09-151-4/+7