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-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
2006-04-14
Add a start_page function to the paginated_surface_backend.
Carl Worth
5
-47
/
+112
2006-04-14
PDF: Fix typo in documentation.
Emmanuel Pacaud
1
-1
/
+1
2006-04-14
SVG: Add documentation for public API. Fix test filenames and add testing of ...
Emmanuel Pacaud
1
-0
/
+47
2006-04-14
SVG: Emulate CLEAR and SOURCE operators on paint call when no clipping region...
Emmanuel Pacaud
1
-0
/
+11
2006-04-14
Add a new cairo_paginated_surface_backend_t rather than just a single functio...
Carl Worth
5
-52
/
+63
2006-04-14
Fix _composite_trap_region to restore the original clip when done.
Carl Worth
1
-0
/
+4
2006-04-14
Flesh test-paginated-surface out into a complete surface.
Carl Worth
3
-14
/
+220
2006-04-14
Move cairo_pdf_surface_backend to file end so it's easier to find.
Carl Worth
1
-33
/
+33
2006-04-14
Fix skipping zero length dash segments in dash_start.
Jeff Muizelaar
1
-1
/
+5
2006-04-13
Move the test for zero length sub edges below the computation of faces.
Jeff Muizelaar
1
-7
/
+7
2006-04-13
Move calculation of slope outside of _cairo_stroker_add_sub_edge.
Jeff Muizelaar
1
-7
/
+12
2006-04-13
Check for zero length dashed lines.
Jeff Muizelaar
1
-1
/
+9
2006-04-13
Fix page numbers in PostScript output to start at 1
Carl Worth
1
-1
/
+2
2006-04-12
Optimize PostScript file size with procedures instead of builtin operators.
Carl Worth
1
-15
/
+27
2006-04-12
Add simple word wrapping to keep PostScript output within 80 columns or less.
Carl Worth
1
-0
/
+109
2006-04-12
Merge branch 'ps-type3' into cairo (no bitmap support for type 3 yet).
Carl Worth
1
-297
/
+440
2006-04-12
Add documentation for _cairo_output_stream_create_for_file.
Carl Worth
1
-0
/
+7
2006-04-12
Propagate stream status values through _cairo_ps_surface_finish
Carl Worth
1
-2
/
+7
2006-04-12
Use ferror to get error checking for stdio-based output streams.
Carl Worth
1
-3
/
+8
2006-04-12
Fix missing argument to printf in _cairo_ps_surface_stat_page
Carl Worth
1
-2
/
+3
2006-04-12
Clean up output_stream error handling in _cairo_ps_surface_create.
Carl Worth
2
-11
/
+15
2006-04-12
Merge 'Save PS output in temp file' from ps-type3 branch
Carl Worth
5
-16
/
+72
2006-04-12
Add some documentation to string_array_stream
Carl Worth
1
-0
/
+14
2006-04-12
Print both page label and number in PostScript %%Page headers.
Carl Worth
1
-1
/
+1
2006-04-11
Make cairo_t and cairo_output_stream_t destructors handle NULL.
Kristian Høgsberg
2
-0
/
+9
[next]