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-pdf-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-19
Add new cairo_paint function.
Carl Worth
1
-1
/
+21
2005-04-14
and delete:
Carl Worth
1
-4
/
+4
2005-04-08
src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...
Owen Taylor
1
-2
/
+0
2005-04-07
Change to allow NULL backend function pointers to indicate unsupported functi...
Carl Worth
1
-55
/
+6
2005-04-07
src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...
Owen Taylor
1
-8
/
+8
2005-04-07
Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...
Carl Worth
1
-10
/
+10
2005-04-04
Drop cairo_default_matrix since it is now always identical to cairo_identity_...
Carl Worth
1
-10
/
+0
2005-04-02
Style and indentation fixes.
Carl Worth
1
-2
/
+2
2005-03-28
New PNG utility functions.
Kristian Høgsberg
1
-12
/
+12
2005-03-23
Move surface-specific cairo_t functions to cairo.c.
Carl Worth
1
-75
/
+0
2005-03-18
Remove return statements from these functions (bug #2137).
Kristian Høgsberg
1
-10
/
+10
2005-03-16
Add cairo_output_stream.c
Kristian Høgsberg
1
-359
/
+490
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