index
:
wayland
0.85
1.0
1.1
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.2
1.23
1.24
1.3
1.4
1.5
1.6
1.7
1.8
1.9
main
master
next
terminal
wayland-0.8
[no description]
git mirrorbot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
client: remove two unused function pointer typedefs
Pekka Paalanen
2012-12-12
1
-3
/
+0
*
client: Update libtool version for new entry points
Kristian Høgsberg
2012-11-30
1
-0
/
+1
*
client: Add \since tag for wl_display_dispatch_queue_pending() documentation
Kristian Høgsberg
2012-11-30
1
-0
/
+1
*
pkgconfig: Use configure provided directories
Quentin Glidic
2012-11-27
2
-8
/
+8
*
scanner: Fix wrong restriction on since field
Ander Conselvan de Oliveira
2012-11-27
1
-1
/
+1
*
client: Don't cancel a roundtrip when any event is received
Jonas Ådahl
2012-11-27
1
-1
/
+4
*
doc: Fix typos
Tiago Vignatti
2012-11-23
1
-2
/
+2
*
client: Add an entry point for dispatching a queue without blocking
Ander Conselvan de Oliveira
2012-11-23
2
-0
/
+21
*
debug: Allow WAYLAND_DEBUG=server/client for server/client side only debug
Kristian Høgsberg
2012-11-21
2
-2
/
+2
*
client: Fix source comment typos
Martin Olsson
2012-11-14
1
-3
/
+3
*
client: Keep track of proxy validity and number of reference holders
Jonas Ådahl
2012-11-05
2
-20
/
+110
*
scanner: Preserve paragraph breaks in input XML
Kristian Høgsberg
2012-10-21
1
-3
/
+9
*
scanner: Fix valgrind errors
Kristian Høgsberg
2012-10-20
1
-8
/
+7
*
Rename __wl_container_of macro to just wl_container_of
Kristian Høgsberg
2012-10-19
1
-12
/
+12
*
Move un-namespaced container_of into private header
Kristian Høgsberg
2012-10-19
4
-4
/
+6
*
Move ARRAY_LENGTH out of public headers
Kristian Høgsberg
2012-10-19
4
-6
/
+19
*
doc: Clarify documentation about dispatching event queues
Ander Conselvan de Oliveira
2012-10-19
2
-11
/
+93
*
doc: Update wl_display_get_error() documentation
Ander Conselvan de Oliveira
2012-10-17
1
-2
/
+8
*
wayland-server: Fix up error handling with client creation.
John Kåre Alsaker
2012-10-17
1
-15
/
+26
*
wayland-egl: Drop ill-defined pixmap support
Kristian Høgsberg
2012-10-16
1
-9
/
+0
*
connection: Dereference id completely for comparasion.
John Kåre Alsaker
2012-10-16
1
-2
/
+2
*
connection: Removed crashing code.
John Kåre Alsaker
2012-10-16
1
-2
/
+0
*
scanner: Make sure arguments have names.
John Kåre Alsaker
2012-10-16
1
-0
/
+3
*
connection: Don't call memcpy with null pointer.
John Kåre Alsaker
2012-10-16
1
-3
/
+3
*
doc: Add doxygen documentation to wl_display_get_error()
Ander Conselvan de Oliveira
2012-10-16
1
-0
/
+7
*
doc: Document change of return value of dispatch functions
Ander Conselvan de Oliveira
2012-10-16
1
-2
/
+3
*
doc: Document the restriction of destroying queues before the display
Ander Conselvan de Oliveira
2012-10-16
1
-0
/
+4
*
doc: Put wl_display_flush() documentation in the right place
Ander Conselvan de Oliveira
2012-10-16
1
-12
/
+12
*
wayland-server: Add touch grab support
Matt Roper
2012-10-15
2
-0
/
+101
*
wayland-client: forward fatal errors to caller
David Herrmann
2012-10-15
2
-20
/
+81
*
wayland: Take ownership of fd in wl_display_connect_to_fd()
Kristian Høgsberg
2012-10-15
1
-11
/
+9
*
wayland-client: link all event-queues of each display into a list
David Herrmann
2012-10-15
1
-3
/
+17
*
connection: return error on buffer-overflow during read
Kristian Høgsberg
2012-10-15
1
-0
/
+5
*
connection: Use uin32_t for circular buffer indexes
Kristian Høgsberg
2012-10-15
1
-6
/
+6
*
connection: fix leaking FDs on buffer-overflow during read
David Herrmann
2012-10-15
1
-7
/
+26
*
connection: fix buffer-overflow in build_cmsg()
David Herrmann
2012-10-15
1
-0
/
+3
*
connection: close pending incoming FDs on shutdown
David Herrmann
2012-10-15
1
-0
/
+1
*
connection: fix buffer-overflow in close_fds()
David Herrmann
2012-10-15
1
-4
/
+6
*
connection: close pending outgoing fds on shutdown
David Herrmann
2012-10-15
1
-17
/
+18
*
wayland-util: return 0 on OOM in wl_map_insert_new()
David Herrmann
2012-10-15
1
-0
/
+2
*
wayland-util: return -1 if wl_array_copy() fails
David Herrmann
2012-10-15
2
-4
/
+10
*
wayland-client: add wl_display_get_error()
David Herrmann
2012-10-15
2
-3
/
+37
*
doc: Improve libwayland-client doxygen documentation
Ander Conselvan de Oliveira
2012-10-15
2
-7
/
+94
*
doc: Add some doxygen documentation to wayland-client entry points
Ander Conselvan de Oliveira
2012-10-15
2
-1
/
+178
*
scanner: use printf format attributes for desc_dump
Olivier Blin
2012-10-15
1
-0
/
+3
*
scanner: fix writing i586 descriptions
Olivier Blin
2012-10-15
1
-18
/
+19
*
scanner: remove useless desc_dump arguments
Olivier Blin
2012-10-15
1
-1
/
+1
*
client: Return number of events dispatched from dispatch functions
Kristian Høgsberg
2012-10-15
1
-3
/
+3
*
client: Add wl_display_dispatch_pending() for dispatching without reading
Kristian Høgsberg
2012-10-15
2
-6
/
+22
*
client: Discard proxies with no implementation at dispatch time
Kristian Høgsberg
2012-10-11
1
-2
/
+3
[next]