index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test-meta-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-04
Remove the defunct test-meta surface
Chris Wilson
1
-358
/
+0
2009-07-03
Export meta-surface
Chris Wilson
1
-14
/
+2
2009-07-03
[test-meta] Initialize image
Chris Wilson
1
-0
/
+1
2009-07-03
[test-meta] Lazily allocate image
Chris Wilson
1
-18
/
+24
2009-07-03
[test] Record trace to an in-memory meta-surface
Chris Wilson
1
-40
/
+61
2008-12-18
Query the backend to see if we can repaint the solid pattern.
Chris Wilson
1
-0
/
+1
2008-12-06
[cairo-spans] Add a check/create_span_renderer backend methods.
M Joonas Pihlaja
1
-0
/
+2
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-1
/
+1
2008-11-02
Add an extents argument to the high level surface backend functions
Adrian Johnson
1
-10
/
+15
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-14
/
+14
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-20
/
+5
2008-09-23
[test-meta] Use real meta-surface snapshot.
Chris Wilson
1
-35
/
+0
2008-09-18
[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flags
Behdad Esfahbod
1
-3
/
+2
2008-08-18
Add new public API cairo_surface_has_show_text_glyphs()
Behdad Esfahbod
1
-1
/
+1
2008-06-30
Remove _cairo_surface_show_glyphs() in favor of _cairo_surface_show_text_glyp...
Behdad Esfahbod
1
-14
/
+36
2008-05-23
[cairo-xlib] Fix show_glyphs when failing to upload a glyph
Behdad Esfahbod
1
-1
/
+2
2008-01-16
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
1
-7
/
+11
2007-10-10
[test-meta-surface] Propagate error from show_page().
Chris Wilson
1
-2
/
+6
2007-10-05
[test-surfaces] Mark the test backend as static.
Chris Wilson
1
-2
/
+2
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-4
/
+2
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-1
/
+3
2007-08-31
Revert "[cairo-gstate] Avoid copying untransformed glyphs."
Chris Wilson
1
-1
/
+1
2007-08-31
[cairo-gstate] Avoid copying untransformed glyphs.
Chris Wilson
1
-1
/
+1
2007-07-18
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
1
-2
/
+2
2007-04-10
test-meta-surface.c: Fix memory leak on error recovery path.
Carl Worth
1
-2
/
+4
2007-04-10
test-meta-surface: Add missing check for error from _cairo_surface_get_extents
Carl Worth
1
-1
/
+3
2007-04-10
test-meta-surface: Add missing checks for errors from _cairo_meta_surface_replay
Carl Worth
1
-2
/
+8
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-2
/
+2
2007-03-20
Oops. Remove cairo-mutex-private.h include from test surfaces
Behdad Esfahbod
1
-1
/
+0
2007-03-20
Include cairo-mutex-private.h in test backends
Behdad Esfahbod
1
-0
/
+2
2007-03-13
[test-surfaces] Prefix public symbols with _cairo
Behdad Esfahbod
1
-1
/
+1
2007-02-06
Add scaled_font->mutex to allow locking for all subordinate objects
Carl Worth
1
-3
/
+18
2006-12-11
Add/remove const to cairo_glyph_t* arguments consistently
Behdad Esfahbod
1
-1
/
+1
2006-06-06
Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.
Carl Worth
1
-2
/
+2
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-1
/
+1
2006-05-24
New API: Add new function cairo_surface_get_content
Carl Worth
1
-1
/
+2
2006-05-04
Rename cairo_rectangle_t to cairo_rectangle_fixed_t.
Robert O'Callahan
1
-2
/
+2
2006-02-28
Add testing for cairo_surface_get_type.
Carl Worth
1
-0
/
+1
2006-01-17
Big change to the test infrastructure and supporting internals. The goal now ...
Carl Worth
1
-5
/
+6
2005-12-21
Don't implement create_similar for the test-meta or the paginated surface. Th...
Carl Worth
1
-13
/
+1
2005-12-20
Add some comments describing what a cairo_meta_surface_t is.
Carl Worth
1
-38
/
+0
2005-12-19
Use _cairo_surface_paint rather than _cairo_surface_fill_rectangle as only th...
Carl Worth
1
-0
/
+375