summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/wayland
Commit message (Expand)AuthorAgeFilesLines
* Fix remainder of godotengine referencesSpartan3222024-10-311-2/+2
* Fix copyright headers referring to GodotSpartan3222024-10-2714-28/+28
* Fix Linux desktop filesChen Asraf2024-10-261-1/+1
* Rebrand preambles to RedotSpartan3222024-10-1314-0/+28
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-2/+2
* Use wayland-egl-core.h instead of wayland-egl.hJoel Winarske2024-09-161-1/+1
* Wayland: Avoid recreating input objects on capability changeRiteo2024-08-091-17/+21
* Wayland: Fix error spam when interacting with decorationsRiteo2024-07-201-15/+17
* Merge pull request #94411 from Riteo/suspending-the-right-wayRémi Verschelde2024-07-171-1/+1
|\
| * Wayland: check for suspended flag when unsuspendingRiteo2024-07-161-1/+1
* | Wayland: commit surface on window creationRiteo2024-07-151-0/+2
|/
* Wayland: scale relative pointer motionRiteo2024-07-071-0/+5
* 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-284-31/+53
* Merge pull request #93021 from bruvzg/wl_imeRémi Verschelde2024-06-195-4/+288
|\
| * [Wayland] Implement IME support.bruvzg2024-06-115-4/+288
* | Merge pull request #92663 from Riteo/holy-egl-batmanRémi Verschelde2024-06-133-18/+44
|\ \ | |/ |/|
| * EGL: Use EGL_EXT_platform_base whenever possibleRiteo2024-06-043-18/+44
* | 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