summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-17lock-fdpointer-lockKristian Høgsberg2-3/+32
2013-02-28wayland-server: Add a wl_pointer_grab flag for relative motion grabsKristian Høgsberg2-0/+2
2013-02-28protocol: Introduce pointer_lock interfaceKristian Høgsberg1-2/+35
2013-02-28scanner: Emit wl_*_destroy stub even if interface has a destructorKristian Høgsberg1-1/+1
2013-02-28protocol: Add release requests for wl_pointer, wl_keyboard, and wl_touchKristian Høgsberg1-0/+12
2013-02-26Stylistic nitpickingKristian Høgsberg1-5/+5
2013-02-26Clean up and refactor wl_closure and associated functionsJason Ekstrand4-355/+402
2013-02-26client: add wl_proxy_get_class()Pekka Paalanen2-0/+13
2013-02-25scanner: Fix 'destroy)' typo in check for destroy request presenceKristian Høgsberg1-1/+1
2013-02-25scanner: remove list_length in favor of wl_list_lengthRan Benita1-14/+2
2013-02-14configure.ac: Update bug URLKristian Høgsberg1-1/+1
2013-02-14Make sure that man page xml files are always distedArmin K1-4/+3
2013-02-14README: Fix typosSiddharth Heroor1-3/+3
2013-02-11tests: Add a help message for the test runnerKristian Høgsberg1-1/+22
2013-02-08queue-test: WEXITSTATUS() is undefined if WIFEXITED() is falseKristian Høgsberg1-2/+3
2013-02-04connection.c: Align pointer extra storage correctlyKristian Høgsberg1-4/+18
2013-02-02configure.ac: Lower git master version to 1.0.90Kristian Høgsberg1-2/+2
2013-01-28Match libtool version info in 1.0 branchKristian Høgsberg1-0/+1
2013-01-24gitignore: add test-suite filesDavid Herrmann2-1/+7
2013-01-24event-loop: fix returning the destroy-signal listenerDavid Herrmann1-1/+1
2013-01-15Add a destroy signal to the wl_event_loop objectJason Ekstrand3-0/+84
2013-01-11Added a destroy signal to the wl_display object.Jason Ekstrand4-0/+106
2013-01-11test/event-loop: Check readable state on a pipeQuentin Glidic1-1/+6
2012-12-12client: remove two unused function pointer typedefsPekka Paalanen1-3/+0
2012-12-03tests: rename temporary filesPekka Paalanen1-2/+2
2012-12-03tests: Don't leave temporary files behindSven Joachim1-0/+2
2012-12-03man, configure.ac: Only generate man pages if we can do it offlineJonas Ådahl2-2/+19
2012-12-03doc: Only generate Wayland documentation if xsltproc was foundJonas Ådahl1-0/+2
2012-11-30configure.ac: Update version to 1.1.0 during development on git masterKristian Høgsberg1-2/+2
2012-11-30client: Add \since tag for wl_display_dispatch_queue_pending() documentationKristian Høgsberg1-0/+1
2012-11-27pkgconfig: Use configure provided directoriesQuentin Glidic3-12/+12
2012-11-27protocol: Add a wl_surface request for setting buffer transformationAnder Conselvan de Oliveira1-3/+31
2012-11-27scanner: Fix wrong restriction on since fieldAnder Conselvan de Oliveira1-1/+1
2012-11-27client: Don't cancel a roundtrip when any event is receivedJonas Ådahl1-1/+4
2012-11-23doc: Fix typosTiago Vignatti2-3/+3
2012-11-23client: Add an entry point for dispatching a queue without blockingAnder Conselvan de Oliveira2-0/+21
2012-11-21debug: Allow WAYLAND_DEBUG=server/client for server/client side only debugKristian Høgsberg2-2/+2
2012-11-19configure.ac: Bump version to 1.0.1Kristian Høgsberg1-1/+1
2012-11-19doc: Fix out-of-source build so distcheck works againKristian Høgsberg1-7/+7
2012-11-19Fix distcheck by adding back protocol/Makefile.amKristian Høgsberg3-1/+3
2012-11-19protocol: Fix copy and paste summaryKristian Høgsberg1-1/+1
2012-11-19protocol: Add summary description for wl_data_device_managerKristian Høgsberg1-0/+8
2012-11-14client: Fix source comment typosMartin Olsson1-3/+3
2012-11-12doc: Fix incorrectly formatted section headerTiago Vignatti1-1/+3
2012-11-12doc: Update .gitignoreTiago Vignatti2-0/+2
2012-11-12doc: Set publican to quiet modeTiago Vignatti1-1/+1
2012-11-12doc: Remove unused css and xslt for the protocolTiago Vignatti5-256/+1
2012-11-12doc: Auto-generate API methods and classes documentationTiago Vignatti2-16/+52
2012-11-12doc: doxygen: Interpret the first line comment as the briefTiago Vignatti1-1/+1
2012-11-07tests: Add out of order delete_id queue testsJonas Ådahl1-12/+96