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
path:
root
/
src
/
cairo-analysis-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-16
pattern: don't round extents to 0 on vector surfaces
Adrian Johnson
1
-2
/
+2
2016-06-05
Fix PS record-neg-extents test failure
Adrian Johnson
1
-46
/
+65
2016-06-05
pdf: fix record-replay-extend test failures
Adrian Johnson
1
-1
/
+6
2016-06-05
Fix PDF record-neg-extents test failure
Adrian Johnson
1
-0
/
+16
2016-04-12
Use surface_transform in replay_and_create_regions
Guillaume Ayoub
1
-2
/
+4
2015-10-17
Don't cull very thin lines on vector surfaces
Adrian Johnson
1
-3
/
+5
2012-04-27
snapshot: Perform the cow under a mutex
Chris Wilson
1
-9
/
+3
2012-04-19
Split cairo-surface-subsurface-private into struct+inlines
Chris Wilson
1
-1
/
+1
2012-04-19
Split cairo-recording-surface-private into struct+inlines
Chris Wilson
1
-2
/
+2
2012-04-19
Split cairo-box-privates into struct+inlines
Chris Wilson
1
-1
/
+1
2012-04-09
analysis: Apply the integer translation to the bbox as well
Chris Wilson
1
-0
/
+8
2012-02-10
analysis: replace open-coded _cairo_box_add_box()
Chris Wilson
1
-10
/
+3
2012-02-09
Replace the ad-hoc surface unwrappers with a function pointer
Chris Wilson
1
-0
/
+2
2011-09-16
analysis mask: unwrap recording surface snapshot
Adrian Johnson
1
-4
/
+8
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-50
/
+27
2011-08-14
snapshot: Assert that we do not generate a snapshot clone
Chris Wilson
1
-4
/
+2
2011-08-14
analysis: prevent recursion whilst analysing recording patterns
Chris Wilson
1
-12
/
+61
2011-08-14
image: peek through a snapshot to the recording surface behind
Chris Wilson
1
-1
/
+1
2011-08-14
snapshot: Defer acquisition
Chris Wilson
1
-0
/
+3
2011-07-26
API: map-to-image and create-similar-image
Chris Wilson
1
-2
/
+10
2011-07-20
analysis: CAIRO_INT_STATUS_NOTHING_TO_DO should not cause fallback
Adrian Johnson
1
-2
/
+4
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-52
/
+46
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-0
/
+4
2011-03-19
Do not warn when ignoring the return value of _cairo_rectangle_intersect()
Andrea Canciani
1
-14
/
+7
2010-11-21
PS: Fix regression - incorrect EPS bounding box
Adrian Johnson
1
-30
/
+10
2010-08-26
subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE public
Benjamin Otte
1
-1
/
+1
2010-04-30
ps: Enable native encoding of subsurface patterns.
Chris Wilson
1
-3
/
+10
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-22
Add cairo_device_t
Chris Wilson
1
-2
/
+7
2010-01-22
Constify stroke style and matrices.
Chris Wilson
1
-6
/
+6
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-10-22
[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.
M Joonas Pihlaja
1
-24
/
+24
2009-07-28
[gl] Fallback for overlapping glyphs.
Chris Wilson
1
-2
/
+4
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-303
/
+236
2009-06-19
[analysis] Restore nops for the analysis null surface
Chris Wilson
1
-51
/
+6
2009-06-15
Expose _cairo_null_surface_create() via a test surface
Chris Wilson
1
-5
/
+51
2009-04-16
[analysis] Use _cairo_region_init()
Chris Wilson
1
-13
/
+13
2009-03-28
[region] Expand rect to rectangle in a couple of names
Søren Sandmann Pedersen
1
-2
/
+2
2009-03-28
[region] Move region function prototypes to cairo.h along with helper types.
Søren Sandmann
1
-1
/
+0
2009-03-28
[region] Remove underscores from _cairo_region_*
Søren Sandmann
1
-10
/
+8
2009-03-28
[region] Add a cairo_region_overlap_t type
Søren Sandmann Pedersen
1
-2
/
+2
2009-03-28
[region] Make cairo_region_t a malloced object.
Søren Sandmann
1
-14
/
+12
2009-01-29
[path] Rename _cairo_path_fixed_approximate_extents()
Chris Wilson
1
-1
/
+1
2008-12-29
[path] Remove tolerance from path bounders
Chris Wilson
1
-2
/
+1
2008-12-18
[path] Separate the approx. bounds into 3 distinct functions
Chris Wilson
1
-18
/
+14
2008-12-18
[path] Return the fixed-point bounds of the path
Chris Wilson
1
-16
/
+14
2008-12-18
Query the backend to see if we can repaint the solid pattern.
Chris Wilson
1
-0
/
+2
2008-12-18
[analysis] Use approximate extents.
Chris Wilson
1
-37
/
+17
2008-12-06
[cairo-spans] Add a check/create_span_renderer backend methods.
M Joonas Pihlaja
1
-0
/
+4
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-2
/
+2
[next]