summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* server: require XDG_RUNTIME_DIRPekka Paalanen2012-06-061-7/+10
* client: require XDG_RUNTIME_DIRPekka Paalanen2012-06-061-8/+11
* Add a focus change signal for wl_pointer and wl_keyboardKristian Høgsberg2012-06-052-0/+6
* data-device: Don't implement data source through data offer objectKristian Høgsberg2012-06-032-22/+39
* data-device: Handle setting a NULL selection sourceKristian Høgsberg2012-05-311-5/+9
* data-device: Emit selection_signal also when we lose the selectionKristian Høgsberg2012-05-311-0/+2
* data-device: Only send out NULL selection if we have a resourceKristian Høgsberg2012-05-311-1/+2
* Add key_state and button_state enumsDaniel Stone2012-05-312-6/+11
* wl_keyboard: Add modifier eventDaniel Stone2012-05-312-1/+21
* Always reset keyboard and pointer focusDaniel Stone2012-05-311-10/+8
* Wayland: logging: replace printf by wl_logMartin Minarik2012-05-311-10/+7
* Wayland: loggingMartin Minarik2012-05-317-0/+41
* build: add uninstalled pkg-config filesPekka Paalanen2012-05-292-0/+16
* data-device: implement drags with no data source for self-dndAnder Conselvan de Oliveira2012-05-292-21/+38
* data-device: fix crash when a client dies during a drag with an iconAnder Conselvan de Oliveira2012-05-251-1/+1