summaryrefslogtreecommitdiffstats
path: root/src/wayland-client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* client: Add WL_MAP_ENTRY_ZOMBIE flagDerek Foreman2017-12-281-6/+8
* client: Add wl_object_is_zombie() helper functionDerek Foreman2017-12-281-2/+2
* client: Allow absolute paths in WAYLAND_DISPLAYMatt Hoosier2017-12-111-11/+36
* client: Simplify some logic in queue_eventDerek Foreman2017-12-041-4/+1
* wayland-client: Require base 10 for WAYLAND_SOCKET, explicitlyBryce Harrington2016-11-211-1/+1
* client: fix typoEric Engestrom2016-05-021-4/+4
* client: Fix wl_display_roundtrip_queue() race conditionJonas Ådahl2016-04-291-2/+11
* client: Introduce proxy wrappersJonas Ådahl2016-04-291-1/+109
* client: Make proxy_destroy a static functionJonas Ådahl2016-04-281-4/+1
* wayland-client: fix spelling mistakeEric Engestrom2016-04-051-2/+2
* client: Don't segfault when receiving error on destroyed objectJonas Ådahl2016-02-261-8/+24
* Track protocol object versions inside wl_proxy.Jason Ekstrand2016-01-191-7/+132
* client: Fully flush during blocking dispatchJonas Ådahl2016-01-161-10/+29
* client: Use read preparation API in wl_display_dispatch_queue()Jonas Ådahl2016-01-161-35/+10
* client: Don't make EPIPE fatal if triggered when flushingJonas Ådahl2016-01-161-5/+9
* client: Remove misplaced documentation about main loop intergrationJonas Ådahl2016-01-161-22/+0
* client: Correct documentation regarding thread safenessJonas Ådahl2016-01-161-101/+60
* client: Add missing arg in a wl_log invocationVictor Berger2016-01-131-1/+1
* doc: Fix function membershipJonas Ådahl2016-01-121-5/+5
* Use zalloc instead of malloc + memsetJonas Ådahl2016-01-121-9/+3
* add wl_abort private functionMarek Chalupa2015-11-161-8/+4
* client: Move prepare read documentation to .._prepare_read_queue()Jonas Ådahl2015-10-081-69/+61
* client: Improve wl_display_roundtrip(_queue)() documentationJonas Ådahl2015-10-051-4/+12
* client: Be more clear about when one must call wl_display_flushJonas Ådahl2015-10-051-4/+4
* client: Reword and add documentation about the marshal functionsJonas Ådahl2015-10-051-5/+7
* client: Fix minor grammar issueJonas Ådahl2015-10-051-1/+1
* Revert "client: require WAYLAND_DISPLAY to be set"Pekka Paalanen2015-08-241-6/+4
* client: require WAYLAND_DISPLAY to be setDima Ryazanov2015-08-141-4/+6
* wayland-client : Fix queue_release not to call proxy_destroyElvis Lee2015-08-061-4/+6
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-121-16/+19
* Spelling fixes (cosmetic)Bryce Harrington2015-03-191-2/+2
* client: Fix typoBryce Harrington2015-03-181-1/+1
* client: unref or destroy proxy when releasing queueMarek Chalupa2015-01-281-43/+60
* client: release display queue in wl_display_disconnect()Marek Chalupa2015-01-281-0/+1
* doc: made functions taking wl_event_queue arg belong to wl_event_queueBill Spitzak2015-01-231-4/+19
* doc: add missing \memberof to wl_display_get_protocol_errorBill Spitzak2015-01-231-4/+3
* client: update documentation about threadingMarek Chalupa2014-12-091-36/+116
* client: update obsolete commentsMarek Chalupa2014-12-091-31/+51
* doc: fixed grammar and a typoDerek Foreman2014-11-271-2/+2
* doc: Removed \ref when it refers to the subject the text is attached toBill Spitzak2014-11-251-1/+1