Age | Commit message (Expand) | Author |
2019-12-01 | iOS modular build and export implementation. | bruvzg |
2019-11-12 | X11: Fix memory leak in handle_key_event | Rémi Verschelde |
2019-10-30 | [macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp... | bruvzg |
2019-10-12 | Fix X11 modifier keys. | bruvzg |
2019-10-03 | Properly revert cursor when using set_custom_mouse_cursor with null | PouleyKetchoupp |
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin |
2019-09-11 | [X11] set PID as window attribute | thomas.herzog |
2019-08-28 | Fix modifier keys causing key-code mismatch on Linux/X11. | bruvzg |
2019-08-10 | OS_X11::set_window_maximized gives up after 0.5s | Carl Drougge |
2019-07-30 | Turn `OS.set_min/max_window_size()` warnings into errors | Hugo Locurcio |
2019-07-24 | Fix crash caused by a9a0d0fb15cc5e028dbf8dab8b46d3dc197c4678 | Guilherme Felipe |
2019-07-09 | Fix cursor blinking in integrated GPUs | Guilherme Felipe |
2019-07-01 | Merge pull request #29815 from NilsIrl/plus_file_1 | Rémi Verschelde |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-23 | Replace ` + "/" + ` with `String::file_add()` | Nils ANDRÉ-CHANG |
2019-06-17 | Merge pull request #29752 from bruvzg/window_size_limits | Rémi Verschelde |
2019-06-15 | Adding a new Camera Server implementation to Godot. | BastiaanOlij |
2019-06-15 | Add ability to limit maximum/minimum window size. | bruvzg |
2019-06-12 | Merge pull request #29465 from bruvzg/per_pixel_transp_impr | Rémi Verschelde |
2019-06-11 | [X11] Add window borderless state detection, fix borderless state restoration... | bruvzg |
2019-06-04 | Removes redundant "display/window/per_pixel_transparency/splash" setting, imp... | bruvzg |
2019-05-31 | Fix and expose String::strip_escapes(), use it in LineEdit paste | Rémi Verschelde |
2019-05-23 | Fixed uninitialised variable in x11 null cursor creation | Ibrahn Sahir |
2019-05-21 | added a const keyword for a methods that return constant literal... | hbina085 |
2019-05-09 | X11: Check if "_NET_FRAME_EXTENTS" atom is supported. | bruvzg |
2019-05-01 | Fixed game crash, regression of #26977 | Andrea Catania |
2019-05-01 | Merge pull request #27676 from qarmin/small_fixes_2 | Rémi Verschelde |
2019-04-30 | Merge pull request #26977 from bruvzg/fix_x11_window_pos | Rémi Verschelde |
2019-04-27 | [Input] Release keys/actions pressed if window loses focus | Guilherme Felipe |
2019-04-22 | fixed an access after free in OS_X11::set_context. | Ibrahn Sahir |
2019-04-22 | Merge pull request #27673 from qarmin/small_fixes | Rémi Verschelde |
2019-04-15 | Add Input::get_current_cursor_shape | Guilherme Felipe |
2019-04-09 | Fix jump over uninitialized value in OS Unix/X11 | Fabio Alessandrelli |
2019-04-08 | Small fixes, mostly dupicated code | qarmin |
2019-04-04 | Small fixes to static analyzer bugs | qarmin |
2019-03-12 | [X11] Fix `get_window_position` to return absolute coordinates, change `set_w... | bruvzg |
2019-03-12 | fix for access after free in OS_X11::set_context. | Ibrahn Sahir |
2019-03-05 | Disable driver fallback to GLES2 by default | Rémi Verschelde |
2019-03-03 | Add support for event accumlation (off by default, on for editor), fixes #26536 | Juan Linietsky |
2019-02-28 | X11: Fix drag and drop from non-latin paths | Rémi Verschelde |
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky |
2019-02-21 | Fix all -Wtype-limits warnings. | marxin |
2019-02-14 | Merge pull request #25879 from hpvb/fix-25629 | Rémi Verschelde |
2019-02-14 | Detect when primusrun/optirun is in use | Hein-Pieter van Braam |
2019-02-14 | Don't crash if there's no application name | Hein-Pieter van Braam |
2019-01-30 | Fix many asan and ubsan reported issues | Hein-Pieter van Braam |
2019-01-28 | Properly detect when to use DRI_PRIME | Hein-Pieter van Braam |
2019-01-03 | Merge pull request #24477 from lupoDharkael/nouveau | Hein-Pieter van Braam |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-21 | Fix missed captured mouse events on x11 | Lee Pugh |