aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util: fix use-after-free in for_each_helperHEADmainYaNing Lu5 days1-3/+5
* Send wl_registry.global_remove to global's offer listVlad Zahorodnii10 days1-21/+19
* Add wl_fixes.ack_global_remove()Vlad Zahorodnii10 days2-32/+233
* server: improve wl_registry.bind error messagesKirill Primak2026-03-051-5/+4
* server: don't disclose the existence of invisible globalsKirill Primak2026-03-051-6/+2
* scanner: enforce frozen attributeIsaac Freund2026-03-051-0/+17
* server: improve version mismatch error messageKirill Primak2026-03-051-4/+4
* util: assert alloc is consistent with data in wl_array_add()Simon Ser2026-03-031-0/+3
* client: fix crash when creating proxies with no queueLoïc Yhuel2026-03-011-3/+12
* server: document protocol logger callback functionSebastian Wick2026-01-031-0/+1
* server: document listener fields and a vfuncPekka Paalanen2025-12-291-0/+4
* server: fix wl_signal_add Doxygen warningPekka Paalanen2025-12-291-1/+1
* build: Bump to meson version 0.64.0Sebastian Wick2025-11-271-1/+0
* client: add wl_display_dispatch_pending_singleIsaac Freund2025-09-162-0/+82
* connection: Add a thread ID to WAYLAND_DEBUG output.Kyle Brenneman2025-09-151-0/+17
* connection: Add a function to parse WAYLAND_DEBUG tokensKyle Brenneman2025-09-154-2/+47
* connection: Do not busy-loop if a message exceeds the buffer sizeDemi Marie Obenour2025-06-214-0/+56
* server: Document wl_display_add_socket_autoManuel Stoeckl2025-06-081-0/+18
* 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
* Fix typosTobias Stoeckmann2025-05-201-1/+1
* server: add wl_resource_get_interface()Isaac Freund2025-05-202-0/+17
* client: add wl_proxy_get_interface()Isaac Freund2025-05-202-0/+17
* 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
* client: document get_listener behavior for dispatchersJulian Orth2025-03-151-0/+3
* scanner: use separate guards for validator functionsSimon Ser2025-02-231-3/+11
* 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
* 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
* 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
* connection: Avoid undefined pointer arithmeticDemi Marie Obenour2024-11-291-4/+4
* connection: Reject strings containing NUL bytesDemi Marie Obenour2024-08-181-1/+9
* client: Log the object and methods when marshalling or sending failsFangzhou Ge2024-08-121-2/+6
* src: Finish assert() clean-upDerek Foreman2024-08-095-6/+2
* server: expose wl_resource_post_error_vargs()Kirill Primak2024-08-092-2/+14