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
/
cairo-meta-surface-private.h
Age
Commit message (
Expand
)
Author
Files
Lines
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