index
:
~bryce/wayland
doc-grammar
master
Bryce's wayland repository for development branches
bryce
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wayland-server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-08
server: Release additional_shm_formats array at display destruction
HEAD
master
Tomeu Vizoso
1
-0
/
+2
2013-08-06
shm: Add API for renderers to register additional pixel formats
Tomeu Vizoso
1
-0
/
+19
2013-08-06
server: Set client->error when we fail to send a closure
Kristian Høgsberg
1
-14
/
+4
2013-08-06
server: Handle OOM properly when we fail to allocate a send closure
Kristian Høgsberg
1
-2
/
+6
2013-07-09
wayland-server: Add wl_global_create/destroy()
Kristian Høgsberg
1
-9
/
+44
2013-07-02
wayland-server: Free non-legacy wl_resource structs during wl_client_destroy
Kristian Høgsberg
1
-3
/
+6
2013-07-02
wayland-server: Remove left-over double free in unbind_resource() helper
Kristian Høgsberg
1
-1
/
+0
2013-07-02
wayland-server: Remove error event posting from wl_resource_create
Kristian Høgsberg
1
-5
/
+33
2013-07-02
wayland-server: Mark wl_client_add/new_object as deprecated
Kristian Høgsberg
1
-46
/
+59
2013-07-02
wayland-server: Dont free resource in user data destroy callback
Kristian Høgsberg
1
-1
/
+0
2013-07-02
wayland-server: Verify request versions before invoking handler
Jason Ekstrand
1
-0
/
+15
2013-07-02
Add wl_resource_create() and a version field to wl_resource
Jason Ekstrand
1
-18
/
+51
2013-07-02
server: Make wl_object and wl_resource opaque structs
Kristian Høgsberg
1
-2
/
+21
2013-06-21
Add a wl_resource_instance_of function
Jason Ekstrand
1
-0
/
+9
2013-06-20
Free non-legacy resources inside wl_resource_destroy
Jason Ekstrand
1
-1
/
+4
2013-06-14
server: Add aditional wl_resource accessors
Jason Ekstrand
1
-0
/
+30
2013-06-07
server: Add wl_resource_get_id()
Kristian Høgsberg
1
-0
/
+6
2013-06-05
Add accessor functions for wl_resource and deprecate wl_client_add_resource
Jason Ekstrand
1
-2
/
+42
2013-06-05
Add support for flags in the wl_map API and add a WL_MAP_ENTRY_LEGACY flag
Jason Ekstrand
1
-6
/
+6
2013-06-05
Add a "side" field and some sanity checks to wl_map.
Jason Ekstrand
1
-4
/
+3
2013-05-07
Remove input structs
Kristian Høgsberg
1
-512
/
+0
2013-04-03
wayland-server: Listen for pointer current surface destruction
Rob Bradford
1
-0
/
+25
2013-04-01
wayland-server: Avoid deferencing a NULL pointer in error case
Rob Bradford
1
-5
/
+5
2013-03-18
Add wl_resource_init and use it in libwayland implementations of data sharing...
Jason Ekstrand
1
-5
/
+1
2013-03-18
Change wl_closure_invoke to take an opcode instead of an actual function pointer
Jason Ekstrand
1
-1
/
+1
2013-03-17
client: Invoke new_id closure arguments as pointers instead of integers
Jonas Ådahl
1
-1
/
+1
2013-02-26
Clean up and refactor wl_closure and associated functions
Jason Ekstrand
1
-19
/
+0
2013-01-11
Added a destroy signal to the wl_display object.
Jason Ekstrand
1
-0
/
+20
2012-11-21
debug: Allow WAYLAND_DEBUG=server/client for server/client side only debug
Kristian Høgsberg
1
-1
/
+1
2012-10-17
wayland-server: Fix up error handling with client creation.
John Kåre Alsaker
1
-15
/
+26
2012-10-15
wayland-server: Add touch grab support
Matt Roper
1
-0
/
+66
2012-10-10
connection: Move object lookup out of wl_connection_demarshal()
Kristian Høgsberg
1
-4
/
+5
2012-10-10
Split the global registry into its own wl_registry object
Kristian Høgsberg
1
-21
/
+50
2012-10-10
Change filedescriptor API to be thread safe
Kristian Høgsberg
1
-31
/
+44
2012-09-10
wayland-server: return new ID in wl_client_add_resource()
David Herrmann
1
-4
/
+8
2012-07-23
More consistent ID printing
Daniel Stone
1
-6
/
+6
2012-07-22
wayland-server: send error on invalid new object id
Mathias Fiedler
1
-4
/
+10
2012-07-10
server: fix wl_seat_set_keyboard
Pekka Paalanen
1
-1
/
+1
2012-07-10
server: add lose_touch_focus()
Pekka Paalanen
1
-0
/
+10
2012-07-09
server: Don't crash for wl_seat_set_touch(seat, NULL)
Martin Olsson
1
-1
/
+1
2012-06-30
wayland-server: reject socket paths longer than 108 bytes
Dylan Noblesmith
1
-1
/
+15
2012-06-30
wayland-server: add more logging of errors
Dylan Noblesmith
1
-0
/
+2
2012-06-30
wayland-server: fix socket ownership race condition
Dylan Noblesmith
1
-10
/
+10
2012-06-30
wayland-server: fix fd leak on error path
Dylan Noblesmith
1
-8
/
+16
2012-06-30
drop use of strerror()
Dylan Noblesmith
1
-1
/
+1
2012-06-30
wayland-server: reduce use of magic numbers
Dylan Noblesmith
1
-6
/
+15
2012-06-28
Allocate client proxy automatically for new objects
Kristian Høgsberg
1
-0
/
+21
2012-06-22
Send modifier event to pointer focus when it changes too
Kristian Høgsberg
1
-17
/
+31
2012-06-22
Send keyboard modifier event using the keyboard resource
Kristian Høgsberg
1
-1
/
+1
2012-06-22
Maintain keyboard modifier state in wayland-server
Daniel Stone
1
-1
/
+19
[next]