aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland-client.c
Commit message (Expand)AuthorAgeFilesLines
* client: document get_listener behavior for dispatchersJulian Orth2025-03-151-0/+3
* client: Add wl_display_dispatch_timeoutSebastian Wick2025-02-041-0/+9
* client: Add wl_display_dispatch_queue_timeoutSebastian Wick2025-02-041-34/+121
* client: Log the object and methods when marshalling or sending failsFangzhou Ge2024-08-121-2/+6
* src: Finish assert() clean-upDerek Foreman2024-08-091-1/+0
* client: Handle proxies with no queueSebastian Wick2024-07-261-1/+5
* src: switch asserts to wl_abortmeltq2024-07-111-5/+12
* client: print debug events that have no listenerDerek Foreman2024-04-241-11/+9
* connection: Dynamically resize connection buffersManuel Stoeckl2024-04-081-1/+27
* client: simplify create_proxies() loopSimon Ser2024-03-061-15/+12
* client: simplify create_outgoing_proxy() loopSimon Ser2024-03-061-10/+6
* Introduce enum wl_arg_typeSimon Ser2024-03-061-9/+11
* client: Allow setting names for queuesDerek Foreman2024-01-221-11/+85
* client: Add method to get display for a given proxyDavid Edmundson2023-08-071-0/+14
* debug: Replace "@<id>" with "#<id>" in logsAlex Yang2023-06-271-3/+3
* 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
* 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-091-2/+2
* client, server: handle wl_map_insert_new() failuresAleksandr Mezin2022-03-251-2/+11
* util: set errno in wl_map_insert_at()Aleksandr Mezin2022-03-251-1/+4
* Use zalloc for structsSimon Ser2022-02-051-1/+1
* debug: Fix printing of new idsDerek Foreman2021-11-021-4/+17
* client: handle fcntl error on bad fd in wl_display_connectManuel Stoeckl2021-10-281-1/+3
* client: Add new proxy marshalling functions with flagsDerek Foreman2021-08-071-2/+87
* client: Refactor wl_proxy_destroy critical sectionDerek Foreman2021-08-071-4/+17
* connection, client: Avoid locale-dependent float printingManuel Stoeckl2021-07-311-2/+2
* client: print discarded events in debug logManuel Stoeckl2021-07-201-5/+23
* client: assert queue display matches proxySimon Ser2021-02-251-2/+4
* client: improve wl_display_connect docsSimon Ser2020-04-161-0/+7
* client: Don't abort when sending a request failsManuel Stoeckl2019-09-101-4/+9
* client: Ignore new requests if display has a fatal errorManuel Stoeckl2019-09-101-0/+4
* client: check event opcode in queue_eventSimon Ser2019-09-051-0/+6
* proxy: Add API to tag proxy objectsJonas Ådahl2019-07-291-0/+65
* Use wl_container_of internallyMichael Forney2019-06-051-4/+3
* proto, server: Add internal server error message. (v2)Christopher James Halse Rogers2019-01-291-0/+3
* client: remove definition of wl_globalPekka Paalanen2018-06-281-7/+0
* walyand-client: Fix trivial build break from previous commitDerek Foreman2018-03-071-1/+1
* client: Don't inappropriatly close fds for zombie objectsDerek Foreman2018-03-071-1/+1
* client: Consume file descriptors destined for zombie proxiesDerek Foreman2018-01-091-0/+8
* client: Replace the singleton zombie with bespoke zombiesDerek Foreman2018-01-091-4/+78
* client: Plug a race in proxy destruction vs. dispatchDaniel Stone2018-01-091-16/+41
* client: Add wl_proxy_unref helperDaniel Stone2018-01-091-20/+17
* client: Use refcount exclusively for destructionDaniel Stone2018-01-091-7/+4
* client: Remove WL_ZOMBIE_OBJECT globalDerek Foreman2017-12-281-1/+1
* client: Restructure delete_id handler control flowDerek Foreman2017-12-281-5/+4