summaryrefslogtreecommitdiff
path: root/platform/x11
AgeCommit message (Expand)Author
2020-01-06Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-01iOS modular build and export implementation.bruvzg
2019-11-28Add an `OS.is_window_focused()` getterHugo Locurcio
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-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-08-10OS_X11::set_window_maximized gives up after 0.5sCarl Drougge
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-08-07Added Thread Sanitizerqarmin
2019-07-30Turn `OS.set_min/max_window_size()` warnings into errorsHugo Locurcio
2019-07-24Fix crash caused by a9a0d0fb15cc5e028dbf8dab8b46d3dc197c4678Guilherme Felipe
2019-07-23Fix some code found by Coverity Scan and PVS Studioqarmin
2019-07-09Fix cursor blinking in integrated GPUsGuilherme Felipe
2019-07-07Fixes minor issues found by static analyzerqarmin
2019-07-05Merge pull request #24086 from RandomShaper/bundle-pck-to-executableRémi Verschelde
2019-07-04Remove libwebsocket. No longer used, yay!Fabio Alessandrelli
2019-07-03Add embedded PCK option to PC platformsPedro J. Estébanez
2019-07-03SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde
2019-07-02Fix various memory leaks and errorsBojidar Marinov
2019-07-01Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-23Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG
2019-06-23SCons: Default to builtin libpng/freetype on LinuxRémi Verschelde
2019-06-20Merge pull request #29874 from ibrahn/rework-png-loadsaveRémi Verschelde
2019-06-19Png driver reworked to use libpng 1.6 simplified APIIbrahn Sahir
2019-06-19Linux: Check return values of posix read/writeMartin Capitanio
2019-06-17Linux: Check return value of chdir on cleanupRémi Verschelde
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-12Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde
2019-06-11bullet: Sync with current upstream master branchRé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-06-03Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin
2019-05-31Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde
2019-05-28Merge pull request #28512 from MJacred/masterRémi Verschelde
2019-05-23Check project settings live before lookup in crash handlerIbrahn Sahir
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