summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-operators.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-29Spelling corrections: s/it's/its/Daniel Holbert1-1/+1
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-5/+7
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-3/+3
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-30/+30
2008-11-24PDF: Disable PDF 1.5 features when version 1.4 is selectedAdrian Johnson1-0/+8
2008-11-13Add CairoScript backend.Chris Wilson1-0/+1
2008-09-26[pdf] Propagate statusChris Wilson1-3/+11
2008-09-23[pdf] Do not modify the dashes in-place.Chris Wilson1-2/+12
2008-09-18[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod1-7/+7
2008-09-02Revamp the build system.Behdad Esfahbod1-0/+5
2008-08-17[pdf-operators] Propagate status from end_text().Chris Wilson1-3/+9
2008-08-17[pdf-operators] Propagate error from emit_glyph_string*().Chris Wilson1-5/+5
2008-08-17[pdf-operators] Propagate error from begin_actualtext().Chris Wilson1-0/+3
2008-08-08[pdf-operators] Add note about clusters with no glyphsBehdad Esfahbod1-0/+2
2008-08-08Make utf8 handling in font subsets more consistentBehdad Esfahbod1-2/+2
2008-08-06[pdf] Propagate status from emit_glyph()Chris Wilson1-3/+6
2008-07-08PDF/PS: Remember the current line styleAdrian Johnson1-14/+34
2008-07-08Add PDF operators function to reset any remembered stateAdrian Johnson1-0/+15
2008-07-08PDF: Limit precision of Td operandsAdrian Johnson1-0/+6
2008-07-05PDF: Fix glyph positioning bug in Tj operatorAdrian Johnson1-1/+1
2008-07-05PDF: Fix glyph positioning bug in TJ operatorAdrian Johnson1-2/+1
2008-07-03Add missing status checksAdrian Johnson1-0/+5
2008-07-01[cairo-pdf-operators] Fix backward cluster iterationBehdad Esfahbod1-4/+4
2008-06-29Add show_text_glyphs to PDF operatorsAdrian Johnson1-64/+229
2008-06-29Allow _cairo_scaled_font_subsets_map_glyph() to specify utf8 mappingAdrian Johnson1-0/+1
2008-06-29PDF: Ensure text object is closed before emitting fill or strokeAdrian Johnson1-0/+6
2008-06-04Optimize PDF operators show_glyphs() to use Tj operatorAdrian Johnson1-2/+37
2008-06-04Rewrite _cairo_pdf_operators_show_glyphs()Adrian Johnson1-192/+335
2008-06-03PDF: Don't emit a new text object for every call to show_glyphsAdrian Johnson1-4/+23
2008-06-03Add _cairo_pdf_operators_flush()Adrian Johnson1-1/+23
2008-04-04PDF: Fix glyph positioning bugAdrian Johnson1-1/+1
2008-04-02[cairo-pdf-operators] Destroy stream on error.Chris Wilson1-3/+3
2008-03-21Finish the PDF text operator decimal reduction commitAdrian Johnson1-3/+9
2008-03-20PDF: Reduce excess decimals in text position offsetsAdrian Johnson1-4/+22
2008-03-20Use %g for printing path coordinates in pdf-operatorsAdrian Johnson1-4/+4
2008-03-20Rescale CTM used for PS/PDF stroking to reduce rounding errorAdrian Johnson1-7/+63
2008-03-17Factor out common stroke code in pdf-operatorsAdrian Johnson1-36/+32
2008-03-15Improve the PDF operators word wrappingAdrian Johnson1-9/+25
2008-03-14PDF/PS: Optimize away the stroke ctm when not requiredAdrian Johnson1-8/+28
2008-02-26Use PDF 're' operator for rectangle pathsAdrian Johnson1-7/+29
2008-02-20[cairo-pdf-operators] Cleanup word_wrap_streamChris Wilson1-3/+7
2008-02-20Change PDF newline characters from \r\n to \nAdrian Johnson1-20/+20
2008-02-17Use correct prefix for _cairo_pdf_operators_strokeAdrian Johnson1-5/+5
2008-02-17Implement PDF fill-strokeAdrian Johnson1-1/+50
2008-02-16[cairo-pdf-operators] Pass matrix by reference, not by valueBehdad Esfahbod1-4/+4
2008-02-16PDF: Allow word_wrap_stream to split hex stringsAdrian Johnson1-6/+44
2008-02-16PDF: Word wrap _cairo_pdf_operators_show_glyphs outputAdrian Johnson1-14/+24
2008-02-15[pdf] Minor make check fix.Chris Wilson1-1/+1
2008-02-15Make PS backend use cairo-pdf-operators.cAdrian Johnson1-5/+77
2008-02-15pdf-operators: only one path matrix is requiredAdrian Johnson1-33/+8