summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/wayland/wayland_thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-3/+3
|\
| * Wayland: Only set selection when there is not already a source.Trevor Davenport2024-11-171-3/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Wayland: Simplify cursor code and fix custom cursorsRiteo2024-09-131-61/+49
* Wayland: clear button mask on pointer leaveRiteo2024-09-101-0/+2
* Wayland: make primary selection logic consistent with main clipboardRiteo2024-09-081-4/+5
* Merge pull request #94022 from Riteo/a-fraction-of-the-workRémi Verschelde2024-08-221-9/+9
|\
| * Wayland: switch pointer position handling to doublesRiteo2024-07-071-9/+9
* | Wayland: Avoid recreating input objects on capability changeRiteo2024-08-091-17/+21
* | Wayland: Fix error spam when interacting with decorationsRiteo2024-07-201-15/+17
* | Wayland: commit surface on window creationRiteo2024-07-151-0/+2
* | Wayland: scale relative pointer motionRiteo2024-07-071-0/+5
|/
* Wayland: minimize surface commits and limit them to the main threadRiteo2024-06-281-10/+4
* [Wayland] Implement IME support.bruvzg2024-06-111-0/+182
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
* [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-261-88/+105
* 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-121-4/+4
* | 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
* | | wayland: Stop possible Null pointer dereferencesAlistair Leslie-Hughes2024-03-091-4/+24
|/ /
* | [Wayland] Fix tilt handlingA Thousand Ships2024-03-031-2/+1
* | Wayland: Restore tablet support and handle multiple toolsRiteo2024-02-281-116/+138
* | Wayland: suspend window after frame timeout or suspend stateRiteo2024-02-151-5/+111
* | 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
| |/
* / wayland: Update to 1.22.0Jakub Marcowski2024-02-061-0/+12
|/
* [Wayland] Add support for native file dialogs.bruvzg2024-01-311-0/+33
* Add Wayland supportRiteo2024-01-301-0/+4004