summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-04client: Make wl_display thread safefd-changesKristian Høgsberg1-2/+31
2012-10-04client: Split event handling into demarshal and dispatch stepsKristian Høgsberg2-23/+39
2012-10-04Change filedescriptor API to be thread safeKristian Høgsberg6-162/+112
2012-10-01connection: Drop unused static closuresKristian Høgsberg1-1/+0
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-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-03connection: zero out string paddingKristian Høgsberg1-3/+5
2012-07-23More consistent ID printingDaniel Stone3-15/+15
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-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-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-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 Olsson1-2/+2
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-02protocol: Add explicit nullable typesChristopher James Halse Rogers2-8/+105
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
2012-06-30wayland-server: reduce use of magic numbersDylan Noblesmith1-6/+15
2012-06-28Allocate client proxy automatically for new objectsKristian Høgsberg4-4/+57
2012-06-22Send modifier event to pointer focus when it changes tooKristian Høgsberg1-17/+31
2012-06-22Send keyboard modifier event using the keyboard resourceKristian Høgsberg1-1/+1
2012-06-22Maintain keyboard modifier state in wayland-serverDaniel Stone2-1/+26
2012-06-18data-device: Fix list corruption when the source goes awayKristian Høgsberg1-1/+2
2012-06-13connection: Set closure->start in demarshal toomalloc-closureKristian Høgsberg1-0/+1
2012-06-13connection: Always malloc closureKristian Høgsberg4-65/+62
2012-06-12wayland-server: Add destroy signal to wl_seatJonas Ådahl2-0/+5
2012-06-12wayland-util: wl_list_insert_list() should accept empty listsJonas Ådahl1-0/+3
2012-06-06server: require XDG_RUNTIME_DIRPekka Paalanen1-7/+10
2012-06-06client: require XDG_RUNTIME_DIRPekka Paalanen1-8/+11
2012-06-05Add a focus change signal for wl_pointer and wl_keyboardKristian Høgsberg2-0/+6
2012-06-03data-device: Don't implement data source through data offer objectKristian Høgsberg2-22/+39
2012-05-31data-device: Handle setting a NULL selection sourceKristian Høgsberg1-5/+9