summaryrefslogtreecommitdiff
path: root/src/wayland-server.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-25(multiple): Include stdint.hYong Bakos1-0/+1
2016-06-07server, server-core: Minimize fwd decs, use macro, and formatYong Bakos1-1/+1
2016-05-11doc: Formalize file comment in wayland-client.h, wayland-server.hYong Bakos1-3/+6
2015-06-12src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-04-30introduce new headers wayland-client-core.h and wayland-server-core.hGiulio Camuffo1-373/+11
2014-11-25doc: Added \code tags around sample code in doxygen commentsBill Spitzak1-4/+4
2014-08-05server: Add a simple API to find a good default displayJasper St. Pierre1-0/+1
2014-07-24doc: Fix link to wl_list_remove()Bryce W. Harrington1-2/+2
2014-02-05Don't deref the sample pointer in the wl_container_of macroNeil Roberts1-1/+1
2014-01-15add_shm_format: check wl_array_add return value before derefU. Artie Eoff1-1/+1
2013-11-13server: Add API to protect access to an SHM bufferNeil Roberts1-0/+6
2013-10-21wayland: Be consistent about #include-guard namesKristian Høgsberg1-2/+2
2013-09-21doc: Slight tweaks to wl_listenerAaron Faanes1-4/+6
2013-09-16wayland-server: Improve wording for wl_signal_get's docAaron Faanes1-1/+1
2013-09-16utils: Reference some useful methods in wl_signal's doxygenAaron Faanes1-1/+6
2013-09-16wayland-server: Document wl_listenerAaron Faanes1-0/+45
2013-09-11wayland-server: Add a wl_resource_for_each_safe macroRob Bradford1-0/+8
2013-09-11wayland-server: Document wl_signalAaron Faanes1-0/+37
2013-08-19Add support for server-side language bindingsJason Ekstrand1-0/+10
2013-08-12wayland-server: Add a wl_resource_for_each macroRob Bradford1-0/+5
2013-08-06shm: Add API for renderers to register additional pixel formatsTomeu Vizoso1-0/+3
2013-07-09wayland-server: Add wl_global_create/destroy()Kristian Høgsberg1-8/+16
2013-07-02wayland-server: Remove error event posting from wl_resource_createKristian Høgsberg1-0/+2
2013-07-02wayland-server: Mark wl_client_add/new_object as deprecatedKristian Høgsberg1-8/+11
2013-07-02Add wl_resource_create() and a version field to wl_resourceJason Ekstrand1-0/+12
2013-07-02server: Make wl_object and wl_resource opaque structsKristian Høgsberg1-27/+15
2013-06-21Change wl_shm_buffer to use a resource pointerJason Ekstrand1-4/+1
2013-06-21Change SHM wl_buffer functions to use the wl_shm_buffer structureJason Ekstrand1-5/+10
2013-06-21Add a wl_resource_instance_of functionJason Ekstrand1-0/+5
2013-06-14server: Add aditional wl_resource accessorsJason Ekstrand1-0/+6
2013-06-07server: Add wl_resource_get_id()Kristian Høgsberg1-0/+2
2013-06-05Add accessor functions for wl_resource and deprecate wl_client_add_resourceJason Ekstrand1-2/+27
2013-05-08server: Drop struct wl_surfaceKristian Høgsberg1-4/+0
2013-05-07Remove input structsKristian Høgsberg1-237/+0
2013-04-03wayland-server: Listen for pointer current surface destructionRob Bradford1-0/+3
2013-04-02server: use the right function pointer type in wl_signal_getGiulio Camuffo1-1/+1
2013-03-18Add wl_resource_init and use it in libwayland implementations of data sharing...Jason Ekstrand1-0/+16
2013-01-15Add a destroy signal to the wl_event_loop objectJason Ekstrand1-0/+6
2013-01-11Added a destroy signal to the wl_display object.Jason Ekstrand1-0/+5
2012-10-15wayland-server: Add touch grab supportMatt Roper1-0/+35
2012-10-10Change filedescriptor API to be thread safeKristian Høgsberg1-1/+4
2012-09-12event-loop: export wl_event_loop_dispatch_idle()David Herrmann1-0/+1
2012-09-10wayland-server: return new ID in wl_client_add_resource()David Herrmann1-1/+1
2012-08-16Add wl_shm_buffer_create()Kristian Høgsberg1-0/+5
2012-07-20shm: Add shm_buffer getters for width and heightKristian Høgsberg1-0/+6
2012-06-22Maintain keyboard modifier state in wayland-serverDaniel Stone1-0/+7
2012-06-12wayland-server: Add destroy signal to wl_seatJonas Ådahl1-0/+1
2012-06-05Add a focus change signal for wl_pointer and wl_keyboardKristian Høgsberg1-0/+2
2012-06-03data-device: Don't implement data source through data offer objectKristian Høgsberg1-1/+4
2012-05-31wl_keyboard: Add modifier eventDaniel Stone1-0/+3