aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* protocol: clients should not emulate key-press events on enterJulian Orth2024-09-101-0/+3
* connection: Reject strings containing NUL bytesDemi Marie Obenour2024-08-182-2/+11
* meson: Fix use of install_data() without specifying install_dirJoaquim Monteiro2024-08-151-1/+3
* client: Log the object and methods when marshalling or sending failsFangzhou Ge2024-08-121-2/+6
* ci: use detached MR pipelinesSimon Ser2024-08-091-0/+7
* src: Finish assert() clean-upDerek Foreman2024-08-096-7/+2
* doc: Require strings to be UTF-8Sebastian Wick2024-08-091-3/+3
* 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
* tests: add enum bitfield testSimon Ser2024-07-096-0/+150
* scanner: fix validator for bitfieldsSimon Ser2024-07-092-70/+73
* scanner: extract validator function emission to helper functionSimon Ser2024-07-091-26/+33
* build: re-open main branch for regular developmentSimon Ser2024-05-301-1/+1
* build: bump to version 1.23.0 for the official release1.23.0Simon Ser2024-05-301-1/+1
* protocol: clarify divergence in compositor behaviourHugo Osvaldo Barrera2024-05-291-3/+9
* build: bump to version 1.22.93 for the RC1 release1.22.93Simon Ser2024-05-231-1/+1
* 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
* build: bump to version 1.22.92 for the beta release1.22.92Simon Ser2024-05-091-1/+1
* protocol: explicitly describe wl_keyboard stateJulian Orth2024-05-091-7/+31
* build: bump to version 1.22.91 for the alpha release1.22.91Simon Ser2024-04-251-1/+1
* client: print debug events that have no listenerDerek Foreman2024-04-241-11/+9
* protocol: define content updates and their internal queueSebastian Wick2024-04-241-9/+11