summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/wayland/display_server_wayland.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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