summaryrefslogtreecommitdiff
path: root/src/wayland-server.h
Commit message (Expand)AuthorAgeFilesLines
* wayland-server: Finally remove deprecated struct wl_buffer definitionDerek Foreman2018-07-251-6/+0
* wayland-server: document WL_HIDE_DEPRECATEDEmil Velikov2017-10-131-0/+10
* (multiple): Include stdint.hYong Bakos2016-07-251-0/+1
* server, server-core: Minimize fwd decs, use macro, and formatYong Bakos2016-06-071-1/+1
* doc: Formalize file comment in wayland-client.h, wayland-server.hYong Bakos2016-05-111-3/+6
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-121-16/+19
* introduce new headers wayland-client-core.h and wayland-server-core.hGiulio Camuffo2015-04-301-373/+11
* doc: Added \code tags around sample code in doxygen commentsBill Spitzak2014-11-251-4/+4
* server: Add a simple API to find a good default displayJasper St. Pierre2014-08-051-0/+1
* doc: Fix link to wl_list_remove()Bryce W. Harrington2014-07-241-2/+2
* Don't deref the sample pointer in the wl_container_of macroNeil Roberts2014-02-051-1/+1
* add_shm_format: check wl_array_add return value before derefU. Artie Eoff2014-01-151-1/+1
* server: Add API to protect access to an SHM bufferNeil Roberts2013-11-131-0/+6
* wayland: Be consistent about #include-guard namesKristian Høgsberg2013-10-211-2/+2
* doc: Slight tweaks to wl_listenerAaron Faanes2013-09-211-4/+6
* wayland-server: Improve wording for wl_signal_get's docAaron Faanes2013-09-161-1/+1
* utils: Reference some useful methods in wl_signal's doxygenAaron Faanes2013-09-161-1/+6
* wayland-server: Document wl_listenerAaron Faanes2013-09-161-0/+45
* wayland-server: Add a wl_resource_for_each_safe macroRob Bradford2013-09-111-0/+8
* wayland-server: Document wl_signalAaron Faanes2013-09-111-0/+37
* Add support for server-side language bindingsJason Ekstrand2013-08-191-0/+10
* wayland-server: Add a wl_resource_for_each macroRob Bradford2013-08-121-0/+5
* shm: Add API for renderers to register additional pixel formatsTomeu Vizoso2013-08-061-0/+3
* wayland-server: Add wl_global_create/destroy()Kristian Høgsberg2013-07-091-8/+16
* wayland-server: Remove error event posting from wl_resource_createKristian Høgsberg2013-07-021-0/+2
* wayland-server: Mark wl_client_add/new_object as deprecatedKristian Høgsberg2013-07-021-8/+11
* Add wl_resource_create() and a version field to wl_resourceJason Ekstrand2013-07-021-0/+12
* server: Make wl_object and wl_resource opaque structsKristian Høgsberg2013-07-021-27/+15
* Change wl_shm_buffer to use a resource pointerJason Ekstrand2013-06-211-4/+1
* Change SHM wl_buffer functions to use the wl_shm_buffer structureJason Ekstrand2013-06-211-5/+10
* Add a wl_resource_instance_of functionJason Ekstrand2013-06-211-0/+5
* server: Add aditional wl_resource accessorsJason Ekstrand2013-06-141-0/+6
* server: Add wl_resource_get_id()Kristian Høgsberg2013-06-071-0/+2
* Add accessor functions for wl_resource and deprecate wl_client_add_resourceJason Ekstrand2013-06-051-2/+27
* server: Drop struct wl_surfaceKristian Høgsberg2013-05-081-4/+0
* Remove input structsKristian Høgsberg2013-05-071-237/+0
* wayland-server: Listen for pointer current surface destructionRob Bradford2013-04-031-0/+3
* server: use the right function pointer type in wl_signal_getGiulio Camuffo2013-04-021-1/+1
* Add wl_resource_init and use it in libwayland implementations of data sharing...Jason Ekstrand2013-03-181-0/+16
* Add a destroy signal to the wl_event_loop objectJason Ekstrand2013-01-151-0/+6
* Added a destroy signal to the wl_display object.Jason Ekstrand2013-01-111-0/+5
* wayland-server: Add touch grab supportMatt Roper2012-10-151-0/+35
* Change filedescriptor API to be thread safeKristian Høgsberg2012-10-101-1/+4
* event-loop: export wl_event_loop_dispatch_idle()David Herrmann2012-09-121-0/+1
* wayland-server: return new ID in wl_client_add_resource()David Herrmann2012-09-101-1/+1
* Add wl_shm_buffer_create()Kristian Høgsberg2012-08-161-0/+5
* shm: Add shm_buffer getters for width and heightKristian Høgsberg2012-07-201-0/+6
* Maintain keyboard modifier state in wayland-serverDaniel Stone2012-06-221-0/+7
* wayland-server: Add destroy signal to wl_seatJonas Ådahl2012-06-121-0/+1
* Add a focus change signal for wl_pointer and wl_keyboardKristian Høgsberg2012-06-051-0/+2