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
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-07
scanner: check for wayland-scanner.pc before using variables
Peter Hutterer
1
-0
/
+2
2013-08-07
scanner: expand help string
Peter Hutterer
1
-0
/
+4
2013-08-07
scanner: support help and --help
Peter Hutterer
1
-6
/
+23
2013-08-07
Don't include wayland-server.h in wayland-private.h
Kristian Høgsberg
1
-1
/
+2
2013-08-06
shm: Add API for renderers to register additional pixel formats
Tomeu Vizoso
4
-13
/
+58
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-29
client: Simply wl_display_dispatch_queue_pending() and fix return value
Jiergir Ogoerg
1
-7
/
+4
2013-07-29
protocol: Copy missing pixel formats from wl_drm to wl_shm
Tomeu Vizoso
1
-1
/
+64
2013-07-13
Bump version to 1.2.0
Kristian Høgsberg
1
-2
/
+2
2013-07-13
wayland-client: Handle potential NULL-deref
Kristian Høgsberg
1
-0
/
+2
2013-07-13
scanner: Fail more gracefully on out-of-memory
Kristian Høgsberg
1
-18
/
+41
2013-07-12
connection: Handle empty signature and signature with just a version.
Mariusz Ceier
1
-0
/
+1
2013-07-09
Bump version to 1.1.91
Kristian Høgsberg
1
-1
/
+1
2013-07-09
Replace two remaining wl_display_add_gloavl() occurences
Kristian Høgsberg
2
-3
/
+4
2013-07-09
wayland-server: Don't close display fd in fatal error handler
Kristian Høgsberg
1
-4
/
+1
2013-07-09
wayland-server: Return 0 from read_events() in case of EAGAIN
Kristian Høgsberg
1
-2
/
+4
2013-07-09
wayland-client: Treat EOF when reading the wayland socket as an error
Neil Roberts
1
-0
/
+8
2013-07-09
wayland-server: Add wl_global_create/destroy()
Kristian Høgsberg
2
-17
/
+60
2013-07-03
build: Add wayland-scanner.pc.
Daiki Ueno
7
-18
/
+32
2013-07-03
build: Install wayland-scanner.mk under $(pkgdatadir).
Daiki Ueno
1
-2
/
+2
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
3
-9
/
+60
2013-07-02
wayland-server: Mark wl_client_add/new_object as deprecated
Kristian Høgsberg
2
-54
/
+70
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
3
-32
/
+80
2013-07-02
Add version information to wl_message signatures.
Jason Ekstrand
3
-12
/
+50
2013-07-02
server: Make wl_object and wl_resource opaque structs
Kristian Høgsberg
11
-42
/
+57
2013-06-28
protocol: add no_keymap format to keymap formats
Rob Bradford
1
-0
/
+2
2013-06-21
Change wl_shm_buffer to use a resource pointer
Jason Ekstrand
2
-37
/
+19
2013-06-21
Change SHM wl_buffer functions to use the wl_shm_buffer structure
Jason Ekstrand
2
-26
/
+25
2013-06-21
Add a wl_resource_instance_of function
Jason Ekstrand
4
-4
/
+21
2013-06-20
Free non-legacy resources inside wl_resource_destroy
Jason Ekstrand
1
-1
/
+4
2013-06-18
doc: Add a small contributing guide
Ander Conselvan de Oliveira
2
-0
/
+85
2013-06-17
client: Add wl_display_prepare_read() API to relax thread model assumptions
Kristian Høgsberg
3
-53
/
+266
2013-06-14
server: Add aditional wl_resource accessors
Jason Ekstrand
2
-0
/
+36
2013-06-14
protocol: Add missing since attribute for name event on wl_seat
Rob Bradford
1
-1
/
+1
2013-06-14
build: Fix warning message on syscall failures
Rob Bradford
1
-3
/
+3
2013-06-07
server: Add wl_resource_get_id()
Kristian Høgsberg
2
-0
/
+8
2013-06-05
Update tests for wl_map changes and add a map_flags test
Jason Ekstrand
3
-19
/
+41
2013-06-05
Remove incorrect sanity-check from wl_map_insert_at
Jason Ekstrand
1
-6
/
+0
2013-06-05
Change WL_ZOMBIE_OBJECT from 0x2 to an actual pointer
Jason Ekstrand
2
-2
/
+5
2013-06-05
protocol: Move new name event below existing requests and events and version it
Kristian Høgsberg
1
-9
/
+12
2013-06-05
Add accessor functions for wl_resource and deprecate wl_client_add_resource
Jason Ekstrand
4
-20
/
+95
2013-06-05
Add support for flags in the wl_map API and add a WL_MAP_ENTRY_LEGACY flag
Jason Ekstrand
4
-20
/
+58
2013-06-05
Add a "side" field and some sanity checks to wl_map.
Jason Ekstrand
4
-15
/
+32
2013-06-05
protocol: Add a name event to give seat name
Rob Bradford
1
-1
/
+10
[next]