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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-05-01
SVG: Trivial indentation and comment fixes.
Emmanuel Pacaud
1
-13
/
+18
2006-05-01
SVG: Remove outdated comment.
Emmanuel Pacaud
1
-4
/
+0
2006-05-01
SVG: Fix error handling in create_for_document and in composite_image_pattern.
Emmanuel Pacaud
1
-8
/
+12
2006-05-01
SVG: Add an additionnal API for creating SVG 1.1 or 1.2 files.
Emmanuel Pacaud
2
-26
/
+156
2006-05-01
SVG: Some variable/type renaming.
Emmanuel Pacaud
1
-25
/
+25
2006-05-01
SVG: Reenable optimisation of CLEAR and SOURCE in paint when there's
Emmanuel Pacaud
1
-3
/
+4
2006-05-01
SVG: Code cleanup.
Emmanuel Pacaud
1
-4
/
+1
2006-05-01
SVG: Initial support of operators support via image fallbacks.
Emmanuel Pacaud
1
-33
/
+67
2006-05-01
SVG: Sort of working implementation of a SVG backend with paginated surface
Emmanuel Pacaud
1
-37
/
+97
2006-05-01
SVG: First pass for analyze-surface support
Emmanuel Pacaud
1
-7
/
+85
2006-05-01
Copy content property when doing a snapshot of a meta surface.
Emmanuel Pacaud
1
-0
/
+1
2006-04-28
Fix PS Surface Memleak
Henning Noren
1
-1
/
+14
2006-04-27
Correct documentation to say "user space", not "user-space" where appropriate.
Carl Worth
1
-5
/
+5
2006-04-27
Optimisation of CLEAR operator in meta-surface.
Emmanuel Pacaud
2
-1
/
+16
2006-04-27
Implement paginated create_similar, moving similar images down to PS and PDF.
Emmanuel Pacaud
3
-12
/
+19
2006-04-27
paginated: Remove memory leak of analysis surface from _paint_page
Carl Worth
1
-0
/
+2
2006-04-27
Add reference to cairo_surface_set_user_data in docs. for cairo_image_surface...
Carl Worth
1
-0
/
+3
2006-04-26
Remove cairo.def from the generated tar file. It's not useful there.
Carl Worth
1
-3
/
+0
2006-04-26
WIN32: Define SHADEBLENDCAPS and SB_NONE if they are not defined. (from Tor L...
Behdad Esfahbod
1
-0
/
+8
2006-04-25
Support fontconfig embeddedbitmap option/handle transformation issue as well.
Zhe Su
1
-3
/
+21
2006-04-25
Fix default font options for PS and PDF backends.
Carl Worth
3
-5
/
+24
2006-04-25
PDF: Execute entire path in user coordinates when stroking so that line param...
Keith Packard
1
-9
/
+86
2006-04-25
PDF: Add SMask output and simplify analysis to support all OVER operations.
Carl Worth
1
-90
/
+199
2006-04-25
PDF: Remove unused backend functions.
Carl Worth
1
-362
/
+4
2006-04-24
PDF: Fix surface pattern transformation and support for EXTEND_NONE.
Carl Worth
1
-13
/
+72
2006-04-24
Fix broken error-checking in cairo_{ps,pdf}_surface_set_dpi
Carl Worth
2
-2
/
+2
2006-04-24
Fix invalid restore that was causing subsequent pages after first to be inverted
Carl Worth
1
-1
/
+3
2006-04-20
PDF: Cleanup error handling of emit_image_rgb_data
Carl Worth
1
-17
/
+20
2006-04-19
PDF: Add simple implementation of _cairo_pdf_surface_show_glyphs (text as pat...
Carl Worth
1
-3
/
+24
2006-04-18
Use fallbacks in PDF backend for CAIRO_ANTIALIAS_NONE.
Carl Worth
1
-2
/
+14
2006-04-18
Add implementation of _cairo_pdf_surface_paint (and fix emit_surface_pattern).
Carl Worth
1
-19
/
+46
2006-04-18
Fix stale code in comment.
Carl Worth
1
-1
/
+1
2006-04-19
Fixing bad merge
Christian Biesinger
1
-1
/
+0
2006-04-18
Add support for _cairo_pdf_surface_stroke.
Carl Worth
1
-14
/
+130
2006-04-19
Use calloc rather than malloc+memset
Christian Biesinger
1
-3
/
+1
2006-04-18
Merge branch 'cairo' into new-sub-path
Carl Worth
47
-1439
/
+4267
2006-04-18
Enable real analysis for _cairo_pdf_surface_paint.
Carl Worth
1
-6
/
+55
2006-04-17
SVG: Fix mask and try to support CAIRO_CONTENT_ALPHA.
Emmanuel Pacaud
1
-5
/
+44
2006-04-17
SVG: Don't insert /n/r in base64 encoded image data
Emmanuel Pacaud
1
-7
/
+0
2006-04-17
SVG: Don't check for content type in create_similar, and mark surface as modi...
Emmanuel Pacaud
1
-4
/
+1
2006-04-16
SVG: Add support for CAIRO_CONTENT_COLOR in create_similar.
Emmanuel Pacaud
1
-15
/
+54
2006-04-15
Implement cairo_set_scaled_font().
Behdad Esfahbod
2
-0
/
+44
2006-04-14
Fix _cairo_surface_is_opaque to return FALSE not TRUE for non-image surfaces.
Carl Worth
1
-1
/
+9
2006-04-14
Farm out the surface and pattern analysis functions away from cairo-ps-surfac...
Carl Worth
5
-72
/
+83
2006-04-14
Move analysis of operators from cairo-ps-surface.c to cairo-operator.c
Carl Worth
4
-68
/
+132
2006-04-14
Add tests for PAGINATED_MODE_ANALYZE to PDF (no real analysis yet)
Carl Worth
1
-4
/
+35
2006-04-14
Change cairo_image_surface_create to zero out surface contents.
Dom Lachowicz
1
-3
/
+4
2006-04-14
Move optimization of CLEAR on blank page up from PS to paginated surface.
Carl Worth
3
-27
/
+38
2006-04-14
Add stub implementations of drawing operations for the PDF backend.
Carl Worth
1
-57
/
+103
2006-04-14
Update documentation of cairo_paginated_surface
Carl Worth
2
-27
/
+14
[next]