index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-gstate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-31
Remove useless checks for NULL before freeing
Andrea Canciani
1
-2
/
+1
2011-07-31
pattern: Do not provide type field in cairo_pattern_union_t
Andrea Canciani
1
-1
/
+1
2011-07-21
gstate: Handle NULL clip for in_clip()
Chris Wilson
1
-0
/
+3
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-122
/
+84
2011-07-15
pattern: Add observer hooks
Chris Wilson
1
-0
/
+1
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-72
/
+70
2011-07-08
gstate: Remove useless code
Andrea Canciani
1
-11
/
+1
2011-03-19
Do not warn when ignoring the return value of _cairo_rectangle_intersect()
Andrea Canciani
1
-3
/
+1
2011-03-18
Improve cairo_rectangle_list_t error handling
Andrea Canciani
1
-1
/
+7
2011-03-18
Make cairo_set_font_size() a wrapper of cairo_set_font_matrix()
Andrea Canciani
1
-11
/
+0
2011-02-04
Don't err on non-invertible font matrix
Behdad Esfahbod
1
-3
/
+0
2011-01-22
gstate: Remove unused code
Andrea Canciani
1
-33
/
+0
2011-01-22
gstate: Set an error status when restoring a push_group
Andrea Canciani
1
-0
/
+16
2011-01-01
gstate: Disallow incomplete mesh gradient sources
Andrea Canciani
1
-12
/
+32
2010-10-29
path: Do not access flags directly
Andrea Canciani
1
-1
/
+1
2010-08-08
gstate: Correct comment
Andrea Canciani
1
-1
/
+1
2010-07-17
clip: consider gstate target extents in _cairo_gstate_copy_clip_rectangle_list
Karl Tomlinson
1
-1
/
+13
2010-06-11
gstate: Update cached matrix state after device transform changes on the target
Chris Wilson
1
-4
/
+24
2010-06-10
gstate: correct optimizations
Andrea Canciani
1
-68
/
+17
2010-06-10
pattern: remove content field from solid patterns
Andrea Canciani
1
-9
/
+5
2010-06-10
gstate: Track whether the combination of ctm * device is identity.
Chris Wilson
1
-2
/
+16
2010-06-06
Revert "gstate: reduce a couple more operators"
Chris Wilson
1
-14
/
+1
2010-05-13
Use a solid color for 0xN and Nx0 surfaces
Benjamin Otte
1
-0
/
+15
2010-05-13
Make cairo_color_stop_t a unique type.
Chris Wilson
1
-1
/
+1
2010-05-13
color: Special case comparing color stops.
Chris Wilson
1
-2
/
+2
2010-05-13
gstate: Don't reduce solid source and mask for SOURCE and CLEAR
Chris Wilson
1
-1
/
+2
2010-05-12
gstate: reduce a couple more operators
Chris Wilson
1
-1
/
+14
2010-05-12
xcb: discard glyph mask and use dst directly when possible.
Chris Wilson
1
-3
/
+15
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-03-10
gstate: Account for undropped non-transformed glyphs.
Chris Wilson
1
-0
/
+1
2010-03-03
gstate: Use _cairo_pattern_clear for CLEAR.
Chris Wilson
1
-38
/
+62
2010-02-01
Approximate dash patterns in gstate
Andrea Canciani
1
-1
/
+12
2010-01-22
path: Compute coarse bounds upon construction.
Chris Wilson
1
-5
/
+16
2010-01-22
gstate: Reduce operators
Chris Wilson
1
-14
/
+72
2010-01-22
gstate: Skip ops with a clear mask.
Chris Wilson
1
-0
/
+6
2010-01-22
gstate: Check for an invalid matrix before cairo_transform()
Chris Wilson
1
-0
/
+3
2010-01-22
gstate: White space.
Chris Wilson
1
-2
/
+5
2010-01-22
pattern: Add convenience patterns for stock colours
Chris Wilson
1
-6
/
+3
2010-01-22
pattern: An EXTEND_NONE surface is not opaque if we sample outside
Chris Wilson
1
-1
/
+1
2010-01-22
configure: Globally define AC_GNU_SOURCE
Chris Wilson
1
-2
/
+0
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2010-01-15
pattern: Premultiply color-stop when converting to solid
Chris Wilson
1
-7
/
+19
2009-11-29
[gstate] Change dash offset normalisation to preserve offsets in range.
M Joonas Pihlaja
1
-1
/
+6
2009-11-11
Improve stroke offset computation
Andrea Canciani
1
-6
/
+4
2009-11-11
Fix odd length dashing with negative offset
Andrea Canciani
1
-2
/
+2
2009-10-21
Support component-alpha.
Chris Wilson
1
-6
/
+11
2009-10-18
[gstate] Apply target device offsets to patterns immediately
Benjamin Otte
1
-0
/
+4
2009-08-29
[gstate] Convert simple mask() into a paint()
Chris Wilson
1
-8
/
+93
2009-08-29
[clip] Use geometric clipping for unaligned clips
Chris Wilson
1
-7
/
+8
2009-08-29
[gstate] Discard trivial all-clipped regions
Chris Wilson
1
-2
/
+6
[next]