index
:
~ranma42/cairo
1.10
master
oldcs
oldcs2
wip/0matrix
wip/boilerplate
wip/cleanup-error
wip/cleanup-error2
wip/cleanup-error3
wip/cleanup-error4
wip/cleanup-error5
wip/cleanup-object
wip/cleanup-object4
wip/cleanup4
wip/coccinelle
wip/colorspace
wip/compilecleanup
wip/compiler-warnings
wip/const-status
wip/cs
wip/cs10
wip/cs11
wip/cs2
wip/cs3
wip/cs4
wip/cs5
wip/cs6
wip/cs7
wip/cs8
wip/floatpath
wip/floatpath2
wip/floatpath3
wip/font
wip/gl
wip/gl2
wip/map-quartz
wip/no-0-ref
wip/objectify
wip/objectify2
wip/objectify3
wip/objectify4
wip/objectify5
wip/objectify6
wip/objpostbackend6
wip/objpostbackend7
wip/optimize-fill
wip/path-double
wip/quartz-debug
wip/quartz-flip
wip/quartz-perf
wip/quartz-perf-gtk
wip/references
wip/restore-status
wip/simpleops
wip/since-for-master
wip/stroke-to-path
wip/surfacecleanup
wip/test
wip/test-nocrash
wip/totest
zfloatpath
ranma42's experiments on cairo
ranma42
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-10
damage: Prevent reducing an error object
HEAD
master
Chris Wilson
1
-1/+1
2012-05-10
damage: Prevent accumulating damage to an error object
Chris Wilson
1
-0/+3
2012-05-10
damage: Avoid freeing the NIL error object
Chris Wilson
1
-0/+3
2012-05-09
c_surface_set_mime_data: Remove duplicate "Since"
Uli Schlachter
1
-2/+0
2012-05-09
check-doc-syntax: Find duplicate "Since:" tags
Uli Schlachter
1
-1/+4
2012-05-09
check-doc-syntax: Make this work again
Uli Schlachter
1
-1/+1
2012-05-08
gl/msaa: Add support for unbounded operators
Henry (Yu) Song
1
-0/+100
2012-05-08
gl/msaa: Support for masking
Henry (Yu) Song
2
-23/+122
2012-05-08
gl/msaa: Support for texture sources
Henry (Yu) Song
3
-66/+15
2012-05-08
gl/msaa: Prevent stroke overlap
Henry (Yu) Song
1
-0/+36
2012-05-05
Remove some dead code
Uli Schlachter
1
-5/+0
2012-05-05
Remove some unused functions
Uli Schlachter
2
-80/+0
2012-05-04
gl: fix the translate value in copy_boxes.
Chuanbo Weng
1
-1/+1
2012-05-01
Split finish into multiple stages
Chris Wilson
1
-9/+23
2012-05-01
snapshot: Avoid triggering assertion for grabbing the target during destroy
Chris Wilson
2
-1/+10
2012-05-01
snapshot: Hold a reference to target whilst querying
Chris Wilson
1
-8/+43
2012-04-30
Revert "Use pixman glyphs"
Søren Sandmann Pedersen
4
-108/+212
2012-04-30
Use pixman glyphs
Søren Sandmann Pedersen
4
-212/+108
2012-04-29
version: Post release bump to 1.12.3
Chris Wilson
1
-1/+1
2012-04-29
version: bump for cairo-1.12.2 release
Chris Wilson
2
-1/+41
2012-04-29
check-doc-syntax: Only parse the source files for incorrect tags
Chris Wilson
1
-5/+8
2012-04-29
check-doc-syntax: Fix handling of return value in make check
Chris Wilson
1
-0/+2
2012-04-29
path-stroke-boxes: Fix degenerate end-caps for anti-clockwise paths
Chris Wilson
1
-32/+28
2012-04-29
test: Update degenerate-solid-dash reference
Chris Wilson
6
-0/+0
2012-04-29
gstate: Correctly compact degenerate dash segments
Chris Wilson
1
-19/+18
2012-04-29
test: Fix array lengths for degenerate-solid-dash
Chris Wilson
2
-2/+2
2012-04-29
gstate: Reduce degenerate dash to solid
Chris Wilson
1
-5/+30
2012-04-29
image: Add a little bit of debugging to show number of boxes being drawn
Chris Wilson
1
-3/+3
2012-04-29
test: Exercise degenerate dashes that are wholly solid
Chris Wilson
3
-0/+70
2012-04-29
test: Exercise clip inversion imperfections
Chris Wilson
5
-0/+57
2012-04-29
Satisfy check-doc-syntax.awk for unimplemented functions
Chris Wilson
1
-0/+4
2012-04-28
image: Avoid overflow when computing lerp spans for a8
Chris Wilson
1
-8/+8
2012-04-27
Update the remaining backends to handle a NULL extents for _cairo_surface_get...
Chris Wilson
5
-15/+25
2012-04-27
snapshot: Perform the cow under a mutex
Chris Wilson
12
-52/+96
2012-04-27
image: Allow a snapshot to steal the original memory upon finish
Chris Wilson
3
-0/+22
2012-04-26
image: Fix typo in _blit_spans()
Chris Wilson
1
-1/+1
2012-04-25
xlib: Fix inline conversion for TrueColor PutImage
Chris Wilson
1
-2/+1
2012-04-25
xlib: Allow applications to create 0x0 surfaces
Chris Wilson
1
-1/+8
2012-04-23
pdf: Fix wrong allocation in _cairo_pdf_surface_add_source_surface
Jeff Mahoney
1
-1/+1
2012-04-23
gl: Fix creation of gradient ramps for GLESv2
Alexandros Frantzis
1
-1/+11
2012-04-23
win32: compilation fix for recent private/inline header separation
Dimiter Stanev
1
-1/+1
2012-04-23
ps: support all image types
Adrian Johnson
1
-4/+37
2012-04-23
pdf: support all image types
Adrian Johnson
1
-10/+31
2012-04-21
stroke(boxes): Convert the dash step back into device units before incrementing
Chris Wilson
4
-1/+1
2012-04-19
gl: Uses the inline clip function, so update its include
Chris Wilson
1
-1/+1
2012-04-19
dash: Increment dash_remain by the next segment to reduce accumulation errors
Chris Wilson
1
-1/+1
2012-04-19
dash: Use a epsilon compare for stepping the dash
Chris Wilson
2
-1/+3
2012-04-19
Split cairo-list into struct+inlines
Chris Wilson
25
-171/+234
2012-04-19
Split cairo-surface-subsurface-private into struct+inlines
Chris Wilson
9
-37/+80
2012-04-19
Split cairo-error-private into struct+inlines
Chris Wilson
3
-7/+53
[next]