aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc: Refactor the build system for complete build dir docsSebastian Wick2025-11-2738-164/+138
* build: Bump to meson version 0.64.0Sebastian Wick2025-11-273-11/+8
* protocol: add new formatsJulian Orth2025-11-261-0/+20
* client: add wl_display_dispatch_pending_singleIsaac Freund2025-09-163-0/+151
* connection: Add a thread ID to WAYLAND_DEBUG output.Kyle Brenneman2025-09-152-0/+18
* connection: Add a function to parse WAYLAND_DEBUG tokensKyle Brenneman2025-09-154-2/+47
* cursor: Free theme when size check fails to avoid memory leakYaoBing Xiao2025-08-031-3/+3
* ci: upgrade FreeBSD to 14.3ykla2025-07-201-3/+3
* ci: upgrade FreeBSD to 14.2ykla2025-06-251-3/+3
* build: re-open main branch for regular developmentSimon Ser2025-06-211-1/+1
* connection: Do not busy-loop if a message exceeds the buffer sizeDemi Marie Obenour2025-06-214-0/+56
* doc: add a section on color managementPekka Paalanen2025-06-123-0/+141
* egl: Make `wayland-egl symbols check` depend on `wayland_egl`1.23.92Matt 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
* doc: Further explain typical display socket lookupManuel Stoeckl2025-06-081-1/+3
* server: Document wl_display_add_socket_autoManuel Stoeckl2025-06-081-0/+18
* 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-011-1/+1
* debug: Colorize output for easier readingCaitlyn2025-06-014-18/+69
* connection: fix segfault in wl_closure_invoke()Caitlyn Stewart2025-05-271-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