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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-15
Add wl_shm_buffer_create()
remote
Kristian Høgsberg
2
-1
/
+50
2012-08-14
client: Add wl_display_connect_to_fd() function
Kristian Høgsberg
2
-27
/
+45
2012-08-14
socket-test: don't try to be clever, fail if no XDG_RUNTIME_DIR is set
Philipp Brüschweiler
1
-11
/
+10
2012-08-13
Add support for X cursor themes.
Christopher Michael
1
-1
/
+1
2012-08-13
Fix grammar in the rendering section.
Christopher Michael
1
-1
/
+1
2012-08-03
connection: zero out string padding
Kristian Høgsberg
1
-3
/
+5
2012-07-31
protocol: Remove "repeat" from "key_state"
Andre Heider
1
-2
/
+0
2012-07-26
Don't skip the first directory entry when reading cursors.
Dima Ryazanov
1
-1
/
+0
2012-07-24
Bump version to 0.95.0
Kristian Høgsberg
1
-2
/
+2
2012-07-24
Make distcheck work from builddir configured with --disable-documentation
Kristian Høgsberg
1
-6
/
+6
2012-07-23
More consistent ID printing
Daniel Stone
4
-16
/
+16
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-23
tests: Wrap calloc by just returning NULL if we're called too early
Kristian Høgsberg
1
-0
/
+13
2012-07-23
test-runner: Wrap realloc() too
Daniel Stone
1
-1
/
+11
2012-07-23
.gitignore: Add ctags and cscope files
Daniel Stone
1
-0
/
+2
2012-07-22
protocol: Add transform argument to wl_output.geometry event
Kristian Høgsberg
2
-7
/
+27
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
README: Update
Kristian Høgsberg
1
-111
/
+16
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
cursor: fix fd leak and a segfault
Pekka Paalanen
1
-0
/
+6
2012-07-10
cursor: use os_create_anonymous_file()
Pekka Paalanen
5
-7
/
+165
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
2
-3
/
+3
2012-07-09
doc: fix some typos in documentation
Martin Olsson
2
-4
/
+4
2012-07-09
protocol: Add missing allow-null to data_device.enter data_offer field
Ander Conselvan de Oliveira
1
-1
/
+1
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-09
wayland-cursor: Add error handling for shm_pool_create()
Martin Olsson
1
-9
/
+11
2012-07-02
protocol: Add a couple of missing allow-null annotations
Kristian Høgsberg
1
-2
/
+2
2012-07-02
protocol: Explicitly mark requests which allow null arguments
Christopher James Halse Rogers
1
-9
/
+9
2012-07-02
protocol: Add explicit nullable types
Christopher James Halse Rogers
3
-12
/
+188
2012-06-30
tests: test that path names longer than 108 bytes are rejected
Dylan Noblesmith
2
-1
/
+86
2012-06-30
tests: fix make check for out-of-tree builds
Dylan Noblesmith
11
-12
/
+13
2012-06-30
tests: sort list of tests
Dylan Noblesmith
1
-9
/
+9
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
[next]