summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-15Add wl_shm_buffer_create()remoteKristian Høgsberg2-1/+50
2012-08-14client: Add wl_display_connect_to_fd() functionKristian Høgsberg2-27/+45
2012-08-14socket-test: don't try to be clever, fail if no XDG_RUNTIME_DIR is setPhilipp Brüschweiler1-11/+10
2012-08-13Add support for X cursor themes.Christopher Michael1-1/+1
2012-08-13Fix grammar in the rendering section.Christopher Michael1-1/+1
2012-08-03connection: zero out string paddingKristian Høgsberg1-3/+5
2012-07-31protocol: Remove "repeat" from "key_state"Andre Heider1-2/+0
2012-07-26Don't skip the first directory entry when reading cursors.Dima Ryazanov1-1/+0
2012-07-24Bump version to 0.95.0Kristian Høgsberg1-2/+2
2012-07-24Make distcheck work from builddir configured with --disable-documentationKristian Høgsberg1-6/+6
2012-07-23More consistent ID printingDaniel Stone4-16/+16
2012-07-23Make NEW_IDs nullableDaniel Stone3-6/+48
2012-07-23Unstatic arg_count_for_signature and get_next_argumentDaniel Stone2-7/+13
2012-07-23tests: Wrap calloc by just returning NULL if we're called too earlyKristian Høgsberg1-0/+13
2012-07-23test-runner: Wrap realloc() tooDaniel Stone1-1/+11
2012-07-23.gitignore: Add ctags and cscope filesDaniel Stone1-0/+2
2012-07-22protocol: Add transform argument to wl_output.geometry eventKristian Høgsberg2-7/+27
2012-07-22connection: reserve id on incoming new objectMathias Fiedler1-3/+3
2012-07-22wayland-util: add method for reserving new object idMathias Fiedler2-0/+34
2012-07-22wayland-server: send error on invalid new object idMathias Fiedler1-4/+10
2012-07-20wayland-shm: Commit the width/height getters that actually compileKristian Høgsberg1-4/+4
2012-07-20README: UpdateKristian Høgsberg1-111/+16
2012-07-20shm: Add shm_buffer getters for width and heightKristian Høgsberg2-0/+22
2012-07-20wayland-client: Add missing newline from an error messageRobert Ancell1-1/+1
2012-07-17remove listener from wl_data_source destroy_signal listener listDmitry Guryanov1-1/+1
2012-07-10cursor: fix fd leak and a segfaultPekka Paalanen1-0/+6
2012-07-10cursor: use os_create_anonymous_file()Pekka Paalanen5-7/+165
2012-07-10server: fix wl_seat_set_keyboardPekka Paalanen1-1/+1
2012-07-10server: add lose_touch_focus()Pekka Paalanen1-0/+10
2012-07-09scanner: Include weston-client.h as the inline functions require itRobert Ancell1-2/+3
2012-07-09wayland-shm: Add return before we hit the error clean-up pathKristian Høgsberg1-0/+2
2012-07-09Fixup source comment in wayland-util.h and fix typo in TODOMartin Olsson2-3/+3
2012-07-09doc: fix some typos in documentationMartin Olsson2-4/+4
2012-07-09protocol: Add missing allow-null to data_device.enter data_offer fieldAnder Conselvan de Oliveira1-1/+1
2012-07-09shm: Plug leak in shm_create_pool()Martin Olsson1-6/+9
2012-07-09server: Don't crash for wl_seat_set_touch(seat, NULL)Martin Olsson1-1/+1
2012-07-09scanner: Plug memory leak in end_element()Martin Olsson1-1/+1
2012-07-09wayland-cursor: Add error handling for shm_pool_create()Martin Olsson1-9/+11
2012-07-02protocol: Add a couple of missing allow-null annotationsKristian Høgsberg1-2/+2
2012-07-02protocol: Explicitly mark requests which allow null argumentsChristopher James Halse Rogers1-9/+9
2012-07-02protocol: Add explicit nullable typesChristopher James Halse Rogers3-12/+188
2012-06-30tests: test that path names longer than 108 bytes are rejectedDylan Noblesmith2-1/+86
2012-06-30tests: fix make check for out-of-tree buildsDylan Noblesmith11-12/+13
2012-06-30tests: sort list of testsDylan Noblesmith1-9/+9
2012-06-30wayland-client: reject socket paths longer than 108 bytesDylan Noblesmith1-1/+13
2012-06-30wayland-server: reject socket paths longer than 108 bytesDylan Noblesmith1-1/+15
2012-06-30wayland-server: add more logging of errorsDylan Noblesmith1-0/+2
2012-06-30wayland-server: fix socket ownership race conditionDylan Noblesmith1-10/+10
2012-06-30wayland-server: fix fd leak on error pathDylan Noblesmith1-8/+16
2012-06-30drop use of strerror()Dylan Noblesmith2-2/+2