summaryrefslogtreecommitdiffstats
path: root/platform/x11
Commit message (Expand)AuthorAgeFilesLines
* Fix modifier keys causing key-code mismatch on Linux/X11.bruvzg2019-08-281-1/+4
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-123-9/+0
* OS_X11::set_window_maximized gives up after 0.5sCarl Drougge2019-08-101-3/+6
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-2/+1
* Added Thread Sanitizerqarmin2019-08-071-1/+6
* Turn `OS.set_min/max_window_size()` warnings into errorsHugo Locurcio2019-07-301-2/+2
* Fix crash caused by a9a0d0fb15cc5e028dbf8dab8b46d3dc197c4678Guilherme Felipe2019-07-241-0/+1
* Fix some code found by Coverity Scan and PVS Studioqarmin2019-07-232-3/+3
* Fix cursor blinking in integrated GPUsGuilherme Felipe2019-07-092-0/+19
* Fixes minor issues found by static analyzerqarmin2019-07-071-0/+1
* Merge pull request #24086 from RandomShaper/bundle-pck-to-executableRémi Verschelde2019-07-053-0/+125
|\
| * Add embedded PCK option to PC platformsPedro J. Estébanez2019-07-033-0/+125
* | Remove libwebsocket. No longer used, yay!Fabio Alessandrelli2019-07-041-2/+2
* | SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-9/+9
* | Fix various memory leaks and errorsBojidar Marinov2019-07-021-0/+2
* | Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde2019-07-011-1/+1
|\ \ | |/ |/|
| * Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-1/+1
* | Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde2019-06-273-8/+6
|\ \
| * | Some code changed with Clang-Tidyqarmin2019-06-263-8/+6
* | | SCons: Default to builtin libpng/freetype on LinuxRémi Verschelde2019-06-231-5/+1
|/ /
* | Merge pull request #29874 from ibrahn/rework-png-loadsaveRémi Verschelde2019-06-201-1/+1
|\ \
| * | Png driver reworked to use libpng 1.6 simplified APIIbrahn Sahir2019-06-191-1/+1
* | | Linux: Check return values of posix read/writeMartin Capitanio2019-06-192-7/+11
|/ /
* | Linux: Check return value of chdir on cleanupRémi Verschelde2019-06-171-2/+5
* | Merge pull request #29752 from bruvzg/window_size_limitsRémi Verschelde2019-06-172-15/+129
|\ \
| * | Add ability to limit maximum/minimum window size.bruvzg2019-06-152-15/+129
| |/
* / Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-152-0/+8
|/
* Merge pull request #29465 from bruvzg/per_pixel_transp_imprRémi Verschelde2019-06-121-1/+1
|\
| * Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...bruvzg2019-06-041-1/+1
* | Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde2019-06-121-3/+3
|\ \
| * | Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin2019-06-031-3/+3
* | | bullet: Sync with current upstream master branchRémi Verschelde2019-06-111-3/+3
* | | [X11] Add window borderless state detection, fix borderless state restoration...bruvzg2019-06-111-5/+22
| |/ |/|
* | Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde2019-05-311-1/+1
|/
* Merge pull request #28512 from MJacred/masterRémi Verschelde2019-05-281-0/+1
|\
| * Fix application window not listed in taskbar (X11)MJacred2019-04-301-0/+1
* | Check project settings live before lookup in crash handlerIbrahn Sahir2019-05-231-1/+6
* | 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-212-2/+2
* | 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-013-35/+31
|\ \
| * | Small fixes to static analyzer bugsqarmin2019-04-043-35/+31
* | | SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-2/+2
* | | 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
* | | | Merge pull request #28061 from guilhermefelipecgs/fix_19137Rémi Verschelde2019-04-291-0/+2
|\ \ \ \
| * | | | [Input] Release keys/actions pressed if window loses focusGuilherme Felipe2019-04-271-0/+2
| | |_|/ | |/| |
* / | | fix builds made with Clang on some Linux distrosMichele Valente2019-04-261-1/+7
|/ / /
* | | Merge pull request #28402 from Valentactive/add-thinlto-support-x11Rémi Verschelde2019-04-251-3/+12
|\ \ \