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-19
Move ARRAY_LENGTH out of public headers
Kristian Høgsberg
5
-6
/
+21
2012-10-19
configure: Depend on a more strict version of publican
Tiago Vignatti
1
-0
/
+8
2012-10-19
doc: Update doxygen documentation when source files are changed
Ander Conselvan de Oliveira
1
-1
/
+5
2012-10-19
doc: Clarify documentation about dispatching event queues
Ander Conselvan de Oliveira
2
-14
/
+96
2012-10-17
doc: Update wl_display_get_error() documentation
Ander Conselvan de Oliveira
1
-2
/
+8
2012-10-17
wayland-server: Fix up error handling with client creation.
John Kåre Alsaker
1
-15
/
+26
2012-10-16
wayland-egl: Drop ill-defined pixmap support
Kristian Høgsberg
1
-9
/
+0
2012-10-16
connection: Dereference id completely for comparasion.
John Kåre Alsaker
1
-2
/
+2
2012-10-16
connection: Removed crashing code.
John Kåre Alsaker
1
-2
/
+0
2012-10-16
scanner: Make sure arguments have names.
John Kåre Alsaker
1
-0
/
+3
2012-10-16
connection: Don't call memcpy with null pointer.
John Kåre Alsaker
1
-3
/
+3
2012-10-16
protocol: try to clarify wl_buffer doc
Pekka Paalanen
1
-15
/
+13
2012-10-16
protocol: say update instead of repaint
Pekka Paalanen
1
-2
/
+2
2012-10-16
doc: Add doxygen documentation to wl_display_get_error()
Ander Conselvan de Oliveira
1
-0
/
+7
2012-10-16
doc: Document change of return value of dispatch functions
Ander Conselvan de Oliveira
1
-2
/
+3
2012-10-16
doc: Document the restriction of destroying queues before the display
Ander Conselvan de Oliveira
1
-0
/
+4
2012-10-16
doc: Put wl_display_flush() documentation in the right place
Ander Conselvan de Oliveira
1
-12
/
+12
2012-10-16
protocol: Clarify pointer axis event
Jonas Ådahl
1
-4
/
+16
2012-10-15
configure.ac: Bump version to 0.99.0
Kristian Høgsberg
1
-1
/
+1
2012-10-15
docs: Make distcheck happy
Kristian Høgsberg
1
-8
/
+10
2012-10-15
wayland-server: Add touch grab support
Matt Roper
2
-0
/
+101
2012-10-15
wayland-client: forward fatal errors to caller
David Herrmann
2
-20
/
+81
2012-10-15
wayland: Take ownership of fd in wl_display_connect_to_fd()
Kristian Høgsberg
1
-11
/
+9
2012-10-15
wayland-client: link all event-queues of each display into a list
David Herrmann
1
-3
/
+17
2012-10-15
connection: return error on buffer-overflow during read
Kristian Høgsberg
1
-0
/
+5
2012-10-15
connection: Use uin32_t for circular buffer indexes
Kristian Høgsberg
1
-6
/
+6
2012-10-15
connection: fix leaking FDs on buffer-overflow during read
David Herrmann
1
-7
/
+26
2012-10-15
connection: fix buffer-overflow in build_cmsg()
David Herrmann
1
-0
/
+3
2012-10-15
connection: close pending incoming FDs on shutdown
David Herrmann
1
-0
/
+1
2012-10-15
connection: fix buffer-overflow in close_fds()
David Herrmann
1
-4
/
+6
2012-10-15
connection: close pending outgoing fds on shutdown
David Herrmann
1
-17
/
+18
2012-10-15
wayland-util: return 0 on OOM in wl_map_insert_new()
David Herrmann
1
-0
/
+2
2012-10-15
wayland-util: return -1 if wl_array_copy() fails
David Herrmann
2
-4
/
+10
2012-10-15
wayland-client: add wl_display_get_error()
David Herrmann
2
-3
/
+37
2012-10-15
protocol: Clarify pointer axis event
Jonas Ådahl
1
-1
/
+4
2012-10-15
configure: Make documentation option work in fact
Tiago Vignatti
2
-2
/
+13
2012-10-15
doc: doxygen: Add .gitignore
Tiago Vignatti
1
-0
/
+1
2012-10-15
doc: Improve libwayland-client doxygen documentation
Ander Conselvan de Oliveira
2
-7
/
+94
2012-10-15
doc: Add some doxygen documentation to wayland-client entry points
Ander Conselvan de Oliveira
3
-2
/
+180
2012-10-15
doc: Split protocol description paragraphs properly
Ander Conselvan de Oliveira
1
-4
/
+25
2012-10-15
scanner: use printf format attributes for desc_dump
Olivier Blin
1
-0
/
+3
2012-10-15
scanner: fix writing i586 descriptions
Olivier Blin
1
-18
/
+19
2012-10-15
scanner: remove useless desc_dump arguments
Olivier Blin
1
-1
/
+1
2012-10-15
doc: Add auto-generated Wayland Library chapter
Tiago Vignatti
8
-5
/
+1863
2012-10-15
doc: Remove superfluous 'index'
Tiago Vignatti
1
-1
/
+0
2012-10-15
doc: publican: Automate version generation
Tiago Vignatti
1
-1
/
+6
2012-10-15
doc: publican: Set table of contents depth to 1
Tiago Vignatti
1
-1
/
+1
2012-10-15
client: Return number of events dispatched from dispatch functions
Kristian Høgsberg
1
-3
/
+3
2012-10-15
client: Add wl_display_dispatch_pending() for dispatching without reading
Kristian Høgsberg
2
-6
/
+22
2012-10-11
client: Discard proxies with no implementation at dispatch time
next
Kristian Høgsberg
1
-2
/
+3
[next]