summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/wayland
Commit message (Expand)AuthorAgeFilesLines
* Wayland: Only set selection when there is not already a source.Trevor Davenport2024-11-171-3/+3
* [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-301-1/+2
* Fix fallbacks to OpenGLSummersay4152024-10-281-1/+4
* Merge pull request #97771 from dsnopek/openxr-linux-eglThaddeus Crews2024-10-251-0/+12
|\
| * OpenXR: Add support for Wayland on LinuxDavid Snopek2024-10-041-0/+12
* | Fix wrong Wayland path if building with opengl3=noMatias N. Goldberg2024-10-121-1/+1
|/
* Move Vulkan includes to a central godot_vulkan.h headerGergely Kis2024-09-291-5/+1
* Merge pull request #97483 from akien-mga/clang-format-19.1.0Rémi Verschelde2024-09-261-2/+2
|\
| * CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-2/+2
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/
* Fallback to OpenGL 3 if Vulkan isn't available on WaylandJoaquim Monteiro2024-09-211-12/+20
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* Wayland: Simplify cursor code and fix custom cursorsRiteo2024-09-133-93/+59
* 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 #96540 from hunterkepley/fix-wayland-middlemouse-pasteRémi Verschelde2024-09-041-1/+1
|\
| * Wayland: Fix primary clipboard handlinghunterkepley2024-09-031-1/+1
* | Merge pull request #91780 from Riteo/falling-with-styleRémi Verschelde2024-09-041-8/+51
|\ \ | |/ |/|
| * Wayland: report when video drivers can't be loaded or foundRiteo2024-08-211-8/+51
* | Update rendering driver name on fallbacks. Fix rendering driver/method in the...bruvzg2024-09-011-0/+1
* | Use wayland-egl-core.h instead of wayland-egl.hJoel Winarske2024-08-231-1/+1
* | Merge pull request #90993 from darksylinc/matias-TheForgeRémi Verschelde2024-08-221-1/+1
|\ \
| * | Add debug utilities for VulkanMatias N. Goldberg2024-08-211-1/+1
| |/
* | Merge pull request #94022 from Riteo/a-fraction-of-the-workRémi Verschelde2024-08-222-13/+13
|\ \ | |/ |/|
| * Wayland: switch pointer position handling to doublesRiteo2024-07-072-13/+13
* | 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