summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: override wayland-scanner depHEADmainSimon Ser2023-05-091-0/+3
* server: stop wl_display_run() on dispatch errorSimon Ser2023-05-091-1/+3
* util: simplify wl_fixed_to_double()Simon Ser2023-05-091-8/+1
* event-loop: optimize timer check logicYang Wang2023-05-031-1/+3
* event-loop: Handle EINTR and EAGAIN in wl_event_loop_dispatchJoshua Ashton2023-05-021-1/+76
* client: fix wl_display_disconnect() documentationSimon Ser2023-03-071-2/+3
* client: Do not warn about attached proxies on default queue destruction.Alexandros Frantzis2023-03-011-5/+9
* client: Abort when trying to add an event to a destroyed queueAlexandros Frantzis2023-02-281-0/+5
* client: Warn when a queue is destroyed with attached proxiesAlexandros Frantzis2023-02-281-0/+16
* client: Track the proxies attached to a queueAlexandros Frantzis2023-02-281-0/+22
* shm: fix segfault when accessing destroyed pool resourceSimon Ser2023-02-271-4/+6
* wayland-server: Add method to get global nameAndri Yngvason2023-02-112-0/+21
* server: rename wl_display.id to next_global_nameSimon Ser2023-01-251-4/+4
* server: fail on global name overflowSimon Ser2023-01-251-0/+5
* scanner: Fix undefined behavior around qsortFergus Dall2023-01-031-2/+7
* wayland-server: Add wl_client_add_destroy_late_listenerDaniel Stone2022-10-202-0/+50
* server: don't document void return valuesSimon Ser2022-09-131-2/+0
* util: name function typedef argumentsSimon Ser2022-09-131-12/+12
* server: Extend display name string sizeCarlos Garnacho2022-08-051-1/+1
* Document which type are nullable, and wire format for null valueIan Douglas Scott2022-07-141-1/+1
* Do not allow nullable `new_id`Ian Douglas Scott2022-07-142-3/+2
* Do not allow nullable arrays, which were not correctly implementedIan Douglas Scott2022-07-142-3/+2
* util: set errno when hitting WL_MAP_MAX_OBJECTSSimon Ser2022-06-281-2/+7
* server: warn about global filtering consistencySimon Ser2022-06-151-0/+4
* server: add PID race condition disclaimer to wl_client_get_credentialsSimon Ser2022-06-151-0/+3
* server: check visibility before sending global/global_removeSimon Ser2022-06-151-7/+9
* client: Lock display when setting a proxy event queueAlexandros Frantzis2022-06-091-0/+4
* client: Document best practices for event queue changesAlexandros Frantzis2022-06-091-0/+13
* Check that XDG base directories paths are absoluteAntonin Décimo2022-06-092-5/+6
* Meson: Override wayland-scanner if it can be runXavier Claessens2022-05-241-0/+4
* util: fix code block language in docsSimon Ser2022-05-231-1/+1
* server: add wl_global_get_versionSimon Ser2022-05-232-0/+17
* util: Limit size of wl_mapDerek Foreman2022-05-162-2/+24
* build: sanity check optionsSimon Ser2022-05-101-0/+4
* os: drop unnecessary memcpy in wl_os_mremap_maymoveSimon Ser2022-04-111-12/+13
* shm: Close file descriptors not neededOlivier Fourdan2022-04-051-0/+8
* connection: change clen type in build_cmsg to size_tSigrid Solveig Haflínudóttir2022-04-031-2/+3
* connection: fix asan report on sendmsg callSigrid Solveig Haflínudóttir2022-04-031-4/+1
* server: introduce wl_signal_emit_mutableSimon Ser2022-03-282-0/+66
* client, server: handle wl_map_insert_new() failuresAleksandr Mezin2022-03-252-3/+19
* util: set errno in wl_map_insert_at()Aleksandr Mezin2022-03-253-9/+18
* util: set errno in wl_map_reserve_new()Aleksandr Mezin2022-03-252-7/+17
* util: always check result of wl_array_add()Aleksandr Mezin2022-03-251-3/+7
* build: use get_variable(pkgconfig) instead of get_pkgconfig_variable()Simon Ser2022-03-251-1/+1
* connection: Make wl_closure_print output atomicAlexander Irion2022-03-081-16/+28
* Use zalloc for structsSimon Ser2022-02-055-14/+14
* meson: override dependencies to ease use as subprojectSimon Ser2021-12-081-0/+8
* wayland-shm: Check the size of sealed memory if ignoring SIGBUS handlersDuncan McIntosh2021-11-041-1/+7
* debug: Fix printing of new idsDerek Foreman2021-11-024-9/+29
* build: Include the Wayland minor version in libraries' ABI versionsSimon McVittie2021-10-281-3/+15