index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-pdf-operators.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-29
Spelling corrections: s/it's/its/
Daniel Holbert
1
-1
/
+1
2008-12-12
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
1
-5
/
+7
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-3
/
+3
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-30
/
+30
2008-11-24
PDF: Disable PDF 1.5 features when version 1.4 is selected
Adrian Johnson
1
-0
/
+8
2008-11-13
Add CairoScript backend.
Chris Wilson
1
-0
/
+1
2008-09-26
[pdf] Propagate status
Chris Wilson
1
-3
/
+11
2008-09-23
[pdf] Do not modify the dashes in-place.
Chris Wilson
1
-2
/
+12
2008-09-18
[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flags
Behdad Esfahbod
1
-7
/
+7
2008-09-02
Revamp the build system.
Behdad Esfahbod
1
-0
/
+5
2008-08-17
[pdf-operators] Propagate status from end_text().
Chris Wilson
1
-3
/
+9
2008-08-17
[pdf-operators] Propagate error from emit_glyph_string*().
Chris Wilson
1
-5
/
+5
2008-08-17
[pdf-operators] Propagate error from begin_actualtext().
Chris Wilson
1
-0
/
+3
2008-08-08
[pdf-operators] Add note about clusters with no glyphs
Behdad Esfahbod
1
-0
/
+2
2008-08-08
Make utf8 handling in font subsets more consistent
Behdad Esfahbod
1
-2
/
+2
2008-08-06
[pdf] Propagate status from emit_glyph()
Chris Wilson
1
-3
/
+6
2008-07-08
PDF/PS: Remember the current line style
Adrian Johnson
1
-14
/
+34
2008-07-08
Add PDF operators function to reset any remembered state
Adrian Johnson
1
-0
/
+15
2008-07-08
PDF: Limit precision of Td operands
Adrian Johnson
1
-0
/
+6
2008-07-05
PDF: Fix glyph positioning bug in Tj operator
Adrian Johnson
1
-1
/
+1
2008-07-05
PDF: Fix glyph positioning bug in TJ operator
Adrian Johnson
1
-2
/
+1
2008-07-03
Add missing status checks
Adrian Johnson
1
-0
/
+5
2008-07-01
[cairo-pdf-operators] Fix backward cluster iteration
Behdad Esfahbod
1
-4
/
+4
2008-06-29
Add show_text_glyphs to PDF operators
Adrian Johnson
1
-64
/
+229
2008-06-29
Allow _cairo_scaled_font_subsets_map_glyph() to specify utf8 mapping
Adrian Johnson
1
-0
/
+1
2008-06-29
PDF: Ensure text object is closed before emitting fill or stroke
Adrian Johnson
1
-0
/
+6
2008-06-04
Optimize PDF operators show_glyphs() to use Tj operator
Adrian Johnson
1
-2
/
+37
2008-06-04
Rewrite _cairo_pdf_operators_show_glyphs()
Adrian Johnson
1
-192
/
+335
2008-06-03
PDF: Don't emit a new text object for every call to show_glyphs
Adrian Johnson
1
-4
/
+23
2008-06-03
Add _cairo_pdf_operators_flush()
Adrian Johnson
1
-1
/
+23
2008-04-04
PDF: Fix glyph positioning bug
Adrian Johnson
1
-1
/
+1
2008-04-02
[cairo-pdf-operators] Destroy stream on error.
Chris Wilson
1
-3
/
+3
2008-03-21
Finish the PDF text operator decimal reduction commit
Adrian Johnson
1
-3
/
+9
2008-03-20
PDF: Reduce excess decimals in text position offsets
Adrian Johnson
1
-4
/
+22
2008-03-20
Use %g for printing path coordinates in pdf-operators
Adrian Johnson
1
-4
/
+4
2008-03-20
Rescale CTM used for PS/PDF stroking to reduce rounding error
Adrian Johnson
1
-7
/
+63
2008-03-17
Factor out common stroke code in pdf-operators
Adrian Johnson
1
-36
/
+32
2008-03-15
Improve the PDF operators word wrapping
Adrian Johnson
1
-9
/
+25
2008-03-14
PDF/PS: Optimize away the stroke ctm when not required
Adrian Johnson
1
-8
/
+28
2008-02-26
Use PDF 're' operator for rectangle paths
Adrian Johnson
1
-7
/
+29
2008-02-20
[cairo-pdf-operators] Cleanup word_wrap_stream
Chris Wilson
1
-3
/
+7
2008-02-20
Change PDF newline characters from \r\n to \n
Adrian Johnson
1
-20
/
+20
2008-02-17
Use correct prefix for _cairo_pdf_operators_stroke
Adrian Johnson
1
-5
/
+5
2008-02-17
Implement PDF fill-stroke
Adrian Johnson
1
-1
/
+50
2008-02-16
[cairo-pdf-operators] Pass matrix by reference, not by value
Behdad Esfahbod
1
-4
/
+4
2008-02-16
PDF: Allow word_wrap_stream to split hex strings
Adrian Johnson
1
-6
/
+44
2008-02-16
PDF: Word wrap _cairo_pdf_operators_show_glyphs output
Adrian Johnson
1
-14
/
+24
2008-02-15
[pdf] Minor make check fix.
Chris Wilson
1
-1
/
+1
2008-02-15
Make PS backend use cairo-pdf-operators.c
Adrian Johnson
1
-5
/
+77
2008-02-15
pdf-operators: only one path matrix is required
Adrian Johnson
1
-33
/
+8
[next]