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
/
wayland-server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc: Remove incorrect docmentation
Jonas Ådahl
2013-12-09
1
-11
/
+0
*
wayland-server: Improve error messages for bad globals
Jasper St. Pierre
2013-11-19
1
-3
/
+7
*
server: Start documenting the server side API
Kristian Høgsberg
2013-11-13
1
-0
/
+130
*
wayland-server: Fix a uninitialized warning from clang
Aaron Faanes
2013-09-11
1
-1
/
+1
*
Add support for server-side language bindings
Jason Ekstrand
2013-08-19
1
-13
/
+59
*
server: Release additional_shm_formats array at display destruction
Tomeu Vizoso
2013-08-08
1
-0
/
+2
*
shm: Add API for renderers to register additional pixel formats
Tomeu Vizoso
2013-08-06
1
-0
/
+19
*
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
*
wayland-server: Add wl_global_create/destroy()
Kristian Høgsberg
2013-07-09
1
-9
/
+44
*
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
1
-5
/
+33
*
wayland-server: Mark wl_client_add/new_object as deprecated
Kristian Høgsberg
2013-07-02
1
-46
/
+59
*
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
1
-18
/
+51
*
server: Make wl_object and wl_resource opaque structs
Kristian Høgsberg
2013-07-02
1
-2
/
+21
*
Add a wl_resource_instance_of function
Jason Ekstrand
2013-06-21
1
-0
/
+9
*
Free non-legacy resources inside wl_resource_destroy
Jason Ekstrand
2013-06-20
1
-1
/
+4
*
server: Add aditional wl_resource accessors
Jason Ekstrand
2013-06-14
1
-0
/
+30
*
server: Add wl_resource_get_id()
Kristian Høgsberg
2013-06-07
1
-0
/
+6
*
Add accessor functions for wl_resource and deprecate wl_client_add_resource
Jason Ekstrand
2013-06-05
1
-2
/
+42
*
Add support for flags in the wl_map API and add a WL_MAP_ENTRY_LEGACY flag
Jason Ekstrand
2013-06-05
1
-6
/
+6
*
Add a "side" field and some sanity checks to wl_map.
Jason Ekstrand
2013-06-05
1
-4
/
+3
*
Remove input structs
Kristian Høgsberg
2013-05-07
1
-512
/
+0
*
wayland-server: Listen for pointer current surface destruction
Rob Bradford
2013-04-03
1
-0
/
+25
*
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
1
-5
/
+1
*
Change wl_closure_invoke to take an opcode instead of an actual function pointer
Jason Ekstrand
2013-03-18
1
-1
/
+1
*
client: Invoke new_id closure arguments as pointers instead of integers
Jonas Ådahl
2013-03-17
1
-1
/
+1
*
Clean up and refactor wl_closure and associated functions
Jason Ekstrand
2013-02-26
1
-19
/
+0
*
Added a destroy signal to the wl_display object.
Jason Ekstrand
2013-01-11
1
-0
/
+20
*
debug: Allow WAYLAND_DEBUG=server/client for server/client side only debug
Kristian Høgsberg
2012-11-21
1
-1
/
+1
*
wayland-server: Fix up error handling with client creation.
John Kåre Alsaker
2012-10-17
1
-15
/
+26
*
wayland-server: Add touch grab support
Matt Roper
2012-10-15
1
-0
/
+66
*
connection: Move object lookup out of wl_connection_demarshal()
Kristian Høgsberg
2012-10-10
1
-4
/
+5
*
Split the global registry into its own wl_registry object
Kristian Høgsberg
2012-10-10
1
-21
/
+50
*
Change filedescriptor API to be thread safe
Kristian Høgsberg
2012-10-10
1
-31
/
+44
*
wayland-server: return new ID in wl_client_add_resource()
David Herrmann
2012-09-10
1
-4
/
+8
*
More consistent ID printing
Daniel Stone
2012-07-23
1
-6
/
+6
*
wayland-server: send error on invalid new object id
Mathias Fiedler
2012-07-22
1
-4
/
+10
*
server: fix wl_seat_set_keyboard
Pekka Paalanen
2012-07-10
1
-1
/
+1
*
server: add lose_touch_focus()
Pekka Paalanen
2012-07-10
1
-0
/
+10
*
server: Don't crash for wl_seat_set_touch(seat, NULL)
Martin Olsson
2012-07-09
1
-1
/
+1
*
wayland-server: reject socket paths longer than 108 bytes
Dylan Noblesmith
2012-06-30
1
-1
/
+15
*
wayland-server: add more logging of errors
Dylan Noblesmith
2012-06-30
1
-0
/
+2
*
wayland-server: fix socket ownership race condition
Dylan Noblesmith
2012-06-30
1
-10
/
+10
*
wayland-server: fix fd leak on error path
Dylan Noblesmith
2012-06-30
1
-8
/
+16
*
drop use of strerror()
Dylan Noblesmith
2012-06-30
1
-1
/
+1
[next]