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.25
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
...
*
scanner: fix writing i586 descriptions
Olivier Blin
2012-10-15
1
-18
/
+19
*
scanner: remove useless desc_dump arguments
Olivier Blin
2012-10-15
1
-1
/
+1
*
doc: Add auto-generated Wayland Library chapter
Tiago Vignatti
2012-10-15
8
-5
/
+1863
*
doc: Remove superfluous 'index'
Tiago Vignatti
2012-10-15
1
-1
/
+0
*
doc: publican: Automate version generation
Tiago Vignatti
2012-10-15
1
-1
/
+6
*
doc: publican: Set table of contents depth to 1
Tiago Vignatti
2012-10-15
1
-1
/
+1
*
client: Return number of events dispatched from dispatch functions
Kristian Høgsberg
2012-10-15
1
-3
/
+3
*
client: Add wl_display_dispatch_pending() for dispatching without reading
Kristian Høgsberg
2012-10-15
2
-6
/
+22
*
client: Discard proxies with no implementation at dispatch time
Kristian Høgsberg
2012-10-11
1
-2
/
+3
*
client: Don't forget to init and destroy mutex
Kristian Høgsberg
2012-10-11
1
-0
/
+2
*
connection: Print object id for new-id arguments in deubug output
Kristian Høgsberg
2012-10-11
1
-2
/
+1
*
client: Fix double locking bug
Ander Conselvan de Oliveira
2012-10-11
2
-6
/
+2
*
protocol: clarify multiple wl_surface.attach
Pekka Paalanen
2012-10-11
1
-1
/
+3
*
data-device: Don't fake an attach event on drag icon surface
Ander Conselvan de Oliveira
2012-10-11
1
-10
/
+2
*
protocol: fix clarification of input region on drags and pointers
Pekka Paalanen
2012-10-11
1
-7
/
+11
*
protocol: elaborate on wl_buffer
Pekka Paalanen
2012-10-10
1
-1
/
+17
*
protocol: wl_surface.frame needs wl_surface.commit
Pekka Paalanen
2012-10-10
1
-1
/
+11
*
protocol: clarify input region on drags and pointers
Pekka Paalanen
2012-10-10
1
-4
/
+16
*
protocol: double-buffered state for wl_surface
Pekka Paalanen
2012-10-10
1
-23
/
+98
*
Fix typecheck in case of multiple instances of type meta data
Kristian Høgsberg
2012-10-10
1
-1
/
+15
*
doc: Update drag and drop section and add info about selections
Ander Conselvan de Oliveira
2012-10-10
1
-160
/
+99
*
connection: Move object lookup out of wl_connection_demarshal()
Kristian Høgsberg
2012-10-10
4
-38
/
+74
*
Split the global registry into its own wl_registry object
Kristian Høgsberg
2012-10-10
4
-162
/
+72
*
scanner: Generate client stubs for wl_display requests
Kristian Høgsberg
2012-10-10
3
-52
/
+0
*
scanner: Send interface name and version for types new_id args
Kristian Høgsberg
2012-10-10
2
-21
/
+48
*
client: Add wl_event_queue for multi-thread dispatching
Kristian Høgsberg
2012-10-10
2
-35
/
+123
*
client: Make wl_display thread safe
Kristian Høgsberg
2012-10-10
1
-4
/
+42
*
client: Split event handling into demarshal and dispatch steps
Kristian Høgsberg
2012-10-10
2
-20
/
+49
*
Change filedescriptor API to be thread safe
Kristian Høgsberg
2012-10-10
9
-251
/
+150
*
Ensure cursor_data.c is included in distribution tarballs
Matt Roper
2012-10-09
4
-2
/
+3
*
connection: Add missing free from error path
Rob Bradford
2012-10-09
1
-0
/
+1
*
xcursor: Fix allocation based on string length
Rob Bradford
2012-10-09
1
-1
/
+1
*
wayland: Fix typos
Tiago Vignatti
2012-10-09
1
-3
/
+3
*
doc: Remove Shared Object Cache section
Tiago Vignatti
2012-10-09
1
-55
/
+0
*
doc: Auto-generate Protocol/Interfaces section instead
Tiago Vignatti
2012-10-09
3
-128
/
+66
*
doc: Improve Wire Format section
Tiago Vignatti
2012-10-09
1
-5
/
+17
*
connection: Drop unused static closures
Kristian Høgsberg
2012-10-01
1
-1
/
+0
*
man: fix compilation without xsltproc
David Herrmann
2012-09-26
1
-5
/
+9
*
man: add man-page infrastructure
David Herrmann
2012-09-25
5
-1
/
+137
*
protocol: Fix typo
Tiago Vignatti
2012-09-25
1
-1
/
+1
*
Fix typo (ratio, not ration)
Diego Viola
2012-09-13
1
-1
/
+1
*
event-loop: export wl_event_loop_dispatch_idle()
David Herrmann
2012-09-12
2
-3
/
+4
*
wayland-server: return new ID in wl_client_add_resource()
David Herrmann
2012-09-10
2
-5
/
+9
*
event-loop: remove dead code
David Herrmann
2012-09-10
1
-2
/
+2
*
cursor: add cursor.pcf and extraction program
Philipp Brüschweiler
2012-09-10
2
-0
/
+531
*
cursor: Add a default cursor theme
Philipp Brüschweiler
2012-09-10
2
-1
/
+618
*
tests: Quiet warning
Kristian Høgsberg
2012-08-29
1
-1
/
+2
*
tests: ensure sanity leak check tests pass when leak checks are disabled.
U. Artie Eoff
2012-08-29
2
-1
/
+13
*
tests: Allow disabling leak checking assertions by env
Rob Bradford
2012-08-29
1
-2
/
+4
*
Add wl_shm_buffer_create()
Kristian Høgsberg
2012-08-16
2
-1
/
+50
[prev]
[next]