summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/x11
Commit message (Expand)AuthorAgeFilesLines
* Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-132-0/+5
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-125-56/+79
* Merge pull request #82800 from Sauermann/fix-screen-mousemotionRémi Verschelde2024-02-091-0/+3
|\
| * Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-051-0/+3
* | Merge pull request #86843 from RandomShaper/fix_null_ptrRémi Verschelde2024-02-071-1/+2
|\ \ | |/ |/|
| * Avoid several null-dereferences of ApiContextRDPedro J. Estébanez2024-02-061-1/+2
* | Merge pull request #80231 from romlok/input-key-locationRémi Verschelde2024-01-293-0/+32
|\ \
| * | Add InputEventKey.location to tell left from rightMel Collins2024-01-263-0/+32
* | | [Native File Dialog] Add support for adding custom options to the dialogs.bruvzg2024-01-242-1/+13
|/ /
* | [X11] Don't re-set input focus if the given window already has itDavid Snopek2024-01-182-5/+18
* | Merge pull request #86441 from dsnopek/mequam-x11-focus-grabRémi Verschelde2024-01-182-4/+21
|\ \
| * | [X11] Fix Godot stealing focus on alternative Window Managersmequam2024-01-092-4/+21
| |/
* | Merge pull request #86446 from reduz/transient-to-focusedRémi Verschelde2024-01-152-0/+7
|\ \
| * | Implement a transient_to_focused modeJuan Linietsky2024-01-142-0/+7
| |/
* | Update deferred calls to use Callableskobewi2024-01-091-1/+1
* | Merge pull request #86160 from gregdebonis/gregdebonis/issue86156Rémi Verschelde2024-01-031-1/+1
|\ \ | |/ |/|
| * Wrong key mapping for XK_KP_Delete keyGregory De Bonis2023-12-141-1/+1
* | Merge pull request #83452 from RandomShaper/rd_commonYuri Sizov2023-12-204-54/+75
|\ \
| * | Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-204-54/+75
| |/
* | Merge pull request #75489 from bruvzg/init_pos_usableYuri Sizov2023-12-191-1/+2
|\ \ | |/ |/|
| * [DisplayServer] Use screen "usable rect" instead of full rect to calculate in...bruvzg2023-12-041-1/+2
* | X11: Send IME update notification deferredHolonProduction2023-11-241-1/+1
|/
* [X11] Add fallback from desktop GL to GLES, suppress PRIME detector error spam.bruvzg2023-11-064-13/+40
* Fix freeze when requesting clipboard image from our own windowSetadokalo2023-10-251-2/+2
* Improved X11 screen_get_refresh_rate performanceBrayden Harlon2023-10-241-1/+1
* Merge pull request #81439 from Setadokalo/clipboard_imageRémi Verschelde2023-10-202-2/+226
|\
| * Implement clipboard_get/has_image for X11Setadokalo2023-10-202-2/+226
* | Fix unused variables warning when `touch` is disabledKacper Gibas2023-10-131-3/+7
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* | Add vararg call() method to C++ Callablekobewi2023-10-051-27/+8
* | [X11] Add support for using EGL/GLES instead of GLX.bruvzg2023-10-045-9/+201
* | Merge pull request #80952 from bruvzg/nfdlg_refocusRémi Verschelde2023-10-031-2/+2
|\ \
| * | [Native File Dialogs] Refocus last focused window on close.bruvzg2023-08-241-2/+2
| |/
* | Linux/OpenGL: don't force vsync in the editorRiteo2023-09-241-6/+0
* | [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-212-1/+2
* | [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-122-12/+12
|/
* Merge pull request #80104 from bruvzg/freedesktop_native_file_dialogRémi Verschelde2023-08-172-0/+16
|\
| * [Linux/Freedesktop] Implement native file selection dialog support.bruvzg2023-08-172-0/+16
* | Merge pull request #80036 from PorkrollPosadist/fix-wayland-window-behaviorRémi Verschelde2023-08-171-12/+14
|\ \ | |/ |/|
| * Use EWMH for DisplayServerX11::_window_minimize_check() implementationPorkrollPosadist2023-07-311-12/+14
* | Fix GCC -Wmaybe-uninitialized warningsRémi Verschelde2023-08-141-4/+4
* | Merge pull request #80279 from Sauermann/fix-x11-mouse-window-event-crashRémi Verschelde2023-08-102-3/+18
|\ \
| * | Track hovered `Window` in `DisplayServerX11`Markus Sauermann2023-08-092-3/+18
* | | Merge pull request #80240 from bruvzg/x11_ext_checksRémi Verschelde2023-08-072-25/+22
|\ \ \
| * | | [X11] Do not fail DisplayServer init if non-essential extensions are missing.bruvzg2023-08-042-25/+22
| |/ /
* / / Fix native popups auto-closing when interacting with non-client area.bruvzg2023-08-071-1/+1
|/ /
* / Fix crash on Windows when closing `Window`Markus Sauermann2023-08-021-0/+6
|/
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-1/+1
* Merge pull request #77993 from bruvzg/key_lbl_from_pYuri Sizov2023-07-122-0/+25
|\
| * Implement keyboard_get_label_from_physical method.bruvzg2023-06-082-0/+25