summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-14Add patch chunks missing from previous commmit0.85Kristian Høgsberg2-1/+2
2012-04-12Add a public header for the version numberNeil Roberts6-4/+53
2012-04-12Add wl_display_disconnect to the client headerNeil Roberts1-0/+1
2012-04-05client: Add wl_display_disconnect() so mesa master can link against 0.85Kristian Høgsberg1-2/+14
2012-03-23connection: fix signedness warningsPekka Paalanen1-2/+2
2012-03-23Fix harmless signedness warningsPekka Paalanen5-6/+6
2012-03-23scanner: fix a signedness warningPekka Paalanen1-1/+2
2012-03-23scanner: Remove unused variable 'len'Peter Hutterer1-1/+1
2012-03-23shm: fix cosmetic gcc warningsPekka Paalanen1-2/+2
2012-03-23server: fix signedness in wl_client_connection_dataPekka Paalanen1-1/+2
2012-03-23configure: add -Wextra -Wno-unused-parameterPekka Paalanen1-1/+1
2012-02-09Release 0.85.00.85.0Kristian Høgsberg3-3/+3
2012-02-09Use dist-xz for tarballsKristian Høgsberg1-1/+1
2012-02-09Set version to 'master' on git master branchKristian Høgsberg1-1/+1
2012-02-09scanner: don't print new line when no descriptions are providedTiago Vignatti1-1/+2
2012-02-09protocol: fix typoTiago Vignatti1-5/+5
2012-02-09spec: fix typoTiago Vignatti1-1/+1
2012-02-09Drop warning when we receive an event for zombie objectsKristian Høgsberg1-1/+0
2012-02-09wayland-util.h: Avoid un-namespaced _container_ofKristian Høgsberg1-9/+9
2012-01-19spec: list core interfaces with short descriptionsJesse Barnes1-3/+30
2012-01-19spec: update high level description, add diagramsJesse Barnes3-28/+86
2012-01-19scanner: allow summary attributes in args and <description> in <protocol>Jesse Barnes2-32/+48
2012-01-18protocol: Convert comments to new documentation tagsKristian Høgsberg1-175/+287
2012-01-18scanner: Support documentation elementsJesse Barnes2-4/+146
2012-01-13Fix 'make dist' as connection.h no longer existsRichard Hughes1-1/+0
2012-01-12server: In default grab, update focus resource after sending releaseNeil Roberts1-5/+5
2012-01-11shm: Drop non-premul format, use less ambiguous ARGB8888 naming conventionKristian Høgsberg2-9/+7
2012-01-06Add new wl_shell popup surface typeKristian Høgsberg1-0/+26
2012-01-06Move data device implementation into wayland-serverKristian Høgsberg4-0/+511
2012-01-06Move default grab implementation to wayland-serverKristian Høgsberg1-0/+56
2012-01-06New grab APIKristian Høgsberg2-54/+24
2012-01-04server: Allocate server ID for when resource->object.id is 0Kristian Høgsberg1-1/+8
2012-01-03server: remove wl_display::callback_list as unusedPekka Paalanen1-2/+0
2012-01-03server: add wl_input_device_release()Pekka Paalanen2-0/+18
2011-12-28Fix WL_EVENT_WRITEABLE typoKristian Høgsberg3-6/+6
2011-12-27Drop unused hash tableKristian Høgsberg4-319/+3
2011-12-22Rename all instances of typeofKristian Høgsberg1-1/+1
2011-12-22Use __typeof__ instead of typeofKristian Høgsberg1-2/+2
2011-12-22server: destroy the socket event source on display destroyPekka Paalanen1-4/+7
2011-12-21protocol: update touch_down with focus surfaceTiago Vignatti1-0/+1
2011-12-19protocol: Add a bit of documentationKristian Høgsberg1-0/+16
2011-12-17connection: Fix printf format warningsKristian Høgsberg1-2/+2
2011-12-17Increase closure buffer size and fail gracefully for too big closures.Laszlo Agocs3-6/+38
2011-12-14Removed superfluous call to wl_copy_connectionAndy Nichols1-2/+0
2011-12-14Make wl_list_for_each* work for c++Jørgen Lind1-1/+7
2011-12-13client: fix a strdup memory leakPekka Paalanen1-3/+10
2011-12-05client: unset WAYLAND_SOCKET env variablePekka Paalanen1-0/+1
2011-11-29server: do not send delete_id to a dead clientPekka Paalanen1-3/+5
2011-11-29protocol: introduce wl_shell_surfacePekka Paalanen1-11/+15
2011-11-29server: document wl_resource_post_event() argumentsPekka Paalanen1-0/+17