summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: Bump version to 1.0.61.0.61.0Kristian Høgsberg2013-03-221-1/+1
* protocol: remove implicit attach semanticsPekka Paalanen2013-03-211-11/+8
* client: Invoke new_id closure arguments as pointers instead of integersJonas Ådahl2013-03-216-12/+23
* client: Check reference count only for destroyed proxiesJonas Ådahl2013-03-211-3/+3
* configure.ac: Use wayland_version macro in bug urlKristian Høgsberg2013-03-211-1/+1
* Stylistic nitpickingKristian Høgsberg2013-03-071-5/+5
* Clean up and refactor wl_closure and associated functionsJason Ekstrand2013-03-074-355/+402
* client: add wl_proxy_get_class()Pekka Paalanen2013-03-072-0/+13
* scanner: Fix 'destroy)' typo in check for destroy request presenceKristian Høgsberg2013-03-071-1/+1
* scanner: remove list_length in favor of wl_list_lengthRan Benita2013-03-071-14/+2
* configure.ac: Bump version to 1.0.51.0.5Kristian Høgsberg2013-02-141-2/+2
* Make sure that man page xml files are always distedArmin K2013-02-141-4/+3
* README: Fix typosSiddharth Heroor2013-02-141-3/+3
* tests: Add a help message for the test runnerKristian Høgsberg2013-02-141-1/+22
* queue-test: WEXITSTATUS() is undefined if WIFEXITED() is falseKristian Høgsberg2013-02-141-2/+3
* connection.c: Align pointer extra storage correctlyKristian Høgsberg2013-02-141-4/+18
* configure.ac: Bump version to 1.0.41.0.4Kristian Høgsberg2013-01-241-1/+1
* gitignore: add test-suite filesDavid Herrmann2013-01-242-1/+7
* event-loop: fix returning the destroy-signal listenerDavid Herrmann2013-01-241-1/+1
* Add a destroy signal to the wl_event_loop objectJason Ekstrand2013-01-153-0/+84
* test/event-loop: Check readable state on a pipeQuentin Glidic2013-01-111-1/+6
* Added a destroy signal to the wl_display object.Jason Ekstrand2013-01-114-0/+106
* configure.ac: Bump version to 1.0.31.0.3Kristian Høgsberg2012-12-141-1/+1
* client: remove two unused function pointer typedefsPekka Paalanen2012-12-121-3/+0
* tests: rename temporary filesPekka Paalanen2012-12-031-2/+2
* tests: Don't leave temporary files behindSven Joachim2012-12-031-0/+2
* man, configure.ac: Only generate man pages if we can do it offlineJonas Ådahl2012-12-032-2/+19
* doc: Only generate Wayland documentation if xsltproc was foundJonas Ådahl2012-12-031-0/+2
* configure.ac: Bump version to 1.0.21.0.2Kristian Høgsberg2012-11-301-1/+1
* client: Update libtool version for new entry pointsKristian Høgsberg2012-11-301-0/+1
* client: Add \since tag for wl_display_dispatch_queue_pending() documentationKristian Høgsberg2012-11-301-0/+1
* pkgconfig: Use configure provided directoriesQuentin Glidic2012-11-273-12/+12
* scanner: Fix wrong restriction on since fieldAnder Conselvan de Oliveira2012-11-271-1/+1
* client: Don't cancel a roundtrip when any event is receivedJonas Ådahl2012-11-271-1/+4
* doc: Fix typosTiago Vignatti2012-11-232-3/+3
* client: Add an entry point for dispatching a queue without blockingAnder Conselvan de Oliveira2012-11-232-0/+21
* debug: Allow WAYLAND_DEBUG=server/client for server/client side only debugKristian Høgsberg2012-11-212-2/+2
* configure.ac: Bump version to 1.0.11.0.1Kristian Høgsberg2012-11-191-1/+1
* doc: Fix out-of-source build so distcheck works againKristian Høgsberg2012-11-191-7/+7
* Fix distcheck by adding back protocol/Makefile.amKristian Høgsberg2012-11-193-1/+3
* protocol: Fix copy and paste summaryKristian Høgsberg2012-11-191-1/+1
* protocol: Add summary description for wl_data_device_managerKristian Høgsberg2012-11-191-0/+8
* client: Fix source comment typosMartin Olsson2012-11-141-3/+3
* doc: Fix incorrectly formatted section headerTiago Vignatti2012-11-121-1/+3
* doc: Update .gitignoreTiago Vignatti2012-11-122-0/+2
* doc: Set publican to quiet modeTiago Vignatti2012-11-121-1/+1
* doc: Remove unused css and xslt for the protocolTiago Vignatti2012-11-125-256/+1
* doc: Auto-generate API methods and classes documentationTiago Vignatti2012-11-122-16/+52
* doc: doxygen: Interpret the first line comment as the briefTiago Vignatti2012-11-121-1/+1
* tests: Add out of order delete_id queue testsJonas Ådahl2012-11-071-12/+96