summaryrefslogtreecommitdiff
path: root/platform/x11/os_x11.cpp
AgeCommit message (Expand)Author
2019-12-01iOS modular build and export implementation.bruvzg
2019-11-12X11: Fix memory leak in handle_key_eventRémi Verschelde
2019-10-30[macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg
2019-10-12Fix X11 modifier keys.bruvzg
2019-10-03Properly revert cursor when using set_custom_mouse_cursor with nullPouleyKetchoupp
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-09-11[X11] set PID as window attributethomas.herzog
2019-08-28Fix modifier keys causing key-code mismatch on Linux/X11.bruvzg
2019-08-10OS_X11::set_window_maximized gives up after 0.5sCarl Drougge
2019-07-30Turn `OS.set_min/max_window_size()` warnings into errorsHugo Locurcio
2019-07-24Fix crash caused by a9a0d0fb15cc5e028dbf8dab8b46d3dc197c4678Guilherme Felipe
2019-07-09Fix cursor blinking in integrated GPUsGuilherme Felipe
2019-07-01Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-23Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG
2019-06-17Merge pull request #29752 from bruvzg/window_size_limitsRémi Verschelde
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-06-15Add ability to limit maximum/minimum window size.bruvzg
2019-06-12Merge pull request #29465 from bruvzg/per_pixel_transp_imprRémi Verschelde
2019-06-11[X11] Add window borderless state detection, fix borderless state restoration...bruvzg
2019-06-04Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...bruvzg
2019-05-31Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde
2019-05-23Fixed uninitialised variable in x11 null cursor creationIbrahn Sahir
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-09X11: Check if "_NET_FRAME_EXTENTS" atom is supported.bruvzg
2019-05-01Fixed game crash, regression of #26977Andrea Catania
2019-05-01Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde
2019-04-30Merge pull request #26977 from bruvzg/fix_x11_window_posRémi Verschelde
2019-04-27[Input] Release keys/actions pressed if window loses focusGuilherme Felipe
2019-04-22fixed an access after free in OS_X11::set_context.Ibrahn Sahir
2019-04-22Merge pull request #27673 from qarmin/small_fixesRémi Verschelde
2019-04-15Add Input::get_current_cursor_shapeGuilherme Felipe
2019-04-09Fix jump over uninitialized value in OS Unix/X11Fabio Alessandrelli
2019-04-08Small fixes, mostly dupicated codeqarmin
2019-04-04Small fixes to static analyzer bugsqarmin
2019-03-12[X11] Fix `get_window_position` to return absolute coordinates, change `set_w...bruvzg
2019-03-12fix for access after free in OS_X11::set_context.Ibrahn Sahir
2019-03-05Disable driver fallback to GLES2 by defaultRémi Verschelde
2019-03-03Add support for event accumlation (off by default, on for editor), fixes #26536Juan Linietsky
2019-02-28X11: Fix drag and drop from non-latin pathsRémi Verschelde
2019-02-26-Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky
2019-02-21Fix all -Wtype-limits warnings.marxin
2019-02-14Merge pull request #25879 from hpvb/fix-25629Rémi Verschelde
2019-02-14Detect when primusrun/optirun is in useHein-Pieter van Braam
2019-02-14Don't crash if there's no application nameHein-Pieter van Braam
2019-01-30Fix many asan and ubsan reported issuesHein-Pieter van Braam
2019-01-28Properly detect when to use DRI_PRIMEHein-Pieter van Braam
2019-01-03Merge pull request #24477 from lupoDharkael/nouveauHein-Pieter van Braam
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-21Fix missed captured mouse events on x11Lee Pugh