index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-gstate.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-09-18
[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flags
Behdad Esfahbod
1
-13
/
+13
2008-08-18
Add new public API cairo_surface_has_show_text_glyphs()
Behdad Esfahbod
1
-1
/
+1
2008-08-14
[cairo-gstate] Guard against unsetting the font unnecessary.
Chris Wilson
1
-8
/
+25
2008-08-10
[gstate] Revert Check for NULL font_face in _cairo_gstate_set_font_face
Behdad Esfahbod
1
-4
/
+1
2008-08-08
Add cairo_scaled_font_text_to_glyphs()
Behdad Esfahbod
1
-12
/
+23
2008-08-08
[gstate] Check for NULL font_face in _cairo_gstate_set_font_face
Behdad Esfahbod
1
-1
/
+4
2008-08-08
Add toy font constructor and getters
Behdad Esfahbod
1
-2
/
+2
2008-07-21
Fix scaling with a device offset
Jeff Muizelaar
1
-2
/
+3
2008-06-26
Add cairo_show_text_glyphs API
Behdad Esfahbod
1
-11
/
+27
2008-06-22
[gstate] Fix huge-font path;fill fallback options
Behdad Esfahbod
1
-2
/
+2
2008-06-13
[cairo] Cache freed gstates.
Chris Wilson
1
-47
/
+19
2008-06-02
[cairo-gstate] Return immediately if clip bounds is empty
Behdad Esfahbod
1
-0
/
+8
2008-05-27
[cairo-gstate] Use clip, not surface, extents to drop invisible glyphs
Behdad Esfahbod
1
-1
/
+1
2008-05-27
[cairo-gstate] Add _cairo_gstate_int_clip_extents()
Behdad Esfahbod
1
-5
/
+16
2008-05-25
[cairo-gstate] Add code for switching to path;fill for huge show_glyph()s
Behdad Esfahbod
1
-6
/
+37
2008-05-24
[cairo-gstate] Drop glyphs out of surface boundaries in show_glyphs()
Behdad Esfahbod
1
-17
/
+76
2008-04-01
Quiet some trivial unused and potentially-uninitialized compiler warnings
Carl Worth
1
-1
/
+1
2008-03-26
[cairo-gstate] Remove dead code.
Chris Wilson
1
-21
/
+0
[next]