summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-30scanner: Emit wl_*_destroy stub even if interface has a destructorKristian Høgsberg1-1/+1
2013-08-30protocol: Add release requests for wl_pointer, wl_keyboard, and wl_touchKristian Høgsberg1-4/+16
2013-08-19Add support for client-side language bindingsJason Ekstrand2-9/+86
2013-08-19Add support for server-side language bindingsJason Ekstrand5-25/+120
2013-08-19doc: Add a section on interface and protocol object versioningJason Ekstrand1-0/+61
2013-08-19doc: Update the ID alocation sectionJason Ekstrand1-4/+10
2013-08-15publican: only split chapters and top-level sections onto separate pagesPeter Hutterer1-0/+1
2013-08-12protocol: Improve a bit of grammar for wl_surface::attach descriptionBryce W. Harrington1-2/+2
2013-08-12wayland-client: Add wl_proxy_get_listenerRob Bradford2-0/+20
2013-08-12wayland-server: Add a wl_resource_for_each macroRob Bradford1-0/+5
2013-08-08protocol: Fix pluralization of user in popup_done descriptionBryce W. Harrington1-1/+1
2013-08-08protocol: Improve grammar for set class descriptionBryce W. Harrington1-3/+3
2013-08-08protocol: Add missing d to 'x an y'Bryce W. Harrington1-2/+2
2013-08-08protocol: Fix typo by removing a redundant 'a'Bryce W. Harrington1-1/+1
2013-08-08client: Improve spelling and grammar in commentsBryce W. Harrington1-6/+6
2013-08-08publican: Fix grammar several places in Protocol docsBryce W. Harrington1-5/+5
2013-08-08publican: Drop unneeded 'of'Bryce W. Harrington1-1/+1
2013-08-08publican: Cleanup Preface's grammar.Bryce W. Harrington1-7/+6
2013-08-08server: Release additional_shm_formats array at display destructionTomeu Vizoso1-0/+2
2013-08-07scanner: check for wayland-scanner.pc before using variablesPeter Hutterer1-0/+2
2013-08-07scanner: expand help stringPeter Hutterer1-0/+4
2013-08-07scanner: support help and --helpPeter Hutterer1-6/+23
2013-08-07Don't include wayland-server.h in wayland-private.hKristian Høgsberg1-1/+2
2013-08-06shm: Add API for renderers to register additional pixel formatsTomeu Vizoso4-13/+58
2013-08-06server: Set client->error when we fail to send a closureKristian Høgsberg1-14/+4
2013-08-06server: Handle OOM properly when we fail to allocate a send closureKristian Høgsberg1-2/+6
2013-07-29client: Simply wl_display_dispatch_queue_pending() and fix return valueJiergir Ogoerg1-7/+4
2013-07-29protocol: Copy missing pixel formats from wl_drm to wl_shmTomeu Vizoso1-1/+64
2013-07-13Bump version to 1.2.01.2Kristian Høgsberg1-2/+2
2013-07-13wayland-client: Handle potential NULL-derefKristian Høgsberg1-0/+2
2013-07-13scanner: Fail more gracefully on out-of-memoryKristian Høgsberg1-18/+41
2013-07-12connection: Handle empty signature and signature with just a version.Mariusz Ceier1-0/+1
2013-07-09Bump version to 1.1.91Kristian Høgsberg1-1/+1
2013-07-09Replace two remaining wl_display_add_gloavl() occurencesKristian Høgsberg2-3/+4
2013-07-09wayland-server: Don't close display fd in fatal error handlerKristian Høgsberg1-4/+1
2013-07-09wayland-server: Return 0 from read_events() in case of EAGAINKristian Høgsberg1-2/+4
2013-07-09wayland-client: Treat EOF when reading the wayland socket as an errorNeil Roberts1-0/+8
2013-07-09wayland-server: Add wl_global_create/destroy()Kristian Høgsberg2-17/+60
2013-07-03build: Add wayland-scanner.pc.Daiki Ueno7-18/+32
2013-07-03build: Install wayland-scanner.mk under $(pkgdatadir).Daiki Ueno1-2/+2
2013-07-02wayland-server: Free non-legacy wl_resource structs during wl_client_destroyKristian Høgsberg1-3/+6
2013-07-02wayland-server: Remove left-over double free in unbind_resource() helperKristian Høgsberg1-1/+0
2013-07-02wayland-server: Remove error event posting from wl_resource_createKristian Høgsberg3-9/+60
2013-07-02wayland-server: Mark wl_client_add/new_object as deprecatedKristian Høgsberg2-54/+70
2013-07-02wayland-server: Dont free resource in user data destroy callbackKristian Høgsberg1-1/+0
2013-07-02wayland-server: Verify request versions before invoking handlerJason Ekstrand1-0/+15
2013-07-02Add wl_resource_create() and a version field to wl_resourceJason Ekstrand3-32/+80
2013-07-02Add version information to wl_message signatures.Jason Ekstrand3-12/+50
2013-07-02server: Make wl_object and wl_resource opaque structsKristian Høgsberg11-42/+57
2013-06-28protocol: add no_keymap format to keymap formatsRob Bradford1-0/+2