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
*
wayland-client: Avoid null dereference when handling deletion
Rob Bradford
2013-04-04
1
-1
/
+5
*
utils: const-ify some function arguments
Giulio Camuffo
2013-04-03
2
-4
/
+4
*
wayland-server: Listen for pointer current surface destruction
Rob Bradford
2013-04-03
2
-0
/
+28
*
docs: Document non-blocking behaviour of wl_display_flush()
Kristian Høgsberg
2013-04-02
1
-1
/
+6
*
server: use void* instead of function pointer for wl_object.implementation
Giulio Camuffo
2013-04-02
1
-1
/
+1
*
server: use the right function pointer type in wl_signal_get
Giulio Camuffo
2013-04-02
1
-1
/
+1
*
wayland-server: Avoid deferencing a NULL pointer in error case
Rob Bradford
2013-04-01
1
-5
/
+5
*
Add wl_resource_init and use it in libwayland implementations of data sharing...
Jason Ekstrand
2013-03-18
4
-35
/
+27
*
Change wl_closure_invoke to take an opcode instead of an actual function pointer
Jason Ekstrand
2013-03-18
4
-6
/
+8
*
client: Invoke new_id closure arguments as pointers instead of integers
Jonas Ådahl
2013-03-17
4
-8
/
+19
*
client: Check reference count only for destroyed proxies
Jonas Ådahl
2013-03-17
1
-3
/
+3
*
Stylistic nitpicking
Kristian Høgsberg
2013-02-26
1
-5
/
+5
*
Clean up and refactor wl_closure and associated functions
Jason Ekstrand
2013-02-26
4
-352
/
+399
*
client: add wl_proxy_get_class()
Pekka Paalanen
2013-02-26
2
-0
/
+13
*
scanner: Fix 'destroy)' typo in check for destroy request presence
Kristian Høgsberg
2013-02-25
1
-1
/
+1
*
scanner: remove list_length in favor of wl_list_length
Ran Benita
2013-02-25
1
-14
/
+2
*
connection.c: Align pointer extra storage correctly
Kristian Høgsberg
2013-02-04
1
-4
/
+18
*
Match libtool version info in 1.0 branch
Kristian Høgsberg
2013-01-28
1
-0
/
+1
*
event-loop: fix returning the destroy-signal listener
David Herrmann
2013-01-24
1
-1
/
+1
*
Add a destroy signal to the wl_event_loop object
Jason Ekstrand
2013-01-15
2
-0
/
+27
*
Added a destroy signal to the wl_display object.
Jason Ekstrand
2013-01-11
2
-0
/
+25
*
client: remove two unused function pointer typedefs
Pekka Paalanen
2012-12-12
1
-3
/
+0
*
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
[next]