summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: bump version to 1.23.931.23.93Simon Ser2025-06-211-1/+1
* connection: Do not busy-loop if a message exceeds the buffer sizeDemi Marie Obenour2025-06-214-0/+56
* build: bump version to 1.23.92Simon Ser2025-06-081-1/+1
* egl: Make `wayland-egl symbols check` depend on `wayland_egl`Matt Turner2025-06-081-0/+1
* tests: Depend on exec-fd-leak-checkerMatt Turner2025-06-081-2/+5
* tests: Add support for specifying runtime dependenciesMatt Turner2025-06-081-0/+2
* tests: Make `tests` dict elements dicts themselvesMatt Turner2025-06-081-64/+97
* cursor: Properly check realloc for errorsTobias Stoeckmann2025-06-081-6/+7
* cursor: Ignore invalid cursor filesTobias Stoeckmann2025-06-081-0/+2
* cursor: Gracefully handle huge cursor filesTobias Stoeckmann2025-06-081-2/+12
* cursor: Gracefully handle out of memory conditionTobias Stoeckmann2025-06-081-1/+5
* cursor: Fix undefined behavior with huge namesTobias Stoeckmann2025-06-081-1/+1
* client: fix conversion specifier in the discarded event log messageKirill Primak2025-06-081-1/+1
* connection: fix segfault in wl_closure_invoke()Caitlyn Stewart2025-06-081-0/+5
* build: bump version to 1.23.90 for the RC1 release1.23.91Simon Ser2025-05-221-1/+1
* protocol: drop reference to linux-explicit-synchronizationSimon Ser2025-05-201-1/+2
* Fix typosTobias Stoeckmann2025-05-204-6/+6
* server: add wl_resource_get_interface()Isaac Freund2025-05-202-0/+17
* client: add wl_proxy_get_interface()Isaac Freund2025-05-202-0/+17
* protocol: Clarify sending of wl_seat.capabilitiesDavid Edmundson2025-05-201-6/+7
* shm: linkify function references in docsSimon Ser2025-05-201-8/+8
* shm: fix comment about wl_shm_buffer_begin_access() safetySimon Ser2025-05-201-1/+1
* shm: Generate an error when shm access failed even without a resourceSebastian Wick2025-05-201-0/+26
* shm: Add wl_shm_buffer ref and unref functionsSebastian Wick2025-05-202-5/+79
* shm: Remove refcount check which cannot be triggeredSebastian Wick2025-05-201-7/+2
* shm: Linkify wl_shm_pool_unref in the ref_pool documentationSebastian Wick2025-05-201-1/+1
* protocol: Clarify wl_buffer.release descriptionMichel Dänzer2025-03-151-2/+4
* client: document get_listener behavior for dispatchersJulian Orth2025-03-151-0/+3
* scanner: use separate guards for validator functionsSimon Ser2025-02-234-31/+151
* Forward declarate timespec structVlad Zahorodnii2025-02-061-1/+2
* Also use [[deprecated]] when compiling with at least C++14David Redondo2025-02-051-1/+1
* Make wayland-util.h -Wundef safe when compiled by a C++ compilerDavid Redondo2025-02-051-2/+2
* build: Add -lm to pkg-config dependenciesDaniel Stone2025-02-051-0/+2
* tests: Add dispatch timeout testsSebastian Wick2025-02-041-0/+87
* client: Add wl_display_dispatch_timeoutSebastian Wick2025-02-042-0/+13
* client: Add wl_display_dispatch_queue_timeoutSebastian Wick2025-02-042-34/+127
* event-loop: Use timespec utils instead of hand-rolling our ownSebastian Wick2025-02-041-54/+7
* timespec: Implement saturating timespec substractionSebastian Wick2025-02-041-0/+18
* timespec: Pull in timespec_after and timespec_add from mesaSebastian Wick2025-02-041-0/+34
* timespec: Pull in timespec.h from westonSebastian Wick2025-02-041-0/+259
* server: add const qualifier to function arguments where possibleSebastian Wick2025-01-223-18/+19
* ci: Update ci-templatesDaniel Stone2025-01-211-3/+3
* util: reduce error of wl_fixed_from_double()Haihua Hu2025-01-091-1/+1
* connection: Fix wrong format stringDemi Marie Obenour2024-11-301-1/+1
* tests: Avoid calling function with wrong typeDemi Marie Obenour2024-11-303-11/+23
* connection: Avoid undefined pointer arithmeticDemi Marie Obenour2024-11-291-4/+4
* protocol: add wl_fixes interfaceJulian Orth2024-11-181-0/+27
* cursor: add check to ensure wl_shm_create_pool succeededYaoBing Xiao2024-10-181-0/+5
* protocol: document that wl_surface.offset is role-specificSimon Ser2024-10-051-0/+3
* Add wl_keyboard key repeat eventsAndri Yngvason2024-09-231-4/+18