index
:
~bnf/wayland
buffer
buffer.release
cairo_window_surface
destroy-listener
fix
fixes
framefd
master
prefix
redraw
setup_display
shm
shm-2
shm-in-egl
simple_client
size_t
socket-activation
surface-frame-event
use_flags
visual
wayland-egl
yuv
bnf's wayland clone
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wayland-client.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-30
client: Add \since tag for wl_display_dispatch_queue_pending() documentation
Kristian Høgsberg
1
-0
/
+1
2012-11-27
client: Don't cancel a roundtrip when any event is received
Jonas Ådahl
1
-1
/
+4
2012-11-23
doc: Fix typos
Tiago Vignatti
1
-2
/
+2
2012-11-23
client: Add an entry point for dispatching a queue without blocking
Ander Conselvan de Oliveira
1
-0
/
+19
2012-11-21
debug: Allow WAYLAND_DEBUG=server/client for server/client side only debug
Kristian Høgsberg
1
-1
/
+1
2012-11-14
client: Fix source comment typos
Martin Olsson
1
-3
/
+3
2012-11-05
client: Keep track of proxy validity and number of reference holders
Jonas Ådahl
1
-20
/
+108
2012-10-19
doc: Clarify documentation about dispatching event queues
Ander Conselvan de Oliveira
1
-2
/
+56
2012-10-17
doc: Update wl_display_get_error() documentation
Ander Conselvan de Oliveira
1
-2
/
+8
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-15
wayland-client: forward fatal errors to caller
David Herrmann
1
-19
/
+80
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
wayland-client: add wl_display_get_error()
David Herrmann
1
-3
/
+36
2012-10-15
doc: Improve libwayland-client doxygen documentation
Ander Conselvan de Oliveira
1
-7
/
+46
2012-10-15
doc: Add some doxygen documentation to wayland-client entry points
Ander Conselvan de Oliveira
1
-1
/
+169
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
1
-6
/
+21
2012-10-11
client: Discard proxies with no implementation at dispatch time
Kristian Høgsberg
1
-2
/
+3
2012-10-11
client: Don't forget to init and destroy mutex
Kristian Høgsberg
1
-0
/
+2
2012-10-11
client: Fix double locking bug
Ander Conselvan de Oliveira
1
-3
/
+2
2012-10-10
connection: Move object lookup out of wl_connection_demarshal()
Kristian Høgsberg
1
-6
/
+13
2012-10-10
Split the global registry into its own wl_registry object
Kristian Høgsberg
1
-110
/
+0
2012-10-10
scanner: Generate client stubs for wl_display requests
Kristian Høgsberg
1
-31
/
+0
2012-10-10
client: Add wl_event_queue for multi-thread dispatching
Kristian Høgsberg
1
-35
/
+115
2012-10-10
client: Make wl_display thread safe
Kristian Høgsberg
1
-4
/
+42
2012-10-10
client: Split event handling into demarshal and dispatch steps
Kristian Høgsberg
1
-20
/
+48
2012-10-10
Change filedescriptor API to be thread safe
Kristian Høgsberg
1
-48
/
+14
2012-08-16
client: Add wl_display_connect_to_fd() function
Kristian Høgsberg
1
-27
/
+44
2012-07-23
More consistent ID printing
Daniel Stone
1
-7
/
+7
2012-07-23
Make NEW_IDs nullable
Daniel Stone
1
-5
/
+15
2012-07-20
wayland-client: Add missing newline from an error message
Robert Ancell
1
-1
/
+1
2012-06-30
wayland-client: reject socket paths longer than 108 bytes
Dylan Noblesmith
1
-1
/
+13
2012-06-28
Allocate client proxy automatically for new objects
Kristian Høgsberg
1
-1
/
+26
2012-06-13
connection: Always malloc closure
Kristian Høgsberg
1
-16
/
+14
2012-06-06
client: require XDG_RUNTIME_DIR
Pekka Paalanen
1
-8
/
+11
2012-05-31
Wayland: logging
Martin Minarik
1
-0
/
+6
2012-04-27
Add wl_proxy_get_id()
Kristian Høgsberg
1
-0
/
+6
2012-04-22
connection: Move closure object out of wl_connection
Kristian Høgsberg
1
-15
/
+16
2012-04-20
os: wrap socket(SOCK_CLOEXEC) calls
Pekka Paalanen
1
-1
/
+2
2012-04-11
Switch protocol to using serial numbers for ordering events and requests
Kristian Høgsberg
1
-1
/
+1
2012-03-30
Fix remaining signedness errors
Kristian Høgsberg
1
-3
/
+3
2012-02-29
Don't block when flushing a full protocol buffer
Kristian Høgsberg
1
-1
/
+4
2012-02-28
Allow update function to not be set in wl_display_get_fd
Samuel Rødal
1
-1
/
+3
2012-02-28
Rename client side wl_display_destroy() to wl_display_disconnect()
Samuel Rødal
1
-1
/
+1
2012-02-09
Drop warning when we receive an event for zombie objects
Kristian Høgsberg
1
-1
/
+0
2011-12-17
Increase closure buffer size and fail gracefully for too big closures.
Laszlo Agocs
1
-1
/
+6
[next]