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_pdf_surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-07
Return CAIRO_STATUS_SUCCESS even if we don't implement masks yet, so we don't...
Kristian Høgsberg
1
-1
/
+1
2005-03-03
Pass mask to composite operation as pattern
David Reveman
1
-4
/
+7
2005-03-03
Removed surface backend functions set_matrix, set_filter and set_repeat
David Reveman
1
-24
/
+0
2005-03-03
Change to cairo_surface_t like structure of of cairo_pattern_t
David Reveman
1
-45
/
+47
2005-02-13
Initialize array element size correctly.
Kristian Høgsberg
1
-1
/
+1
2005-02-13
Patches from Owen Taylor:
Kristian Høgsberg
1
-4
/
+4
2005-02-01
Pretend we support compositing of solid color or gradient patterns to prevent...
Kristian Høgsberg
1
-69
/
+86
2005-01-31
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_pn...
Owen Taylor
1
-16
/
+63
2005-01-27
The overall idea of this rewrite is that we want to pass the source pattern a...
Kristian Høgsberg
1
-54
/
+18
2005-01-25
Chec pdf_font for NULL, not font.
Owen Taylor
1
-1
/
+1
2005-01-21
Change cairo_font_t to refer to a font scaled to a particular output device r...
Owen Taylor
1
-29
/
+34
2005-01-20
Track various renamings.
Carl Worth
1
-0
/
+4
2005-01-19
Add byteswap macros missing for bigendian architectures.
Kristian Høgsberg
1
-0
/
+2
2005-01-17
Fix double free in error path. (cairo_pdf_ft_font_create): Reference the unsc...
Kristian Høgsberg
1
-10
/
+16
2005-01-17
Add preliminary text support, including support for truetype font subsetting.
Kristian Høgsberg
1
-22
/
+872
2005-01-06
Add -lz to CAIRO_LIBS when compiling the PDF backend.
Kristian Høgsberg
1
-1
/
+7
2005-01-05
Implement image compression (taken from cairo_ps_surface.c).
Kristian Høgsberg
1
-18
/
+44
2005-01-05
New PDF backend.
Kristian Høgsberg
1
-0
/
+1314