index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-meta-surface-private.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-22
[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.
M Joonas Pihlaja
1
-171
/
+0
2009-09-30
[API] Make _cairo_meta_surface_replay() private again
Benjamin Otte
1
-1
/
+4
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-31
/
+12
2009-07-03
Export meta-surface
Chris Wilson
1
-9
/
+5
2008-11-02
Make meta-surface store and replay extents of each operation
Adrian Johnson
1
-0
/
+1
2008-09-18
[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flags
Behdad Esfahbod
1
-1
/
+1
2008-06-26
[meta-surface] Implement show_text_glyphs; Remove show_glyphs
Behdad Esfahbod
1
-4
/
+9
2008-05-09
[cairo-meta-surface] Add _cairo_meta_surface_get_path()
Behdad Esfahbod
1
-0
/
+4
2007-10-10
Fix some trivial syntax warnings for -ansi.
Chris Wilson
1
-1
/
+1
2007-09-05
Add support for PDF meta-surface patterns
Adrian Johnson
1
-0
/
+4
2007-08-21
PS: Add finer-grained image fallback support
Adrian Johnson
1
-7
/
+27
2006-08-07
Fix some signed/unsigned comparison warnings that cropped up during the warni...
Carl Worth
1
-1
/
+1
2006-04-27
Optimisation of CLEAR operator in meta-surface.
Emmanuel Pacaud
1
-0
/
+3
2006-03-01
Remove trailing comma in enumeration
Christian Biesinger
1
-1
/
+1
2006-01-17
Big change to the test infrastructure and supporting internals. The goal now ...
Carl Worth
1
-1
/
+5
2005-12-21
Remove cruft from old commands that the meta surface no longer implements (co...
Carl Worth
1
-49
/
+0
2005-12-16
Globally rename "operator" to "op", to allow writing backends in C++
Christian Biesinger
1
-8
/
+8
2005-12-14
Remove dead code from cairo-meta-surface: vestiges of meta-surface backend im...
Carl Worth
1
-5
/
+1
2005-12-07
Note that self-copy now works with the PS backend.
Carl Worth
1
-2
/
+10
2005-11-08
Add support to cairo_meta_surface for the 5 basic drawing operations. Remove ...
Carl Worth
1
-31
/
+68
2005-11-04
Rework support in the surface backend for the five basic drawing operations (...
Carl Worth
1
-4
/
+4
2005-10-13
Push fill_path fallbacks down from gstate into the surface where all the othe...
Carl Worth
1
-0
/
+3
2005-08-09
Add cairo_private to several function prototypes that were missing it.
Carl Worth
1
-2
/
+2
2005-08-08
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...
Billy Biggs
1
-0
/
+3
2005-07-13
Use the _cairo_surface_*() functions when replaying.
Kristian Høgsberg
1
-0
/
+1
2005-07-01
Add meta surface implementation.
Kristian Høgsberg
1
-0
/
+151