aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* server: add wl_resource_post_error() docsKirill Primak2024-08-092-1/+9
* Put WL_DEPRECATED in front of the function declarationsKirill Primak2024-08-093-11/+22
* client: Handle proxies with no queueSebastian Wick2024-07-261-1/+5
* src: switch asserts to wl_abortmeltq2024-07-115-16/+36
* scanner: fix validator for bitfieldsSimon Ser2024-07-091-12/+25
* scanner: extract validator function emission to helper functionSimon Ser2024-07-091-26/+33
* server: document wl_display_add_socket_fd() ownershipSimon Ser2024-05-221-0/+3
* server: Clarify fd ownership in wl_client_create()Vlad Zahorodnii2024-05-161-0/+5
* client: print debug events that have no listenerDerek Foreman2024-04-241-11/+9
* client: fix invalid doc command for WL_MARSHAL_FLAG_DESTROYSimon Ser2024-04-241-1/+1
* Add support for the deprecated-since XML attributeSimon Ser2024-04-241-7/+47
* scanner: add validators for enumsSimon Ser2024-04-231-4/+32