summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/x11/display_server_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-6/+3
|/
* Merge pull request #86101 from GrammAcc/partial-fix-68305Rémi Verschelde2024-03-111-13/+0
|\
| * [X11] Partial Fix Godot Editor and Project Manager steals focus on a window m...Dalton Lang2024-02-051-13/+0
* | Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-0/+12
* | Improve cursor_set_custom_image() methodkobewi2024-02-281-35/+5
* | Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-131-0/+4
* | Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-29/+44
* | 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-291-0/+8
|\ \
| * | Add InputEventKey.location to tell left from rightMel Collins2024-01-261-0/+8
* | | [Native File Dialog] Add support for adding custom options to the dialogs.bruvzg2024-01-241-1/+12
|/ /
* | [X11] Don't re-set input focus if the given window already has itDavid Snopek2024-01-181-5/+17
* | Merge pull request #86441 from dsnopek/mequam-x11-focus-grabRémi Verschelde2024-01-181-4/+20
|\ \
| * | [X11] Fix Godot stealing focus on alternative Window Managersmequam2024-01-091-4/+20
| |/
* | Merge pull request #86446 from reduz/transient-to-focusedRémi Verschelde2024-01-151-0/+5
|\ \
| * | Implement a transient_to_focused modeJuan Linietsky2024-01-141-0/+5
| |/
* / Update deferred calls to use Callableskobewi2024-01-091-1/+1
|/
* Merge pull request #83452 from RandomShaper/rd_commonYuri Sizov2023-12-201-40/+55
|\
| * Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-40/+55
* | 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-061-13/+16
* 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-201-2/+223
|\
| * Implement clipboard_get/has_image for X11Setadokalo2023-10-201-2/+223
* | 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-041-8/+72
* | 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
| |/
* | [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-1/+1
* | [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-8/+8
|/
* Merge pull request #80104 from bruvzg/freedesktop_native_file_dialogRémi Verschelde2023-08-171-0/+14
|\
| * [Linux/Freedesktop] Implement native file selection dialog support.bruvzg2023-08-171-0/+14
* | 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
* | Merge pull request #80279 from Sauermann/fix-x11-mouse-window-event-crashRémi Verschelde2023-08-101-3/+17
|\ \
| * | Track hovered `Window` in `DisplayServerX11`Markus Sauermann2023-08-091-3/+17
* | | Merge pull request #80240 from bruvzg/x11_ext_checksRémi Verschelde2023-08-071-24/+19
|\ \ \
| * | | [X11] Do not fail DisplayServer init if non-essential extensions are missing.bruvzg2023-08-041-24/+19
| |/ /
* / / 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-121-0/+24
|\