index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-gstate.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-08-29
[clip] Eliminate redundant clips
Chris Wilson
1
-39
/
+67
2009-08-29
[fill] Short-circuit extents on an empty path.
Chris Wilson
1
-0
/
+12
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-2
/
+2
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-89
/
+144
2009-06-27
[gstate] Avoid temporary allocation for transformed patterns
Chris Wilson
1
-127
/
+57
2009-06-04
valgrindify init/fini routines
Chris Wilson
1
-0
/
+7
2009-06-02
[cairo] Track the MRU scaled font
Chris Wilson
1
-4
/
+14
2009-04-23
[memfault] Manually inject faults when using stack allocations
Chris Wilson
1
-0
/
+3
2009-01-29
[in-stroke] Check point against extents before computing path.
Chris Wilson
1
-0
/
+15
2008-12-30
[gstate] Change the glyph dropping safety margin from 2em to 10em
Behdad Esfahbod
1
-5
/
+5
2008-12-29
[path] Remove tolerance from path bounders
Chris Wilson
1
-2
/
+1
2008-12-17
Call _cairo_error when propagating error status from the font_face.
Jeff Muizelaar
1
-1
/
+1
2008-12-12
[gstate] Remove culled glyphs from clusters.
Chris Wilson
1
-47
/
+176
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-8
/
+9
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-33
/
+33
2008-11-25
[in-fill] Add the implicit close-path during move-to.
Chris Wilson
1
-6
/
+6
2008-11-25
[path] Compute approximate extents.
Chris Wilson
1
-9
/
+4
2008-11-13
Add CairoScript backend.
Chris Wilson
1
-1
/
+2
2008-11-06
[in-fill] Avoid tessellation by counting number of edge crossing to -∞
Chris Wilson
1
-25
/
+5
2008-11-02
Add an extents argument to the high level surface backend functions
Adrian Johnson
1
-6
/
+6
2008-10-30
[gstate] Use _cairo_pattern_black for the default source.
Chris Wilson
1
-2
/
+7
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-41
/
+76
2008-10-30
Review users of cairo_rectangle_int_t for incorrect unsigned promotion.
Chris Wilson
1
-2
/
+2
2008-10-30
[gstate] Allocate temporary variable for backend_to_user transform.
Chris Wilson
1
-19
/
+50
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-4
/
+0
2008-10-19
[gstate] Propagate error from clip.
Chris Wilson
1
-10
/
+23
2008-10-14
[doc] Fix a few gtk-doc errors.
Chris Wilson
1
-0
/
+4
2008-09-25
Actually remove cairo_has_show_text_glyphs
Carl Worth
1
-7
/
+1
2008-09-24
[traps] Impose limits on traps for cairo_in_(fill|stroke)
M Joonas Pihlaja
1
-0
/
+14
[next]