index
:
~ranma42/cairo
1.10
master
oldcs
oldcs2
wip/0matrix
wip/boilerplate
wip/cgl
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/gl
wip/gl2
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-font-wanna-ct
wip/references
wip/remove-10.4
wip/restore-status
wip/simpleops
wip/stroke-to-path
wip/surfacecleanup
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
2011-03-18
gstate: Degenerate font drawing is a noop
wip/0matrix
Andrea Canciani
1
-0
/
+12
2011-03-18
Handle fonts with degenerate matrices
Andrea Canciani
4
-27
/
+16
2011-03-18
Don't cache _CAIRO_ENABLE results
Behdad Esfahbod
1
-63
/
+11
2011-03-18
trace: Fix hint_style/hint_metrics typo
Chris Wilson
1
-1
/
+1
2011-03-18
quartz-font: Remove unused variables
Andrea Canciani
1
-12
/
+0
2011-03-18
Make cairo_set_font_size() a wrapper of cairo_set_font_matrix()
Andrea Canciani
3
-21
/
+3
2011-03-18
script: Fix stroking of 3 sided boxes
Andrea Canciani
1
-1
/
+1
2011-03-18
path: Fix _cairo_path_fixed_is_rectangle()
Andrea Canciani
1
-1
/
+4
2011-03-18
test: Add stroke-open-box
Andrea Canciani
4
-0
/
+53
2011-03-18
xcb,xlib: Fallback upon generic radial gradients
Andrea Canciani
4
-0
/
+46
2011-03-18
xcb,xlib: Fix 1-stop gradients
Andrea Canciani
2
-17
/
+48
2011-03-18
quartz: Fix y glyph advance
Andrea Canciani
1
-6
/
+6
2011-03-18
test: Add show-glyphs-advance
Andrea Canciani
8
-0
/
+113
2011-03-17
test: Use ARRAY_LENGTH() macro
Andrea Canciani
13
-15
/
+15
2011-03-17
test: Cleanup macros
Andrea Canciani
20
-70
/
+52
2011-03-17
test: Silence gcc warnings
Andrea Canciani
3
-13
/
+21
2011-03-17
test: Silence gcc warning
Andrea Canciani
1
-4
/
+4
2011-03-17
test: Silence gcc
Andrea Canciani
1
-0
/
+2
2011-03-17
test: Fix missing REFERENCE_IMAGES
Andrea Canciani
1
-0
/
+2
2011-03-16
xcb-drm: Fix undeclared variable error
Uli Schlachter
1
-0
/
+1
2011-03-16
xcb: Compile fix when using xcb-drm
Chris Wilson
1
-1
/
+1
2011-03-15
xcb: Never return NULL from create_similar
Uli Schlachter
1
-2
/
+2
2011-03-15
configure: Test for funlockfile
Chris Wilson
1
-1
/
+1
2011-03-13
cff: Fix heap corruption
Adrian Johnson
1
-4
/
+11
2011-03-04
xcb: Remove _cairo_xcb_picture_copy
Uli Schlachter
1
-62
/
+15
2011-03-04
xcb boilerplate: Handle device offsets correctly
Uli Schlachter
1
-1
/
+0
2011-03-03
Add an implementation of fmax for use with MSVC
Jeff Muizelaar
1
-0
/
+14
2011-03-03
Add UINT32_MAX define.
Jeff Muizelaar
1
-0
/
+3
2011-03-02
surface: Don't pass INT_UNSUPPORTED to _cairo_surface_set_error
Chris Wilson
1
-15
/
+12
2011-02-28
xcb: Remove CAIRO_XCB_RENDER_HAS_COMPOSITE_SPANS
Uli Schlachter
3
-238
/
+11
2011-02-28
xcb: Fix for PDF operators with RENDER 0.11
Uli Schlachter
1
-1
/
+2
2011-02-28
xcb: Remove some unused code
Uli Schlachter
2
-24
/
+0
2011-02-26
gl: Bind samplers just once at program compile time.
Eric Anholt
3
-34
/
+35
2011-02-26
gl: Take advantage of GLX_MESA_multithread_makecurrent to avoid unbinding.
Eric Anholt
1
-1
/
+11
2011-02-21
gl: Add a first bit of general documentation on cairo-gl usage.
Eric Anholt
1
-0
/
+26
2011-02-20
Bug 34011 - headers-standalone target is incorrect for some non-gcc compilers
Behdad Esfahbod
1
-1
/
+4
2011-02-19
image: Fix surface acquisition if PIXMAN_HAS_ATOMIC_OPS
Andrea Canciani
1
-0
/
+4
2011-02-19
image: Avoid reusing pixman images for threadsafety.
M Joonas Pihlaja
1
-24
/
+36
2011-02-19
test: Fix gcc signedness warning
Benjamin Otte
1
-1
/
+1
2011-02-19
arc: Remove erroneous return statement
Benjamin Otte
1
-2
/
+0
2011-02-19
test: Fix copy/paste error
Benjamin Otte
1
-1
/
+1
2011-02-19
test: Fix gcc complaints about old style definitions
Benjamin Otte
2
-2
/
+2
2011-02-19
test: Add a test for 0-radius negative arcs
Benjamin Otte
1
-0
/
+14
2011-02-19
Declare variables first so gcc shuts up
Benjamin Otte
1
-1
/
+2
2011-02-18
Revert accidental checkin in last commit
Benjamin Otte
1
-1
/
+0
2011-02-18
arc: Handle radius == 0 the same no matter the arc direction
Benjamin Otte
2
-1
/
+7
2011-02-18
surface: Actually return a value from _cairo_surface_set_error()
Benjamin Otte
1
-1
/
+1
2011-02-18
test: Add missing format to any2ppm to silence gcc
Benjamin Otte
1
-0
/
+1
2011-02-18
surface: Allow NOTHING_TO_DO as a valid error for now
Benjamin Otte
1
-0
/
+4
2011-02-18
region: Don't be nice to people setting internal error code
Benjamin Otte
1
-3
/
+3
[next]