summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* client: Handle EINTR in wl_display_dispatch_queue()Kristian Høgsberg2013-12-091-1/+5
* doc: Fix spelling of parametersJonas Ådahl2013-12-091-2/+2
* doc: Remove incorrect docmentationJonas Ådahl2013-12-091-11/+0
* client: Make wl_proxy_set_queue() with NULL revert to default queueNeil Roberts2013-12-041-1/+4
* Add -pthread to AM_CFLAGS to do the right thing when using threadsKristian Høgsberg2013-11-231-1/+1
* connection: Error out if file descriptor was not receivedLubomir Rintel2013-11-211-0/+9
* wayland-server: Improve error messages for bad globalsJasper St. Pierre2013-11-191-3/+7
* client: Introduce functions to allocate and marshal proxies atomicallyKristian Høgsberg2013-11-154-75/+189
* shm: Avoid file descriptor leak upon unsuccessful mmapLubomir Rintel2013-11-151-1/+1
* Add documentation for wl_shm_buffer_begin/end_accessNeil Roberts2013-11-151-0/+64
* scanner: Add location to elements so we can give better errors/warningsKristian Høgsberg2013-11-151-7/+25
* scanner: Make fail() function use va_list and elaborate a few errorsKristian Høgsberg2013-11-151-7/+14
* scanner: Introduce struct location for tracking source locationsKristian Høgsberg2013-11-151-20/+26
* scanner: Warn about requests with more than one new-id and don't generate stubsKristian Høgsberg2013-11-151-0/+14
* server: Start documenting the server side APIKristian Høgsberg2013-11-131-0/+130
* server: Add API to protect access to an SHM bufferNeil Roberts2013-11-132-0/+137
* wayland: Be consistent about #include-guard namesKristian Høgsberg2013-10-213-6/+6
* scanner: Handle unrecognized invocation modeKristian Høgsberg2013-10-071-1/+3
* client: Fix handling display->reader_count if poll failsNeil Roberts2013-09-251-1/+3
* Export the Wayland protocol XML fileJason Ekstrand2013-09-212-0/+4
* client: fix an inconsistency in documentationChang Liu2013-09-211-1/+1
* doc: Slight tweaks to wl_listenerAaron Faanes2013-09-211-4/+6
* utils: Document wl_container_ofAaron Faanes2013-09-211-0/+35
* wayland-server: Improve wording for wl_signal_get's docAaron Faanes2013-09-161-1/+1
* utils: Add doxygen for wayland-util.hAaron Faanes2013-09-161-0/+5
* 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
* utils: tweak wl_list for better doxygen outputAaron Faanes2013-09-111-2/+3
* wayland-server: Document wl_signalAaron Faanes2013-09-111-0/+37
* wayland-server: Fix a uninitialized warning from clangAaron Faanes2013-09-111-1/+1
* scanner: Emit wl_*_destroy stub even if interface has a destructorKristian Høgsberg2013-08-301-1/+1
* Add support for client-side language bindingsJason Ekstrand2013-08-192-9/+86
* Add support for server-side language bindingsJason Ekstrand2013-08-195-25/+120
* wayland-client: Add wl_proxy_get_listenerRob Bradford2013-08-122-0/+20
* wayland-server: Add a wl_resource_for_each macroRob Bradford2013-08-121-0/+5
* client: Improve spelling and grammar in commentsBryce W. Harrington2013-08-081-6/+6
* server: Release additional_shm_formats array at display destructionTomeu Vizoso2013-08-081-0/+2
* scanner: expand help stringPeter Hutterer2013-08-071-0/+4
* scanner: support help and --helpPeter Hutterer2013-08-071-6/+23
* 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-064-13/+58
* server: Set client->error when we fail to send a closureKristian Høgsberg2013-08-061-14/+4
* server: Handle OOM properly when we fail to allocate a send closureKristian Høgsberg2013-08-061-2/+6
* client: Simply wl_display_dispatch_queue_pending() and fix return valueJiergir Ogoerg2013-07-291-7/+4
* wayland-client: Handle potential NULL-derefKristian Høgsberg2013-07-131-0/+2
* scanner: Fail more gracefully on out-of-memoryKristian Høgsberg2013-07-131-18/+41
* connection: Handle empty signature and signature with just a version.Mariusz Ceier2013-07-121-0/+1
* Replace two remaining wl_display_add_gloavl() occurencesKristian Høgsberg2013-07-091-1/+1
* wayland-server: Don't close display fd in fatal error handlerKristian Høgsberg2013-07-091-4/+1