aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Split the global registry into its own wl_registry objectKristian Høgsberg2012-10-103-147/+50
* scanner: Generate client stubs for wl_display requestsKristian Høgsberg2012-10-103-52/+0
* scanner: Send interface name and version for types new_id argsKristian Høgsberg2012-10-101-17/+46
* client: Add wl_event_queue for multi-thread dispatchingKristian Høgsberg2012-10-102-35/+123
* client: Make wl_display thread safeKristian Høgsberg2012-10-101-4/+42
* client: Split event handling into demarshal and dispatch stepsKristian Høgsberg2012-10-102-20/+49
* Change filedescriptor API to be thread safeKristian Høgsberg2012-10-107-165/+127
* connection: Add missing free from error pathRob Bradford2012-10-091-0/+1
* connection: Drop unused static closuresKristian Høgsberg2012-10-011-1/+0
* event-loop: export wl_event_loop_dispatch_idle()David Herrmann2012-09-122-3/+4
* wayland-server: return new ID in wl_client_add_resource()David Herrmann2012-09-102-5/+9
* event-loop: remove dead codeDavid Herrmann2012-09-101-2/+2
* Add wl_shm_buffer_create()Kristian Høgsberg2012-08-162-1/+50
* client: Add wl_display_connect_to_fd() functionKristian Høgsberg2012-08-162-27/+45
* connection: zero out string paddingKristian Høgsberg2012-08-031-3/+5
* More consistent ID printingDaniel Stone2012-07-233-15/+15
* Make NEW_IDs nullableDaniel Stone2012-07-233-6/+48
* Unstatic arg_count_for_signature and get_next_argumentDaniel Stone2012-07-232-7/+13
* 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
* 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
* 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-091-2/+2
* 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
* protocol: Add explicit nullable typesChristopher James Halse Rogers2012-07-022-8/+105
* 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
* 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
* data-device: Fix list corruption when the source goes awayKristian Høgsberg2012-06-181-1/+2
* connection: Set closure->start in demarshal tooKristian Høgsberg2012-06-131-0/+1
* connection: Always malloc closureKristian Høgsberg2012-06-134-65/+62
* wayland-server: Add destroy signal to wl_seatJonas Ådahl2012-06-122-0/+5
* wayland-util: wl_list_insert_list() should accept empty listsJonas Ådahl2012-06-121-0/+3