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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
server: Add wl_resource_get_id()
Kristian Høgsberg
2013-06-07
2
-0
/
+8
*
Remove incorrect sanity-check from wl_map_insert_at
Jason Ekstrand
2013-06-05
1
-6
/
+0
*
Change WL_ZOMBIE_OBJECT from 0x2 to an actual pointer
Jason Ekstrand
2013-06-05
2
-2
/
+5
*
Add accessor functions for wl_resource and deprecate wl_client_add_resource
Jason Ekstrand
2013-06-05
4
-20
/
+95
*
Add support for flags in the wl_map API and add a WL_MAP_ENTRY_LEGACY flag
Jason Ekstrand
2013-06-05
4
-20
/
+58
*
Add a "side" field and some sanity checks to wl_map.
Jason Ekstrand
2013-06-05
4
-15
/
+32
*
server: Drop struct wl_surface
Kristian Høgsberg
2013-05-08
1
-4
/
+0
*
Remove input structs
Kristian Høgsberg
2013-05-07
4
-1289
/
+1
*
wayland-client: Avoid null dereference when handling deletion
Rob Bradford
2013-04-04
1
-1
/
+5
*
utils: const-ify some function arguments
Giulio Camuffo
2013-04-03
2
-4
/
+4
*
wayland-server: Listen for pointer current surface destruction
Rob Bradford
2013-04-03
2
-0
/
+28
*
docs: Document non-blocking behaviour of wl_display_flush()
Kristian Høgsberg
2013-04-02
1
-1
/
+6
*
server: use void* instead of function pointer for wl_object.implementation
Giulio Camuffo
2013-04-02
1
-1
/
+1
*
server: use the right function pointer type in wl_signal_get
Giulio Camuffo
2013-04-02
1
-1
/
+1
*
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
4
-35
/
+27
*
Change wl_closure_invoke to take an opcode instead of an actual function pointer
Jason Ekstrand
2013-03-18
4
-6
/
+8
*
client: Invoke new_id closure arguments as pointers instead of integers
Jonas Ådahl
2013-03-17
4
-8
/
+19
*
client: Check reference count only for destroyed proxies
Jonas Ådahl
2013-03-17
1
-3
/
+3
*
Stylistic nitpicking
Kristian Høgsberg
2013-02-26
1
-5
/
+5
*
Clean up and refactor wl_closure and associated functions
Jason Ekstrand
2013-02-26
4
-352
/
+399
*
client: add wl_proxy_get_class()
Pekka Paalanen
2013-02-26
2
-0
/
+13
*
scanner: Fix 'destroy)' typo in check for destroy request presence
Kristian Høgsberg
2013-02-25
1
-1
/
+1
*
scanner: remove list_length in favor of wl_list_length
Ran Benita
2013-02-25
1
-14
/
+2
*
connection.c: Align pointer extra storage correctly
Kristian Høgsberg
2013-02-04
1
-4
/
+18
*
Match libtool version info in 1.0 branch
Kristian Høgsberg
2013-01-28
1
-0
/
+1
*
event-loop: fix returning the destroy-signal listener
David Herrmann
2013-01-24
1
-1
/
+1
*
Add a destroy signal to the wl_event_loop object
Jason Ekstrand
2013-01-15
2
-0
/
+27
*
Added a destroy signal to the wl_display object.
Jason Ekstrand
2013-01-11
2
-0
/
+25
*
client: remove two unused function pointer typedefs
Pekka Paalanen
2012-12-12
1
-3
/
+0
*
client: Add \since tag for wl_display_dispatch_queue_pending() documentation
Kristian Høgsberg
2012-11-30
1
-0
/
+1
*
pkgconfig: Use configure provided directories
Quentin Glidic
2012-11-27
2
-8
/
+8
*
scanner: Fix wrong restriction on since field
Ander Conselvan de Oliveira
2012-11-27
1
-1
/
+1
*
client: Don't cancel a roundtrip when any event is received
Jonas Ådahl
2012-11-27
1
-1
/
+4
[prev]
[next]