summaryrefslogtreecommitdiffstats
path: root/platform/x11/os_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde2019-05-311-1/+1
* Fixed uninitialised variable in x11 null cursor creationIbrahn Sahir2019-05-231-12/+16
* added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
* X11: Check if "_NET_FRAME_EXTENTS" atom is supported.bruvzg2019-05-091-22/+26
* Fixed game crash, regression of #26977Andrea Catania2019-05-011-6/+12
* Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-011-28/+26
|\
| * Small fixes to static analyzer bugsqarmin2019-04-041-28/+26
* | Merge pull request #26977 from bruvzg/fix_x11_window_posRémi Verschelde2019-04-301-6/+19
|\ \
| * | [X11] Fix `get_window_position` to return absolute coordinates, change `set_w...bruvzg2019-03-121-6/+19
| |/
* | [Input] Release keys/actions pressed if window loses focusGuilherme Felipe2019-04-271-0/+2
* | fixed an access after free in OS_X11::set_context.Ibrahn Sahir2019-04-221-15/+21
* | Merge pull request #27673 from qarmin/small_fixesRémi Verschelde2019-04-221-1/+1
|\ \
| * | Small fixes, mostly dupicated codeqarmin2019-04-081-1/+1
| |/
* | Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-151-4/+5
* | Fix jump over uninitialized value in OS Unix/X11Fabio Alessandrelli2019-04-091-0/+2
|/
* fix for access after free in OS_X11::set_context.Ibrahn Sahir2019-03-121-4/+5
* Disable driver fallback to GLES2 by defaultRémi Verschelde2019-03-051-2/+2
* Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky2019-03-031-8/+10
* X11: Fix drag and drop from non-latin pathsRémi Verschelde2019-02-281-1/+1
* -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-1/+1
* Fix all -Wtype-limits warnings.marxin2019-02-211-1/+1
* 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
|/
* 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-281-21/+10
* 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-011-2/+2
* | 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-141-113/+258
* Merge pull request #20385 from moiman100/unify-double-clickingRémi Verschelde2018-12-141-6/+16
|\
| * Added double clicking to all buttonsMikko Mustonen2018-08-121-6/+16
* | Merge pull request #20063 from moiman100/fix-button-maskRémi Verschelde2018-12-141-32/+12
|\ \
| * | Fixed button mask behaviormm2018-07-111-32/+12
* | | 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
* | | | 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
* | | | Remove redundant "== false" codeAaron Franke2018-10-061-2/+2
* | | | Remove redundant "== true" codeAaron Franke2018-10-061-1/+1
|/ / /
* | | Changed the comment where reduz yells at the X11 API to a less explicitive oneLikeLakers22018-10-011-9/+3
* | | 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