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-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
8
-250
/
+137
2012-10-01
connection: Drop unused static closures
Kristian Høgsberg
1
-1
/
+0
2012-09-26
man: fix compilation without xsltproc
David Herrmann
1
-5
/
+9
2012-09-25
man: add man-page infrastructure
David Herrmann
5
-1
/
+137
2012-09-25
protocol: Fix typo
Tiago Vignatti
1
-1
/
+1
2012-09-13
Fix typo (ratio, not ration)
Diego Viola
1
-1
/
+1
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-09-10
cursor: add cursor.pcf and extraction program
Philipp Brüschweiler
2
-0
/
+531
2012-09-10
cursor: Add a default cursor theme
Philipp Brüschweiler
2
-1
/
+618
2012-08-29
tests: Quiet warning
Kristian Høgsberg
1
-1
/
+2
2012-08-29
tests: ensure sanity leak check tests pass when leak checks are disabled.
U. Artie Eoff
2
-1
/
+13
2012-08-29
tests: Allow disabling leak checking assertions by env
Rob Bradford
1
-2
/
+4
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-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-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
[next]