summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/wayland
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #92353 from Riteo/you-cant-see-meRémi Verschelde2024-05-282-0/+11
|\ \
| * | Wayland: Implement is_window_transparency_availableRiteo2024-05-262-0/+11
| |/
* / Enable build config wayland=yes use_sowrap=noJoel Winarske2024-05-251-0/+3
|/
* Properly set window class in WaylandPaulo Poiati2024-05-222-5/+6
* Merge pull request #89574 from Riteo/scale-your-expectations-with-this-oneRémi Verschelde2024-05-071-1/+9
|\
| * Wayland: Workaround API limitation in screen/UI scale logicRiteo2024-05-071-1/+9
* | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
|/
* Wayland: Add support for OpenGL ES driverRiteo2024-05-035-18/+161
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-1/+1
* Wayland: Improve compositor compatibility by allowing older globalsRiteo2024-04-262-119/+136
* [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-102-9/+0
* [DisplayServer] Add separate feature flags for different native dialog types.bruvzg2024-03-261-1/+3
* Merge pull request #87831 from Riteo/bitfield-xorRémi Verschelde2024-03-261-1/+1
|\
| * Core: Implement a XOR operator for BitFieldRiteo2024-02-011-1/+1
* | [Wayland] Fix typo in input codeA Thousand Ships2024-03-201-1/+1
* | clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-122-5/+5
* | Merge pull request #89328 from Riteo/wayland-cursor-frame-optRémi Verschelde2024-03-091-7/+14
|\ \
| * | Wayland: Setup next cursor frame callback only if animatedRiteo2024-03-091-7/+14
* | | Merge pull request #89307 from alesliehughes/wayland_usageRémi Verschelde2024-03-091-4/+24
|\ \ \
| * | | wayland: Stop possible Null pointer dereferencesAlistair Leslie-Hughes2024-03-091-4/+24
| |/ /
* / / wayland: Stop unreachable warningAlistair Leslie-Hughes2024-03-091-2/+2
|/ /
* | Merge pull request #87452 from bruvzg/native_menuRémi Verschelde2024-03-062-0/+14
|\ \
| * | Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-042-0/+14
* | | Merge pull request #89178 from Riteo/gotta-have-them-allRémi Verschelde2024-03-051-3/+14
|\ \ \ | |/ / |/| |
| * | Wayland: Properly report all used featuresRiteo2024-03-041-3/+14
* | | [Wayland] Fix tilt handlingA Thousand Ships2024-03-032-3/+2
|/ /
* | Merge pull request #88970 from KoBeWi/ImageCursor2DRémi Verschelde2024-02-292-32/+3
|\ \
| * | Improve cursor_set_custom_image() methodkobewi2024-02-282-32/+3
* | | Wayland: Restore tablet support and handle multiple toolsRiteo2024-02-282-121/+151
|/ /
* | Wayland: suspend window after frame timeout or suspend stateRiteo2024-02-154-9/+144
* | 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-52/+75
* | Merge pull request #88134 from akien-mga/scons-wayland-py3.12-escapeRémi Verschelde2024-02-091-4/+4
|\ \
| * | SCons: Use r-strings for wayland-scanner builder commandRémi Verschelde2024-02-091-4/+4
* | | Merge pull request #82800 from Sauermann/fix-screen-mousemotionRémi Verschelde2024-02-091-0/+4
|\ \ \ | |/ / |/| |
| * | Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-051-0/+4
| |/
* | Fix various typos with codespellRémi Verschelde2024-02-071-2/+2
* | wayland: Update to 1.22.0Jakub Marcowski2024-02-062-0/+18
|/
* Merge pull request #87764 from Riteo/wayland-native-handleRémi Verschelde2024-01-312-0/+33
|\
| * Wayland: implement `window_get_native_handle`Riteo2024-01-312-0/+33
* | [Wayland] Add support for native file dialogs.bruvzg2024-01-315-1/+81
|/
* Add Wayland supportRiteo2024-01-3021-0/+9474