summaryrefslogtreecommitdiffstats
path: root/platform/x11
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | Fix Input::set_custom_mouse_cursor showing cursor when it's invisibleGuilherme Felipe2018-09-171-1/+3
|/ / /
* | | Fix set_custom_mouse_cursor changing to incorrect cursor shapeGuilherme Felipe2018-09-131-2/+3
* | | Merge pull request #21753 from guilhermefelipecgs/fix_confined_modeRémi Verschelde2018-09-121-5/+12
|\ \ \
| * | | Fixes to mouse mode confined and capturedGuilherme Felipe2018-09-051-5/+12
* | | | Merge pull request #21914 from hpvb/fix-21720Rémi Verschelde2018-09-121-0/+20
|\ \ \ \
| * | | | When resizing an X11 window wait for the WM to process our requestHein-Pieter van Braam2018-09-101-0/+20
| |/ / /
* | | | Merge pull request #21910 from hpvb/fix-8145-x11Rémi Verschelde2018-09-122-0/+23
|\ \ \ \
| * | | | Update X11 global mouse position at startupHein-Pieter van Braam2018-09-092-0/+23
| |/ / /
* / / / Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-127-12/+12
|/ / /
* | | Really fix the custom cursor hotspotMartin Capitanio2018-09-041-0/+1
* | | Fix custom cursor hotspotGuilherme Felipe2018-09-031-0/+1
* | | Merge pull request #21387 from hpvb/fix-15324Rémi Verschelde2018-08-272-58/+82
|\ \ \
| * | | Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam2018-08-262-58/+82
* | | | When setting an X11 icon fails, try halving the sizeHein-Pieter van Braam2018-08-271-17/+58
|/ / /
* | | Support more X11 dialogs for X11::alert()Hein-Pieter van Braam2018-08-251-5/+59
* | | Merge pull request #20712 from marcelofg55/midi_open_closeJuan Linietsky2018-08-241-4/+0
|\ \ \
| * | | Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez2018-08-041-4/+0
| | |/ | |/|
* | | Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-242-14/+1
* | | Add print_verbose to print to stdout only in verbose modeRémi Verschelde2018-08-241-14/+7
* | | BPTC supportelasota2018-08-211-1/+1
* | | Replace XRaiseWindow with a _NET_ACTIVE_WINDOW ClientRequestHein-Pieter van Braam2018-08-161-2/+15
|/ /
* | Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-272-5/+20
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-6/+6
* | Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde2018-07-253-1/+13
|\ \
| * | Added a new MIDIDriver classMarcelo Fernandez2018-07-213-1/+13
* | | SCons: Add "execinfo" option to force linking libexecinfoRémi Verschelde2018-07-221-0/+4
* | | -Fix disable_3d flagJuan Linietsky2018-07-211-2/+10
|/ /
* | Fix some more build issues after c69de2ba4Rémi Verschelde2018-07-201-2/+2
* | -Project/Editor settings now use new inspectorJuan Linietsky2018-07-192-2/+11
* | Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-2/+2
|/
* Add a new notification to detect crashes on native scriptsMarcelo Fernandez2018-07-021-0/+4