index
:
~krh/wayland
1.1
1.2
1.3
acquire-fd
better-array
fd-changes
fd-lock
fixed-optimization
input
malloc-closure
master
menu
next
opaque-resource
pointer-lock
pointer-lock-2
popup
prepare-read
protocol-changes
proxy-race
read-events
remote
session-manager
subscribe
testing
thread-safety
threads
video
yuv
personal wayland repo
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-04
client: Make wl_display thread safe
fd-changes
Kristian Høgsberg
1
-2
/
+31
2012-10-04
client: Split event handling into demarshal and dispatch steps
Kristian Høgsberg
2
-23
/
+39
2012-10-04
Change filedescriptor API to be thread safe
Kristian Høgsberg
6
-162
/
+112
2012-10-01
connection: Drop unused static closures
Kristian Høgsberg
1
-1
/
+0
2012-09-12
event-loop: export wl_event_loop_dispatch_idle()
David Herrmann
2
-3
/
+4
2012-09-10
wayland-server: return new ID in wl_client_add_resource()
David Herrmann
2
-5
/
+9
2012-09-10
event-loop: remove dead code
David Herrmann
1
-2
/
+2
2012-08-16
Add wl_shm_buffer_create()
Kristian Høgsberg
2
-1
/
+50
2012-08-16
client: Add wl_display_connect_to_fd() function
Kristian Høgsberg
2
-27
/
+45
2012-08-03
connection: zero out string padding
Kristian Høgsberg
1
-3
/
+5
2012-07-23
More consistent ID printing
Daniel Stone
3
-15
/
+15
2012-07-23
Make NEW_IDs nullable
Daniel Stone
3
-6
/
+48
2012-07-23
Unstatic arg_count_for_signature and get_next_argument
Daniel Stone
2
-7
/
+13
2012-07-22
connection: reserve id on incoming new object
Mathias Fiedler
1
-3
/
+3
2012-07-22
wayland-util: add method for reserving new object id
Mathias Fiedler
2
-0
/
+34
2012-07-22
wayland-server: send error on invalid new object id
Mathias Fiedler
1
-4
/
+10
2012-07-20
wayland-shm: Commit the width/height getters that actually compile
Kristian Høgsberg
1
-4
/
+4
2012-07-20
shm: Add shm_buffer getters for width and height
Kristian Høgsberg
2
-0
/
+22
2012-07-20
wayland-client: Add missing newline from an error message
Robert Ancell
1
-1
/
+1
2012-07-17
remove listener from wl_data_source destroy_signal listener list
Dmitry Guryanov
1
-1
/
+1
2012-07-10
server: fix wl_seat_set_keyboard
Pekka Paalanen
1
-1
/
+1
2012-07-10
server: add lose_touch_focus()
Pekka Paalanen
1
-0
/
+10
2012-07-09
scanner: Include weston-client.h as the inline functions require it
Robert Ancell
1
-2
/
+3
2012-07-09
wayland-shm: Add return before we hit the error clean-up path
Kristian Høgsberg
1
-0
/
+2
2012-07-09
Fixup source comment in wayland-util.h and fix typo in TODO
Martin Olsson
1
-2
/
+2
2012-07-09
shm: Plug leak in shm_create_pool()
Martin Olsson
1
-6
/
+9
2012-07-09
server: Don't crash for wl_seat_set_touch(seat, NULL)
Martin Olsson
1
-1
/
+1
2012-07-09
scanner: Plug memory leak in end_element()
Martin Olsson
1
-1
/
+1
2012-07-02
protocol: Add explicit nullable types
Christopher James Halse Rogers
2
-8
/
+105
2012-06-30
wayland-client: reject socket paths longer than 108 bytes
Dylan Noblesmith
1
-1
/
+13
2012-06-30
wayland-server: reject socket paths longer than 108 bytes
Dylan Noblesmith
1
-1
/
+15
2012-06-30
wayland-server: add more logging of errors
Dylan Noblesmith
1
-0
/
+2
2012-06-30
wayland-server: fix socket ownership race condition
Dylan Noblesmith
1
-10
/
+10
2012-06-30
wayland-server: fix fd leak on error path
Dylan Noblesmith
1
-8
/
+16
2012-06-30
drop use of strerror()
Dylan Noblesmith
2
-2
/
+2
2012-06-30
wayland-server: reduce use of magic numbers
Dylan Noblesmith
1
-6
/
+15
2012-06-28
Allocate client proxy automatically for new objects
Kristian Høgsberg
4
-4
/
+57
2012-06-22
Send modifier event to pointer focus when it changes too
Kristian Høgsberg
1
-17
/
+31
2012-06-22
Send keyboard modifier event using the keyboard resource
Kristian Høgsberg
1
-1
/
+1
2012-06-22
Maintain keyboard modifier state in wayland-server
Daniel Stone
2
-1
/
+26
2012-06-18
data-device: Fix list corruption when the source goes away
Kristian Høgsberg
1
-1
/
+2
2012-06-13
connection: Set closure->start in demarshal too
malloc-closure
Kristian Høgsberg
1
-0
/
+1
2012-06-13
connection: Always malloc closure
Kristian Høgsberg
4
-65
/
+62
2012-06-12
wayland-server: Add destroy signal to wl_seat
Jonas Ådahl
2
-0
/
+5
2012-06-12
wayland-util: wl_list_insert_list() should accept empty lists
Jonas Ådahl
1
-0
/
+3
2012-06-06
server: require XDG_RUNTIME_DIR
Pekka Paalanen
1
-7
/
+10
2012-06-06
client: require XDG_RUNTIME_DIR
Pekka Paalanen
1
-8
/
+11
2012-06-05
Add a focus change signal for wl_pointer and wl_keyboard
Kristian Høgsberg
2
-0
/
+6
2012-06-03
data-device: Don't implement data source through data offer object
Kristian Høgsberg
2
-22
/
+39
2012-05-31
data-device: Handle setting a NULL selection source
Kristian Høgsberg
1
-5
/
+9
[next]