summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-12-17scanner: set errno=0 before strtolHEADmasterAdrian Negreanu1-0/+1
2013-12-09client: Handle EINTR in wl_display_dispatch_queue()Kristian Høgsberg1-1/+5
2013-12-09doc: Fix spelling of parametersJonas Ådahl1-2/+2
2013-12-09doc: Remove incorrect docmentationJonas Ådahl1-11/+0
2013-12-04client: Make wl_proxy_set_queue() with NULL revert to default queueNeil Roberts1-1/+4
2013-11-23Add -pthread to AM_CFLAGS to do the right thing when using threadsKristian Høgsberg1-1/+1
2013-11-21connection: Error out if file descriptor was not receivedLubomir Rintel1-0/+9
2013-11-19wayland-server: Improve error messages for bad globalsJasper St. Pierre1-3/+7
2013-11-15client: Introduce functions to allocate and marshal proxies atomicallyKristian Høgsberg4-75/+189
2013-11-15shm: Avoid file descriptor leak upon unsuccessful mmapLubomir Rintel1-1/+1
2013-11-15Add documentation for wl_shm_buffer_begin/end_accessNeil Roberts1-0/+64
2013-11-15scanner: Add location to elements so we can give better errors/warningsKristian Høgsberg1-7/+25
2013-11-15scanner: Make fail() function use va_list and elaborate a few errorsKristian Høgsberg1-7/+14
2013-11-15scanner: Introduce struct location for tracking source locationsKristian Høgsberg1-20/+26
2013-11-15scanner: Warn about requests with more than one new-id and don't generate stubsKristian Høgsberg1-0/+14
2013-11-13server: Start documenting the server side APIKristian Høgsberg1-0/+130
2013-11-13server: Add API to protect access to an SHM bufferNeil Roberts2-0/+137
2013-10-21wayland: Be consistent about #include-guard namesKristian Høgsberg3-6/+6
2013-10-07scanner: Handle unrecognized invocation modeKristian Høgsberg1-1/+3
2013-09-25client: Fix handling display->reader_count if poll failsNeil Roberts1-1/+3
2013-09-21Export the Wayland protocol XML fileJason Ekstrand2-0/+4
2013-09-21client: fix an inconsistency in documentationChang Liu1-1/+1
2013-09-21doc: Slight tweaks to wl_listenerAaron Faanes1-4/+6
2013-09-21utils: Document wl_container_ofAaron Faanes1-0/+35
2013-09-16wayland-server: Improve wording for wl_signal_get's docAaron Faanes1-1/+1
2013-09-16utils: Add doxygen for wayland-util.hAaron Faanes1-0/+5
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-11utils: tweak wl_list for better doxygen outputAaron Faanes1-2/+3
2013-09-11wayland-server: Document wl_signalAaron Faanes1-0/+37
2013-09-11wayland-server: Fix a uninitialized warning from clangAaron Faanes1-1/+1
2013-08-30scanner: Emit wl_*_destroy stub even if interface has a destructorKristian Høgsberg1-1/+1
2013-08-19Add support for client-side language bindingsJason Ekstrand2-9/+86
2013-08-19Add support for server-side language bindingsJason Ekstrand5-25/+120
2013-08-12wayland-client: Add wl_proxy_get_listenerRob Bradford2-0/+20
2013-08-12wayland-server: Add a wl_resource_for_each macroRob Bradford1-0/+5
2013-08-08client: Improve spelling and grammar in commentsBryce W. Harrington1-6/+6
2013-08-08server: Release additional_shm_formats array at display destructionTomeu Vizoso1-0/+2
2013-08-07scanner: expand help stringPeter Hutterer1-0/+4
2013-08-07scanner: support help and --helpPeter Hutterer1-6/+23
2013-08-07Don't include wayland-server.h in wayland-private.hKristian Høgsberg1-1/+2
2013-08-06shm: Add API for renderers to register additional pixel formatsTomeu Vizoso4-13/+58
2013-08-06server: Set client->error when we fail to send a closureKristian Høgsberg1-14/+4
2013-08-06server: Handle OOM properly when we fail to allocate a send closureKristian Høgsberg1-2/+6
2013-07-29client: Simply wl_display_dispatch_queue_pending() and fix return valueJiergir Ogoerg1-7/+4
2013-07-13wayland-client: Handle potential NULL-derefKristian Høgsberg1-0/+2
2013-07-13scanner: Fail more gracefully on out-of-memoryKristian Høgsberg1-18/+41
2013-07-12connection: Handle empty signature and signature with just a version.Mariusz Ceier1-0/+1
2013-07-09Replace two remaining wl_display_add_gloavl() occurencesKristian Høgsberg1-1/+1