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-ps-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-02
PS: Add cairo version to PS header
Adrian Johnson
1
-1
/
+2
2006-10-31
Fix Type 1 embedding in PDF
Adrian Johnson
1
-1
/
+1
2006-08-18
Use &image->base as appropriate to avoid warnings.
Carl Worth
1
-2
/
+2
2006-08-17
Fix assertion failures in bitmap-font test by coercing A8 images to A1
Carl Worth
1
-1
/
+8
2006-08-15
[PS] Set correct ImageMatrix in _cairo_ps_surface_emit_bitmap_glyph_data
Behdad Esfahbod
1
-6
/
+6
2006-08-08
Set antialiasing to gray in default font options for PS/PDF/SVG
Behdad Esfahbod
1
-0
/
+1
2006-08-08
Merge branch 'surface-font-options' into cairo
Carl Worth
1
-14
/
+1
2006-08-07
Fix some signed/unsigned comparison warnings that cropped up during the warni...
Carl Worth
1
-3
/
+2
2006-08-07
Merge branch 'warnings-cleanup' into cairo
Carl Worth
1
-2
/
+2
2006-08-07
Add -Wwrite-strings compiler flag and fix all warnings
Behdad Esfahbod
1
-1
/
+1
2006-08-02
Remove freetype dependency for truetype subsetting code.
Adrian Johnson
1
-1
/
+5
2006-08-02
This patch fixes the problem where the postscript output
Adrian Johnson
1
-8
/
+19
2006-07-31
Remove dummy create_similar in PS/PDF and let fallback do the same
Behdad Esfahbod
1
-14
/
+1
2006-07-28
Add -Wsign-compare compiler flag and fix all warnings
Carl Worth
1
-1
/
+1
2006-06-30
ps: Fix to not walk off the end of the data array.
Carl Worth
1
-0
/
+1
2006-06-30
ps: Fix degenerate-path test failure.
Carl Worth
1
-16
/
+68
2006-06-30
ps: Fix transformation of source surfaces.
Carl Worth
1
-24
/
+39
2006-06-30
Update lots of docs.
Behdad Esfahbod
1
-9
/
+7
2006-06-30
Add "Since: 1.2" to docs for most new API functions.
Behdad Esfahbod
1
-1
/
+13
2006-06-29
Prefix "cairo_*_test_*" symbols with underscore.
Behdad Esfahbod
1
-2
/
+2
2006-06-29
PS: Fix for dash-zero-length
Carl Worth
1
-4
/
+75
2006-06-27
PS: Workaround to avoid splitting final ~> terminating sequence.
Jeff Muizelaar
1
-0
/
+7
2006-06-20
PS: Add support for emitting bitmapped glyphs into type3 fonts.
Carl Worth
1
-6
/
+39
2006-06-19
PS PDF: Drop unused hex_digit functions, (now that output stream supports %02x)
Carl Worth
1
-8
/
+0
2006-06-19
Implement 0-padding and field width for _cairo_output_stream_printf().
Kristian Høgsberg
1
-3
/
+2
2006-06-14
Merge branch 'svg-rewrite'
Kristian Høgsberg
1
-23
/
+22
2006-06-13
Merge branch 'type1-subsetting' into cairo
Carl Worth
1
-150
/
+172
2006-06-13
Merge branch 'truetype-subsetting' into cairo
Carl Worth
1
-9
/
+111
2006-06-13
PS, PDF: Re-organize handling of bitmapped fonts to avoid invalid output.
Carl Worth
1
-26
/
+65
2006-06-12
Convert the word wrap stream, the base85 stream and the ps string stream.
Kristian Høgsberg
1
-23
/
+21
2006-06-12
Make cairo_output_stream_t an embeddable type.
Kristian Høgsberg
1
-0
/
+1
2006-06-10
Add cairo_{ps,svg}_test_force_fallbacks so tests can force fallbacks.
Carl Worth
1
-0
/
+24
2006-06-09
New API: Replace cairo_{ps,pdf,svg}_set_dpi with new cairo_surface_set_fallba...
Carl Worth
1
-35
/
+0
2006-06-06
Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.
Carl Worth
1
-2
/
+2
2006-06-06
Remove initial, final, and duplicate blank lines.
Carl Worth
1
-1
/
+0
2006-06-06
Remove all remaining trailing whitespace.
Carl Worth
1
-4
/
+4
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-8
/
+8
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-18
/
+18
2006-05-24
New API: Add new function cairo_surface_get_content
Carl Worth
1
-1
/
+2
2006-05-18
Make ps surface use type1 subset code.
Kristian Høgsberg
1
-0
/
+34
2006-05-18
Only use the word wrap stream when emitting paths.
Kristian Høgsberg
1
-147
/
+140
2006-05-18
Remember to call _cairo_truetype_subset_fini() after outputting subset.
Kristian Høgsberg
1
-2
/
+4
2006-05-16
Print out ps comment in the truetype emit code and update type3 ps comment.
Kristian Høgsberg
1
-1
/
+4
2006-05-16
Add support for truetype subset to ps backend.
Kristian Høgsberg
1
-8
/
+105
2006-05-15
PS: Remove the fallback case from _cairo_ps_surface_show_glyphs
Carl Worth
1
-20
/
+6
2006-05-15
PS: Fix arguments to setcachedevice
Carl Worth
1
-1
/
+1
2006-05-15
Change scaled_font_subsets_callback to have return type of void.
Carl Worth
1
-15
/
+15
2006-05-10
Tweak names to match those of cairo-scaled-font-subsets
Carl Worth
1
-11
/
+8
2006-05-10
Generalize font subsetting code in cairo-scaled-font-subsets for use by more ...
Carl Worth
1
-134
/
+94
2006-05-09
PS: Put functions in more logical order.
Carl Worth
1
-8
/
+9
[next]