summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-03protocol: Move xwayland surfaces to new subsurface protocolxwm-client-OLDTiago Vignatti1-9/+31
2012-09-26protocol: Introduce xwayland shell surfacesTiago Vignatti1-0/+16
2012-09-25man: add man-page infrastructureDavid Herrmann5-1/+137
2012-09-25protocol: Fix typoTiago Vignatti1-1/+1
2012-09-13Fix typo (ratio, not ration)Diego Viola1-1/+1
2012-09-12event-loop: export wl_event_loop_dispatch_idle()David Herrmann2-3/+4
2012-09-10wayland-server: return new ID in wl_client_add_resource()David Herrmann2-5/+9
2012-09-10event-loop: remove dead codeDavid Herrmann1-2/+2
2012-09-10cursor: add cursor.pcf and extraction programPhilipp Brüschweiler2-0/+531
2012-09-10cursor: Add a default cursor themePhilipp Brüschweiler2-1/+618
2012-08-29tests: Quiet warningKristian Høgsberg1-1/+2
2012-08-29tests: ensure sanity leak check tests pass when leak checks are disabled.U. Artie Eoff2-1/+13
2012-08-29tests: Allow disabling leak checking assertions by envRob Bradford1-2/+4
2012-08-16Add wl_shm_buffer_create()Kristian Høgsberg2-1/+50
2012-08-16client: Add wl_display_connect_to_fd() functionKristian Høgsberg2-27/+45
2012-08-16protocol: Fix typo.Scott Moreau1-1/+1
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