summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.95.00.95.0Kristian Høgsberg2012-07-241-2/+2
* Make distcheck work from builddir configured with --disable-documentationKristian Høgsberg2012-07-241-6/+6
* More consistent ID printingDaniel Stone2012-07-234-16/+16
* Make NEW_IDs nullableDaniel Stone2012-07-233-6/+48
* Unstatic arg_count_for_signature and get_next_argumentDaniel Stone2012-07-232-7/+13
* tests: Wrap calloc by just returning NULL if we're called too earlyKristian Høgsberg2012-07-231-0/+13
* test-runner: Wrap realloc() tooDaniel Stone2012-07-231-1/+11
* .gitignore: Add ctags and cscope filesDaniel Stone2012-07-231-0/+2
* protocol: Add transform argument to wl_output.geometry eventKristian Høgsberg2012-07-222-7/+27
* connection: reserve id on incoming new objectMathias Fiedler2012-07-221-3/+3
* wayland-util: add method for reserving new object idMathias Fiedler2012-07-222-0/+34
* wayland-server: send error on invalid new object idMathias Fiedler2012-07-221-4/+10
* wayland-shm: Commit the width/height getters that actually compileKristian Høgsberg2012-07-201-4/+4
* README: UpdateKristian Høgsberg2012-07-201-108/+13
* shm: Add shm_buffer getters for width and heightKristian Høgsberg2012-07-202-0/+22
* wayland-client: Add missing newline from an error messageRobert Ancell2012-07-201-1/+1
* remove listener from wl_data_source destroy_signal listener listDmitry Guryanov2012-07-171-1/+1
* cursor: fix fd leak and a segfaultPekka Paalanen2012-07-101-0/+6
* cursor: use os_create_anonymous_file()Pekka Paalanen2012-07-105-7/+165
* server: fix wl_seat_set_keyboardPekka Paalanen2012-07-101-1/+1
* server: add lose_touch_focus()Pekka Paalanen2012-07-101-0/+10
* scanner: Include weston-client.h as the inline functions require itRobert Ancell2012-07-091-2/+3
* wayland-shm: Add return before we hit the error clean-up pathKristian Høgsberg2012-07-091-0/+2
* Fixup source comment in wayland-util.h and fix typo in TODOMartin Olsson2012-07-092-3/+3
* doc: fix some typos in documentationMartin Olsson2012-07-092-4/+4
* protocol: Add missing allow-null to data_device.enter data_offer fieldAnder Conselvan de Oliveira2012-07-091-1/+1
* shm: Plug leak in shm_create_pool()Martin Olsson2012-07-091-6/+9
* server: Don't crash for wl_seat_set_touch(seat, NULL)Martin Olsson2012-07-091-1/+1
* scanner: Plug memory leak in end_element()Martin Olsson2012-07-091-1/+1
* wayland-cursor: Add error handling for shm_pool_create()Martin Olsson2012-07-091-9/+11
* protocol: Add a couple of missing allow-null annotationsKristian Høgsberg2012-07-021-2/+2
* protocol: Explicitly mark requests which allow null argumentsChristopher James Halse Rogers2012-07-021-9/+9
* protocol: Add explicit nullable typesChristopher James Halse Rogers2012-07-023-12/+188
* tests: test that path names longer than 108 bytes are rejectedDylan Noblesmith2012-06-302-1/+86
* tests: fix make check for out-of-tree buildsDylan Noblesmith2012-06-3011-12/+13
* tests: sort list of testsDylan Noblesmith2012-06-301-9/+9
* wayland-client: reject socket paths longer than 108 bytesDylan Noblesmith2012-06-301-1/+13
* wayland-server: reject socket paths longer than 108 bytesDylan Noblesmith2012-06-301-1/+15
* wayland-server: add more logging of errorsDylan Noblesmith2012-06-301-0/+2
* wayland-server: fix socket ownership race conditionDylan Noblesmith2012-06-301-10/+10
* wayland-server: fix fd leak on error pathDylan Noblesmith2012-06-301-8/+16
* drop use of strerror()Dylan Noblesmith2012-06-302-2/+2
* wayland-server: reduce use of magic numbersDylan Noblesmith2012-06-301-6/+15
* Allocate client proxy automatically for new objectsKristian Høgsberg2012-06-284-4/+57
* protocol: Change wording of pointer.set_cursor()Ander Conselvan de Oliveira2012-06-281-2/+3
* wl_shell: Don't require that parent surfaces are wl_shell_surfacesKristian Høgsberg2012-06-271-2/+2
* configure.ac: Bump version to 0.94.900.94.90Kristian Høgsberg2012-06-251-2/+2
* Send modifier event to pointer focus when it changes tooKristian Høgsberg2012-06-221-17/+31
* Send keyboard modifier event using the keyboard resourceKristian Høgsberg2012-06-221-1/+1
* Maintain keyboard modifier state in wayland-serverDaniel Stone2012-06-222-1/+26