index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
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
2007-04-09
cairo-ps-surface - add a couple of status checks
Chris Wilson
1
-23
/
+31
2007-04-03
Make sure all nil objects start with _cairo_
Behdad Esfahbod
1
-2
/
+2
2007-03-23
PS: Remove unused variable
Adrian Johnson
1
-1
/
+0
2007-03-23
PDF: Use the TJ operator to show glyphs
Adrian Johnson
1
-5
/
+6
2007-03-07
[PS/PDF/SVG] Rename internal symbols to have _cairo_*_surface prefix
Behdad Esfahbod
1
-26
/
+26
2007-03-02
Cast away a const to quiet a compiler warning.
Carl Worth
1
-1
/
+6
2007-03-01
[PS/PDF] Mark CAIRO_EXTEND_PAD for surface patterns as natively supported
Behdad Esfahbod
1
-5
/
+7
2007-02-27
[PS/PDF] Fix xstep/ystep values for CAIRO_EXTEND_NONE
Behdad Esfahbod
1
-15
/
+28
2007-02-23
[PS] Add note about possible need for fix.
Behdad Esfahbod
1
-0
/
+5
2007-02-23
[PS] Fix surface patterns with transforms
Behdad Esfahbod
1
-28
/
+14
2007-02-23
[PS/PDF] Accept CAIRO_EXTEND_REFLECT surface patterns natively
Behdad Esfahbod
1
-2
/
+2
2007-02-23
[PS] Update surface_pattern_supported() from PDF
Behdad Esfahbod
1
-1
/
+23
2007-02-21
[PS] Fix rotated image pattern emission by correcting setting the bbox
Behdad Esfahbod
1
-10
/
+21
2007-02-21
PDF/PS: Don't embed multiple copies of the same font
Adrian Johnson
1
-6
/
+18
2007-02-08
[PS/PDF/SVG] Return a write_error nil surface on write errors
Eugeniy Meshcheryakov
1
-1
/
+3
2007-02-05
PS: Correct the TrueType Encoding and Charstrings
Adrian Johnson
1
-4
/
+4
2007-01-11
Remove unused variables (#7963)
Kjartan Maraas
1
-2
/
+1
2007-01-07
Spell check the docs
Behdad Esfahbod
1
-2
/
+2
2006-12-17
[PS] Fix typo in comment emitted for Type1 fallback font subsets
Behdad Esfahbod
1
-1
/
+1
2006-12-11
Add/remove const to cairo_glyph_t* arguments consistently
Behdad Esfahbod
1
-1
/
+1
2006-11-21
[PS] Rename n_glyphs to num_glyphs_unsigned
Behdad Esfahbod
1
-9
/
+9
2006-11-21
[PS] Eliminate compiler warnings about unoptimizable loops
Behdad Esfahbod
1
-13
/
+15
2006-10-26
PS: Use xshow/yshow/xyshow for strings of glyphs
Adrian Johnson
1
-28
/
+121
2006-10-25
Fix offset/extent bug in ps output for repeating source surface patterns
Carl Worth
1
-27
/
+57
2006-10-15
PS: Add cairo version to PS header
Adrian Johnson
1
-1
/
+2
2006-10-15
Type 1 fallback fonts - use binary encoding in PDF files
Adrian Johnson
1
-1
/
+1
2006-09-07
Check status value of output_stream object at time of destroy
Carl Worth
1
-0
/
+2
2006-09-05
Generate Type 1 fonts from glyph outlines
Adrian Johnson
1
-0
/
+32
2006-09-05
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
[next]