index
:
wayland.git
master
rpi-debian
video
Core Wayland protocol
Daniel Stone
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-28
Add wl_video_surface
HEAD
master
Daniel Stone
1
-0/+31
2012-08-16
client: Add wl_display_connect_to_fd() function
Kristian Høgsberg
2
-27/+45
2012-08-16
protocol: Fix typo.
Scott Moreau
1
-1/+1
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-04
connection: zero out string padding
Kristian Høgsberg
1
-3/+5
2012-08-01
protocol: Remove "repeat" from "key_state"
Andre Heider
1
-2/+0
2012-07-27
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-24
More consistent ID printing
Daniel Stone
4
-16/+16
2012-07-24
Make NEW_IDs nullable
Daniel Stone
3
-6/+48
2012-07-24
Unstatic arg_count_for_signature and get_next_argument
Daniel Stone
2
-7/+13
2012-07-24
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-10
scanner: Include weston-client.h as the inline functions require it
Robert Ancell
1
-2/+3
2012-07-10
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
[next]