summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/wayland/display_server_wayland.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix remainder of godotengine referencesSpartan3222024-10-311-2/+2
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Fix Linux desktop filesChen Asraf2024-10-261-1/+1
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-2/+2
* Wayland: check for suspended flag when unsuspendingRiteo2024-07-161-1/+1
* Improve handling of rendering startup errorsPedro J. Estébanez2024-06-281-1/+8
* Wayland: minimize surface commits and limit them to the main threadRiteo2024-06-281-21/+45
* Merge pull request #93021 from bruvzg/wl_imeRémi Verschelde2024-06-191-4/+46
|\
| * [Wayland] Implement IME support.bruvzg2024-06-111-4/+46
* | Merge pull request #92663 from Riteo/holy-egl-batmanRémi Verschelde2024-06-131-3/+3
|\ \ | |/ |/|
| * EGL: Use EGL_EXT_platform_base whenever possibleRiteo2024-06-041-3/+3
* | Fix creating cursor image from AtlasTexturekleonc2024-06-051-2/+1
|/
* Merge pull request #89033 from bruvzg/doc_end_errRémi Verschelde2024-05-281-1/+8
|\
| * [DisplayServer] Add error messages and descriptions to callbacks.bruvzg2024-05-281-1/+8
* | Wayland: Implement is_window_transparency_availableRiteo2024-05-261-0/+9
|/
* Properly set window class in WaylandPaulo Poiati2024-05-221-3/+4
* Wayland: Workaround API limitation in screen/UI scale logicRiteo2024-05-071-1/+9
* Wayland: Add support for OpenGL ES driverRiteo2024-05-031-16/+41
* [DBus] Process file dialog callback in the main event loop instead of using d...bruvzg2024-04-231-0/+6
* Polish interaction between windowing, input and renderingPedro J. Estébanez2024-04-101-8/+0
* [DisplayServer] Add separate feature flags for different native dialog types.bruvzg2024-03-261-1/+3
* wayland: Stop unreachable warningAlistair Leslie-Hughes2024-03-091-2/+2
* Merge pull request #87452 from bruvzg/native_menuRémi Verschelde2024-03-061-0/+13
|\
| * Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-0/+13
* | Wayland: Properly report all used featuresRiteo2024-03-041-3/+14
|/
* Improve cursor_set_custom_image() methodkobewi2024-02-281-30/+3
* Wayland: suspend window after frame timeout or suspend stateRiteo2024-02-151-3/+28
* 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-27/+34
* Merge pull request #87764 from Riteo/wayland-native-handleRémi Verschelde2024-01-311-0/+31
|\
| * Wayland: implement `window_get_native_handle`Riteo2024-01-311-0/+31
* | [Wayland] Add support for native file dialogs.bruvzg2024-01-311-1/+21
|/
* Add Wayland supportRiteo2024-01-301-0/+1353