summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add patch chunks missing from previous commmit0.85Kristian Høgsberg2012-04-142-1/+2
* Add a public header for the version numberNeil Roberts2012-04-126-4/+53
* Add wl_display_disconnect to the client headerNeil Roberts2012-04-121-0/+1
* client: Add wl_display_disconnect() so mesa master can link against 0.85Kristian Høgsberg2012-04-051-2/+14
* connection: fix signedness warningsPekka Paalanen2012-03-231-2/+2
* Fix harmless signedness warningsPekka Paalanen2012-03-235-6/+6
* scanner: fix a signedness warningPekka Paalanen2012-03-231-1/+2
* scanner: Remove unused variable 'len'Peter Hutterer2012-03-231-1/+1
* shm: fix cosmetic gcc warningsPekka Paalanen2012-03-231-2/+2
* server: fix signedness in wl_client_connection_dataPekka Paalanen2012-03-231-1/+2
* configure: add -Wextra -Wno-unused-parameterPekka Paalanen2012-03-231-1/+1
* Release 0.85.00.85.0Kristian Høgsberg2012-02-093-3/+3
* Use dist-xz for tarballsKristian Høgsberg2012-02-091-1/+1
* Set version to 'master' on git master branchKristian Høgsberg2012-02-091-1/+1
* scanner: don't print new line when no descriptions are providedTiago Vignatti2012-02-091-1/+2
* protocol: fix typoTiago Vignatti2012-02-091-5/+5
* spec: fix typoTiago Vignatti2012-02-091-1/+1
* Drop warning when we receive an event for zombie objectsKristian Høgsberg2012-02-091-1/+0
* wayland-util.h: Avoid un-namespaced _container_ofKristian Høgsberg2012-02-091-9/+9
* spec: list core interfaces with short descriptionsJesse Barnes2012-01-191-3/+30
* spec: update high level description, add diagramsJesse Barnes2012-01-193-28/+86
* scanner: allow summary attributes in args and <description> in <protocol>Jesse Barnes2012-01-192-32/+48
* protocol: Convert comments to new documentation tagsKristian Høgsberg2012-01-181-173/+285
* scanner: Support documentation elementsJesse Barnes2012-01-182-4/+146
* Fix 'make dist' as connection.h no longer existsRichard Hughes2012-01-131-1/+0
* server: In default grab, update focus resource after sending releaseNeil Roberts2012-01-121-5/+5
* shm: Drop non-premul format, use less ambiguous ARGB8888 naming conventionKristian Høgsberg2012-01-112-9/+7
* Add new wl_shell popup surface typeKristian Høgsberg2012-01-061-0/+26
* Move data device implementation into wayland-serverKristian Høgsberg2012-01-064-0/+511
* Move default grab implementation to wayland-serverKristian Høgsberg2012-01-061-0/+56
* New grab APIKristian Høgsberg2012-01-062-54/+24
* server: Allocate server ID for when resource->object.id is 0Kristian Høgsberg2012-01-041-1/+8
* server: remove wl_display::callback_list as unusedPekka Paalanen2012-01-031-2/+0
* server: add wl_input_device_release()Pekka Paalanen2012-01-032-0/+18
* Fix WL_EVENT_WRITEABLE typoKristian Høgsberg2011-12-283-6/+6
* Drop unused hash tableKristian Høgsberg2011-12-274-319/+3
* Rename all instances of typeofKristian Høgsberg2011-12-221-1/+1
* Use __typeof__ instead of typeofKristian Høgsberg2011-12-221-2/+2
* server: destroy the socket event source on display destroyPekka Paalanen2011-12-221-4/+7
* protocol: update touch_down with focus surfaceTiago Vignatti2011-12-211-0/+1
* protocol: Add a bit of documentationKristian Høgsberg2011-12-191-0/+16
* connection: Fix printf format warningsKristian Høgsberg2011-12-171-2/+2
* Increase closure buffer size and fail gracefully for too big closures.Laszlo Agocs2011-12-173-6/+38
* Removed superfluous call to wl_copy_connectionAndy Nichols2011-12-141-2/+0
* Make wl_list_for_each* work for c++Jørgen Lind2011-12-141-1/+7
* client: fix a strdup memory leakPekka Paalanen2011-12-131-3/+10
* client: unset WAYLAND_SOCKET env variablePekka Paalanen2011-12-051-0/+1
* server: do not send delete_id to a dead clientPekka Paalanen2011-11-291-3/+5
* protocol: introduce wl_shell_surfacePekka Paalanen2011-11-291-11/+15
* server: document wl_resource_post_event() argumentsPekka Paalanen2011-11-291-0/+17