summaryrefslogtreecommitdiffstats
path: root/platform/x11
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | add option to use ThinLTOMichele Valente2019-04-251-3/+12
* | | | SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-5/+7
|/ / /
* | | Merge pull request #26961 from ibrahn/fix-x11setcontext-access-freedHein-Pieter van Braam2019-04-231-15/+21
|\ \ \
| * | | fixed an access after free in OS_X11::set_context.Ibrahn Sahir2019-04-221-15/+21
* | | | Merge pull request #27208 from Calinou/add-lld-linkerHein-Pieter van Braam2019-04-231-1/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Add support for linking using LLD on X11Hugo Locurcio2019-03-181-1/+9
| |/ /
* | | 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-152-4/+6
* | | Fix jump over uninitialized value in OS Unix/X11Fabio Alessandrelli2019-04-091-0/+2
* | | Merge pull request #27067 from shartte/remove-context-glRémi Verschelde2019-04-071-11/+10
|\ \ \
| * | | Remove ContextGL since as an abstraction it's unused.Sebastian Hartte2019-04-061-11/+10