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
*
server: Document display parameter
Yong Bakos
2016-09-13
1
-0
/
+1
*
server: Add doxygen comment for wl_client_for_each
Yong Bakos
2016-08-12
1
-0
/
+1
*
Add API to install protocol loggers on the server wl_display
Giulio Camuffo
2016-08-12
2
-6
/
+120
*
Add API to retrieve and iterate over the resources list of a client
Giulio Camuffo
2016-08-12
5
-7
/
+85
*
Add a resource creation signal
Giulio Camuffo
2016-08-12
2
-0
/
+37
*
Add API to get the list of connected clients
Giulio Camuffo
2016-08-11
2
-0
/
+68
*
Add API to retrieve the interface name of a wl_resource
Giulio Camuffo
2016-08-11
2
-0
/
+14
*
server: add listener API for new clients
Sungjae Park
2016-08-11
2
-0
/
+29
*
scanner: Generate all SINCE_VERSION macros for everyone
Quentin Glidic
2016-08-11
1
-0
/
+2
*
(multiple): Include stdint.h
Yong Bakos
2016-07-25
6
-0
/
+6
*
scanner: Use uint32_t instead of uint
Khem Raj
2016-07-18
1
-1
/
+1
*
scanner: Improve documentation for strtouint()
Bryce Harrington
2016-07-11
1
-2
/
+11
*
scanner: Move PROGRAM_NAME define
Yong Bakos
2016-06-07
1
-2
/
+2
*
server-core, event-loop: Fix parameter alignment.
Yong Bakos
2016-06-07
2
-7
/
+7
*
scanner: Replace #define tab with space
Yong Bakos
2016-06-07
1
-2
/
+2
*
server, server-core: Minimize fwd decs, use macro, and format
Yong Bakos
2016-06-07
2
-23
/
+30
*
client-core: Add missing line breaks
Yong Bakos
2016-06-07
1
-0
/
+2
*
event-loop: Include wayland-util.h
Yong Bakos
2016-06-07
1
-0
/
+1
*
wayland-shm: Include wayland-util.h
Yong Bakos
2016-06-07
1
-0
/
+1
*
scanner: Fix reported executable name to 'wayland-scanner'
Bryce Harrington
2016-06-07
1
-6
/
+8
*
wayland-server: Clarify included header dependencies
Yong Bakos
2016-06-01
1
-1
/
+1
*
event-loop: Make transitive include explicit
Yong Bakos
2016-06-01
1
-1
/
+1
*
doc: Unpublish global_zombie_object and wl_interface_equal
Yong Bakos
2016-06-01
1
-15
/
+15
*
doc: Unpublish wl_log* and wl_abort
Yong Bakos
2016-06-01
1
-2
/
+2
*
doc: Unpublish wl_display_get_additional_shm_formats
Yong Bakos
2016-06-01
1
-0
/
+2
*
scanner: Remove unused forward decs from client protocol
Yong Bakos
2016-05-20
1
-4
/
+4
*
private: Remove unnecessary forward declarations
Yong Bakos
2016-05-11
1
-4
/
+0
*
connection: Move wl_interface_equal to util
Yong Bakos
2016-05-11
3
-17
/
+17
*
doc: Formalize file comment in wayland-client.h, wayland-server.h
Yong Bakos
2016-05-11
2
-5
/
+11
*
scanner: Add version argument to wayland-scanner
Armin Krezović
2016-05-06
1
-2
/
+24
*
protocol: add support for cross-interface enum attributes
Auke Booij
2016-05-03
1
-16
/
+53
*
util: fix typo
Eric Engestrom
2016-05-02
1
-1
/
+1
*
server: fix typo
Eric Engestrom
2016-05-02
1
-1
/
+1
*
client: fix typo
Eric Engestrom
2016-05-02
1
-4
/
+4
*
client: Fix wl_display_roundtrip_queue() race condition
Jonas Ådahl
2016-04-29
1
-2
/
+11
*
client: Introduce proxy wrappers
Jonas Ådahl
2016-04-29
2
-1
/
+115
*
client: Make proxy_destroy a static function
Jonas Ådahl
2016-04-28
1
-4
/
+1
*
connection: remove redundant assignment
Marek Chalupa
2016-04-23
1
-1
/
+0
*
utils: move include directives before extern "C" wrapper
Emil Velikov
2016-04-19
1
-4
/
+4
*
server: move include directives before extern "C" wrapper
Emil Velikov
2016-04-19
1
-4
/
+4
*
scanner: move include directives before extern "C" wrapper
Emil Velikov
2016-04-19
1
-3
/
+3
*
wayland-client: fix spelling mistake
Eric Engestrom
2016-04-05
1
-2
/
+2
*
scanner: Fix spacing of @param
Yong Bakos
2016-04-01
1
-1
/
+1
*
ignore: Add *.dtd.embed
Yong Bakos
2016-03-10
1
-0
/
+1
*
shm: Log a warning if a shm buffer address is requested when it may be invalid
Derek Foreman
2016-03-08
1
-0
/
+5
*
shm: Defer wl_shm_pool_resize if a pool has external references
Derek Foreman
2016-03-08
1
-12
/
+35
*
shm: Split pool reference counting into external and internal references
Derek Foreman
2016-03-08
1
-12
/
+19
*
server: Fix shm_create_pool size fail path fd leak
Sergi Granell
2016-03-08
1
-10
/
+10
*
doc: generate doxygen html output from the scanner
Peter Hutterer
2016-03-07
1
-75
/
+143
*
scanner: avoid executable stack
Pekka Paalanen
2016-03-02
1
-0
/
+8
[next]