aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland-private.h
Commit message (Expand)AuthorAgeFilesLines
* connection: Add a function to parse WAYLAND_DEBUG tokensKyle Brenneman2025-09-151-0/+3
* connection: Do not busy-loop if a message exceeds the buffer sizeDemi Marie Obenour2025-06-211-0/+3
* debug: Colorize output for easier readingCaitlyn2025-06-011-1/+9
* connection: Dynamically resize connection buffersManuel Stoeckl2024-04-081-1/+7
* Introduce enum wl_arg_typeSimon Ser2024-03-061-1/+15
* client: Allow setting names for queuesDerek Foreman2024-01-221-1/+2
* util: Limit size of wl_mapDerek Foreman2022-05-161-0/+1
* debug: Fix printing of new idsDerek Foreman2021-11-021-1/+2
* client: print discarded events in debug logManuel Stoeckl2021-07-201-1/+1
* Move wl_priv_signal to wayland-server-private.hJoshua Watt2019-11-061-21/+1
* Use wl_container_of internallyMichael Forney2019-06-051-4/+0
* server: Add special case destroy signal emitterDerek Foreman2018-04-201-0/+3
* client: Consume file descriptors destined for zombie proxiesDerek Foreman2018-01-091-0/+3
* client: Remove WL_ZOMBIE_OBJECT globalDerek Foreman2017-12-281-3/+0
* client: Add WL_MAP_ENTRY_ZOMBIE flagDerek Foreman2017-12-281-1/+2
* client: Add wl_object_is_zombie() helper functionDerek Foreman2017-12-281-0/+3
* util: Pass flags to map iteratorsDerek Foreman2017-12-271-1/+2
* server: add a safer signal type and port wl_display to itGiulio Camuffo2017-01-251-0/+18
* tests: Test wl_message_count_arraysYong Bakos2016-11-101-0/+3
* wl_array: Set data to invalid address after freeYong Bakos2016-10-181-0/+3
* Add API to retrieve and iterate over the resources list of a clientGiulio Camuffo2016-08-121-1/+2
* (multiple): Include stdint.hYong Bakos2016-07-251-0/+1
* private: Remove unnecessary forward declarationsYong Bakos2016-05-111-4/+0
* connection: Move wl_interface_equal to utilYong Bakos2016-05-111-4/+4
* server: Add an API to get the file descriptor for a clientSung-Jin Park2016-01-191-0/+3
* server: Calculate remaining data size after a closure is processedJaeyoon Jung2016-01-121-0/+3
* Use zalloc instead of malloc + memsetJonas Ådahl2016-01-121-0/+7
* add wl_abort private functionMarek Chalupa2015-11-161-0/+1
* cosmetic: fix inconsistent code style with header prototypes.Jon Cruz2015-10-261-21/+60
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-121-16/+19
* connection: Leave fd open in wl_connection_destroyBenjamin Herr2014-11-041-1/+1
* Add support for server-side language bindingsJason Ekstrand2013-08-191-11/+3
* Don't include wayland-server.h in wayland-private.hKristian Høgsberg2013-08-071-1/+2
* shm: Add API for renderers to register additional pixel formatsTomeu Vizoso2013-08-061-0/+4
* Add version information to wl_message signatures.Jason Ekstrand2013-07-021-0/+3
* server: Make wl_object and wl_resource opaque structsKristian Høgsberg2013-07-021-0/+9
* Add a wl_resource_instance_of functionJason Ekstrand2013-06-211-0/+3
* Change WL_ZOMBIE_OBJECT from 0x2 to an actual pointerJason Ekstrand2013-06-051-2/+3
* Add support for flags in the wl_map API and add a WL_MAP_ENTRY_LEGACY flagJason Ekstrand2013-06-051-2/+11
* Add a "side" field and some sanity checks to wl_map.Jason Ekstrand2013-06-051-2/+3
* Change wl_closure_invoke to take an opcode instead of an actual function pointerJason Ekstrand2013-03-181-1/+1
* client: Invoke new_id closure arguments as pointers instead of integersJonas Ådahl2013-03-171-1/+6
* Clean up and refactor wl_closure and associated functionsJason Ekstrand2013-02-261-6/+25
* client: Keep track of proxy validity and number of reference holdersJonas Ådahl2012-11-051-0/+2
* Move un-namespaced container_of into private headerKristian Høgsberg2012-10-191-0/+4
* Move ARRAY_LENGTH out of public headersKristian Høgsberg2012-10-191-0/+2
* connection: Move object lookup out of wl_connection_demarshal()Kristian Høgsberg2012-10-101-0/+3
* client: Split event handling into demarshal and dispatch stepsKristian Høgsberg2012-10-101-0/+1
* Change filedescriptor API to be thread safeKristian Høgsberg2012-10-101-10/+5
* Unstatic arg_count_for_signature and get_next_argumentDaniel Stone2012-07-231-0/+11