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
*
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
*
client: Don't forget to init and destroy mutex
Kristian Høgsberg
2012-10-11
1
-0
/
+2
*
connection: Print object id for new-id arguments in deubug output
Kristian Høgsberg
2012-10-11
1
-2
/
+1
*
client: Fix double locking bug
Ander Conselvan de Oliveira
2012-10-11
2
-6
/
+2
*
data-device: Don't fake an attach event on drag icon surface
Ander Conselvan de Oliveira
2012-10-11
1
-10
/
+2
*
Fix typecheck in case of multiple instances of type meta data
Kristian Høgsberg
2012-10-10
1
-1
/
+15
*
connection: Move object lookup out of wl_connection_demarshal()
Kristian Høgsberg
2012-10-10
4
-38
/
+74
*
Split the global registry into its own wl_registry object
Kristian Høgsberg
2012-10-10
3
-147
/
+50
*
scanner: Generate client stubs for wl_display requests
Kristian Høgsberg
2012-10-10
3
-52
/
+0
*
scanner: Send interface name and version for types new_id args
Kristian Høgsberg
2012-10-10
1
-17
/
+46
*
client: Add wl_event_queue for multi-thread dispatching
Kristian Høgsberg
2012-10-10
2
-35
/
+123
*
client: Make wl_display thread safe
Kristian Høgsberg
2012-10-10
1
-4
/
+42
[next]