summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-21Change wl_shm_buffer to use a resource pointerJason Ekstrand2-37/+19
2013-06-21Change SHM wl_buffer functions to use the wl_shm_buffer structureJason Ekstrand2-26/+25
2013-06-21Add a wl_resource_instance_of functionJason Ekstrand4-4/+21
2013-06-20Free non-legacy resources inside wl_resource_destroyJason Ekstrand1-1/+4
2013-06-18doc: Add a small contributing guideAnder Conselvan de Oliveira2-0/+85
2013-06-17client: Add wl_display_prepare_read() API to relax thread model assumptionsKristian Høgsberg3-53/+266
2013-06-14server: Add aditional wl_resource accessorsJason Ekstrand2-0/+36
2013-06-14protocol: Add missing since attribute for name event on wl_seatRob Bradford1-1/+1
2013-06-14build: Fix warning message on syscall failuresRob Bradford1-3/+3
2013-06-07server: Add wl_resource_get_id()Kristian Høgsberg2-0/+8
2013-06-05Update tests for wl_map changes and add a map_flags testJason Ekstrand3-19/+41
2013-06-05Remove incorrect sanity-check from wl_map_insert_atJason Ekstrand1-6/+0
2013-06-05Change WL_ZOMBIE_OBJECT from 0x2 to an actual pointerJason Ekstrand2-2/+5
2013-06-05protocol: Move new name event below existing requests and events and version itKristian Høgsberg1-9/+12
2013-06-05Add accessor functions for wl_resource and deprecate wl_client_add_resourceJason Ekstrand4-20/+95
2013-06-05Add support for flags in the wl_map API and add a WL_MAP_ENTRY_LEGACY flagJason Ekstrand4-20/+58
2013-06-05Add a "side" field and some sanity checks to wl_map.Jason Ekstrand4-15/+32
2013-06-05protocol: Add a name event to give seat nameRob Bradford1-1/+10
2013-06-04build: Add declaration checks to check for required syscall flagsRob Bradford1-0/+11
2013-05-28protocol: Modes are specified in HW pixelsAlexander Larsson1-9/+21
2013-05-28protocol: Use signed int for scale valuesAlexander Larsson1-2/+2
2013-05-22protocol: Support scaled outputs and surfacesAlexander Larsson1-14/+93
2013-05-22protocol: Allow output changes to be treated atomicallyAlexander Larsson1-1/+11
2013-05-22protocol: Fix documentation typoPeng Wu1-1/+1
2013-05-08server: Drop struct wl_surfaceKristian Høgsberg1-4/+0
2013-05-07Remove input structsKristian Høgsberg4-1289/+1
2013-04-29configure.ac: Bump to 1.1.90 to open master for 1.2 workKristian Høgsberg1-1/+1
2013-04-18protocol: revert hotspot_x/y in set_cursor back to int1.1Peter Hutterer1-2/+2