summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer overflow when serializing a closure object1.3.92chi ding2014-01-091-8/+83
* scanner: set errno=0 before strtolAdrian Negreanu2013-12-171-0/+1
* configure.ac: Bump version to 1.3.91 for the alpha release1.3.91Kristian Høgsberg2013-12-161-1/+1
* 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
* cursor: handle running out of buffer spacePekka Paalanen2013-12-021-16/+51
* os: use posix_fallocate in creating sharable buffersPekka Paalanen2013-12-022-2/+19
* 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
* Update .gitignore for protocol/Jasper St. Pierre2013-11-191-0/+1
* client: Introduce functions to allocate and marshal proxies atomicallyKristian Høgsberg2013-11-154-75/+189
* protocol: add sub-surfaces to the corePekka Paalanen2013-11-151-0/+217
* shm: Avoid file descriptor leak upon unsuccessful mmapLubomir Rintel2013-11-151-1/+1
* Add documentation for wl_shm_buffer_begin/end_accessNeil Roberts2013-11-152-1/+66
* 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
* protocol: validate the protocol against a dtdPeter Hutterer2013-10-254-2/+47
* configure.ac: Bump version to 1.3.90 for the master branchKristian Høgsberg2013-10-231-1/+1
* wayland: Be consistent about #include-guard namesKristian Høgsberg2013-10-214-8/+8
* protocol: Fix typo in documentation1.3José Bollo2013-10-111-1/+1
* configure.ac: Bump version to 1.31.3.0Kristian Høgsberg2013-10-091-2/+2
* scanner: Handle unrecognized invocation modeKristian Høgsberg2013-10-071-1/+3
* configure.ac: Bump version to 1.2.921.2.92Kristian Høgsberg2013-10-021-1/+1
* client: Fix handling display->reader_count if poll failsNeil Roberts2013-09-251-1/+3
* configure.ac: Bump version to 1.2.911.2.91Kristian Høgsberg2013-09-221-1/+1
* Export the Wayland protocol XML fileJason Ekstrand2013-09-213-1/+5
* tests: add wl_resource testsMarek Ch2013-09-212-1/+170
* tests: add unit tests for wl_signalMarek Ch2013-09-212-1/+117
* tests: extended message when leak in test is detectedMarek Ch2013-09-211-3/+14
* 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
* doc: Create \comment alias for C-style commentsAaron Faanes2013-09-211-1/+1
* doc: Include wayland-util.* for doxygen outputAaron Faanes2013-09-161-0/+6
* 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
* gitignore: add ./compileChang Liu2013-09-111-0/+1
* 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