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
*
Export the Wayland protocol XML file
Jason Ekstrand
2013-09-21
2
-0
/
+4
*
client: fix an inconsistency in documentation
Chang Liu
2013-09-21
1
-1
/
+1
*
doc: Slight tweaks to wl_listener
Aaron Faanes
2013-09-21
1
-4
/
+6
*
utils: Document wl_container_of
Aaron Faanes
2013-09-21
1
-0
/
+35
*
wayland-server: Improve wording for wl_signal_get's doc
Aaron Faanes
2013-09-16
1
-1
/
+1
*
utils: Add doxygen for wayland-util.h
Aaron Faanes
2013-09-16
1
-0
/
+5
*
utils: Reference some useful methods in wl_signal's doxygen
Aaron Faanes
2013-09-16
1
-1
/
+6
*
wayland-server: Document wl_listener
Aaron Faanes
2013-09-16
1
-0
/
+45
*
wayland-server: Add a wl_resource_for_each_safe macro
Rob Bradford
2013-09-11
1
-0
/
+8
*
utils: tweak wl_list for better doxygen output
Aaron Faanes
2013-09-11
1
-2
/
+3
*
wayland-server: Document wl_signal
Aaron Faanes
2013-09-11
1
-0
/
+37
*
wayland-server: Fix a uninitialized warning from clang
Aaron Faanes
2013-09-11
1
-1
/
+1
*
scanner: Emit wl_*_destroy stub even if interface has a destructor
Kristian Høgsberg
2013-08-30
1
-1
/
+1
*
Add support for client-side language bindings
Jason Ekstrand
2013-08-19
2
-9
/
+86
*
Add support for server-side language bindings
Jason Ekstrand
2013-08-19
5
-25
/
+120
*
wayland-client: Add wl_proxy_get_listener
Rob Bradford
2013-08-12
2
-0
/
+20
*
wayland-server: Add a wl_resource_for_each macro
Rob Bradford
2013-08-12
1
-0
/
+5
*
client: Improve spelling and grammar in comments
Bryce W. Harrington
2013-08-08
1
-6
/
+6
*
server: Release additional_shm_formats array at display destruction
Tomeu Vizoso
2013-08-08
1
-0
/
+2
*
scanner: expand help string
Peter Hutterer
2013-08-07
1
-0
/
+4
*
scanner: support help and --help
Peter Hutterer
2013-08-07
1
-6
/
+23
*
Don't include wayland-server.h in wayland-private.h
Kristian Høgsberg
2013-08-07
1
-1
/
+2
*
shm: Add API for renderers to register additional pixel formats
Tomeu Vizoso
2013-08-06
4
-13
/
+58
*
server: Set client->error when we fail to send a closure
Kristian Høgsberg
2013-08-06
1
-14
/
+4
*
server: Handle OOM properly when we fail to allocate a send closure
Kristian Høgsberg
2013-08-06
1
-2
/
+6
*
client: Simply wl_display_dispatch_queue_pending() and fix return value
Jiergir Ogoerg
2013-07-29
1
-7
/
+4
*
wayland-client: Handle potential NULL-deref
Kristian Høgsberg
2013-07-13
1
-0
/
+2
*
scanner: Fail more gracefully on out-of-memory
Kristian Høgsberg
2013-07-13
1
-18
/
+41
*
connection: Handle empty signature and signature with just a version.
Mariusz Ceier
2013-07-12
1
-0
/
+1
*
Replace two remaining wl_display_add_gloavl() occurences
Kristian Høgsberg
2013-07-09
1
-1
/
+1
*
wayland-server: Don't close display fd in fatal error handler
Kristian Høgsberg
2013-07-09
1
-4
/
+1
*
wayland-server: Return 0 from read_events() in case of EAGAIN
Kristian Høgsberg
2013-07-09
1
-2
/
+4
*
wayland-client: Treat EOF when reading the wayland socket as an error
Neil Roberts
2013-07-09
1
-0
/
+8
*
wayland-server: Add wl_global_create/destroy()
Kristian Høgsberg
2013-07-09
2
-17
/
+60
*
build: Add wayland-scanner.pc.
Daiki Ueno
2013-07-03
3
-0
/
+18
*
wayland-server: Free non-legacy wl_resource structs during wl_client_destroy
Kristian Høgsberg
2013-07-02
1
-3
/
+6
*
wayland-server: Remove left-over double free in unbind_resource() helper
Kristian Høgsberg
2013-07-02
1
-1
/
+0
*
wayland-server: Remove error event posting from wl_resource_create
Kristian Høgsberg
2013-07-02
3
-9
/
+60
*
wayland-server: Mark wl_client_add/new_object as deprecated
Kristian Høgsberg
2013-07-02
2
-54
/
+70
*
wayland-server: Dont free resource in user data destroy callback
Kristian Høgsberg
2013-07-02
1
-1
/
+0
*
wayland-server: Verify request versions before invoking handler
Jason Ekstrand
2013-07-02
1
-0
/
+15
*
Add wl_resource_create() and a version field to wl_resource
Jason Ekstrand
2013-07-02
3
-32
/
+80
*
Add version information to wl_message signatures.
Jason Ekstrand
2013-07-02
3
-12
/
+50
*
server: Make wl_object and wl_resource opaque structs
Kristian Høgsberg
2013-07-02
8
-39
/
+53
*
Change wl_shm_buffer to use a resource pointer
Jason Ekstrand
2013-06-21
2
-37
/
+19
*
Change SHM wl_buffer functions to use the wl_shm_buffer structure
Jason Ekstrand
2013-06-21
2
-26
/
+25
*
Add a wl_resource_instance_of function
Jason Ekstrand
2013-06-21
4
-4
/
+21
*
Free non-legacy resources inside wl_resource_destroy
Jason Ekstrand
2013-06-20
1
-1
/
+4
*
client: Add wl_display_prepare_read() API to relax thread model assumptions
Kristian Høgsberg
2013-06-17
3
-52
/
+265
*
server: Add aditional wl_resource accessors
Jason Ekstrand
2013-06-14
2
-0
/
+36
[next]