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
Commit message (
Expand
)
Author
Age
Files
Lines
*
protocol: Fix build
1.4
Jasper St. Pierre
2014-01-31
1
-3
/
+4
*
protocol: Fix documentation for the parameter of wl_callback
Jasper St. Pierre
2014-01-31
1
-1
/
+5
*
protocol: Fix the name of the registry argument
Jasper St. Pierre
2014-01-31
1
-1
/
+1
*
configure.ac: Bump version to 1.4
1.4.0
Kristian Høgsberg
2014-01-23
1
-2
/
+2
*
resources-test: Don't send invalid event
Kristian Høgsberg
2014-01-20
1
-3
/
+0
*
protocol: Clarify semantics of wl_subsurface.set_position
Jonas Ådahl
2014-01-19
1
-0
/
+4
*
protocol: Clarify semantics of sub-surface placement requests
Jonas Ådahl
2014-01-19
1
-2
/
+3
*
configure.ac: Bump version to 1.3.93
1.3.93
Kristian Høgsberg
2014-01-19
1
-1
/
+1
*
Revert "xwayland: Add .gitignore"
Kristian Høgsberg
2014-01-19
1
-4
/
+0
*
client: Include poll.h instead of sys/poll.h
Jonas 'Sortie' Termansen
2014-01-17
1
-1
/
+1
*
add_shm_format: check wl_array_add return value before deref
U. Artie Eoff
2014-01-15
2
-5
/
+11
*
xcursor: don't proceed if XcursorImageCreate failed
U. Artie Eoff
2014-01-15
1
-0
/
+2
*
cursor: check for memory allocation errors
U. Artie Eoff
2014-01-15
1
-1
/
+13
*
cursor: free theme->name too
U. Artie Eoff
2014-01-15
1
-0
/
+1
*
resources-test: assert non-NULL return values
U. Artie Eoff
2014-01-15
1
-0
/
+1
*
queue-test: assert non-NULL return values
U. Artie Eoff
2014-01-15
1
-0
/
+3
*
os-wrappers-test: assert closure is not NULL before invoking it
U. Artie Eoff
2014-01-15
1
-0
/
+1
*
event-loop-test: assert non-NULL results
U. Artie Eoff
2014-01-15
1
-0
/
+5
*
connection-test: assert closure is not NULL before invoking it
U. Artie Eoff
2014-01-15
1
-0
/
+1
*
array-test: assert wl_array_add result is not NULL
U. Artie Eoff
2014-01-15
1
-0
/
+3
*
shm: assert sigbus_data is not NULL before member access
U. Artie Eoff
2014-01-15
1
-1
/
+1
*
xwayland: Add .gitignore
Jasper St. Pierre
2014-01-10
1
-0
/
+4
*
Fix buffer overflow when serializing a closure object
1.3.92
chi ding
2014-01-09
1
-8
/
+83
*
scanner: set errno=0 before strtol
Adrian Negreanu
2013-12-17
1
-0
/
+1
*
configure.ac: Bump version to 1.3.91 for the alpha release
1.3.91
Kristian Høgsberg
2013-12-16
1
-1
/
+1
*
client: Handle EINTR in wl_display_dispatch_queue()
Kristian Høgsberg
2013-12-09
1
-1
/
+5
*
doc: Fix spelling of parameters
Jonas Ådahl
2013-12-09
1
-2
/
+2
*
doc: Remove incorrect docmentation
Jonas Ådahl
2013-12-09
1
-11
/
+0
*
client: Make wl_proxy_set_queue() with NULL revert to default queue
Neil Roberts
2013-12-04
1
-1
/
+4
*
cursor: handle running out of buffer space
Pekka Paalanen
2013-12-02
1
-16
/
+51
*
os: use posix_fallocate in creating sharable buffers
Pekka Paalanen
2013-12-02
2
-2
/
+19
*
Add -pthread to AM_CFLAGS to do the right thing when using threads
Kristian Høgsberg
2013-11-23
1
-1
/
+1
*
connection: Error out if file descriptor was not received
Lubomir Rintel
2013-11-21
1
-0
/
+9
*
wayland-server: Improve error messages for bad globals
Jasper St. Pierre
2013-11-19
1
-3
/
+7
*
Update .gitignore for protocol/
Jasper St. Pierre
2013-11-19
1
-0
/
+1
*
client: Introduce functions to allocate and marshal proxies atomically
Kristian Høgsberg
2013-11-15
4
-75
/
+189
*
protocol: add sub-surfaces to the core
Pekka Paalanen
2013-11-15
1
-0
/
+217
*
shm: Avoid file descriptor leak upon unsuccessful mmap
Lubomir Rintel
2013-11-15
1
-1
/
+1
*
Add documentation for wl_shm_buffer_begin/end_access
Neil Roberts
2013-11-15
2
-1
/
+66
*
scanner: Add location to elements so we can give better errors/warnings
Kristian Høgsberg
2013-11-15
1
-7
/
+25
*
scanner: Make fail() function use va_list and elaborate a few errors
Kristian Høgsberg
2013-11-15
1
-7
/
+14
*
scanner: Introduce struct location for tracking source locations
Kristian Høgsberg
2013-11-15
1
-20
/
+26
*
scanner: Warn about requests with more than one new-id and don't generate stubs
Kristian Høgsberg
2013-11-15
1
-0
/
+14
*
server: Start documenting the server side API
Kristian Høgsberg
2013-11-13
1
-0
/
+130
*
server: Add API to protect access to an SHM buffer
Neil Roberts
2013-11-13
2
-0
/
+137
*
protocol: validate the protocol against a dtd
Peter Hutterer
2013-10-25
4
-2
/
+47
*
configure.ac: Bump version to 1.3.90 for the master branch
Kristian Høgsberg
2013-10-23
1
-1
/
+1
*
wayland: Be consistent about #include-guard names
Kristian Høgsberg
2013-10-21
4
-8
/
+8
*
protocol: Fix typo in documentation
1.3
José Bollo
2013-10-11
1
-1
/
+1
*
configure.ac: Bump version to 1.3
1.3.0
Kristian Høgsberg
2013-10-09
1
-2
/
+2
[next]