summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-operators.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new compositor architectureChris Wilson2011-09-121-1/+1
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-6/+6
* path: Always interpret in forward directionAndrea Canciani2010-12-101-1/+0
* pdf: Silence compiler for an impossible caseChris Wilson2010-11-221-0/+4
* PDF: Restrict ActualText to PDF version >= 1.5Adrian Johnson2010-11-101-13/+18
* Rewrite pdf-operators word wrappingAdrian Johnson2010-10-081-118/+113
* pdf-operators: word wrap latin text stringsAdrian Johnson2010-10-021-8/+65
* pdf-operators: fix bug that was causing unnecessary repositioning of textAdrian Johnson2010-10-011-1/+6
* pdf-operators: output (abc) style strings when font is latinAdrian Johnson2010-10-011-15/+42
* pdf: Assert that no other error can occur for an invertible matrix.Chris Wilson2010-05-041-2/+1
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* pdf: Suppress compiler warning.Chris Wilson2010-04-231-6/+6
* PDF-operators: ensure text operations flushed before emitting clipAdrian Johnson2010-04-101-0/+6
* Constify stroke style and matrices.Chris Wilson2010-01-221-19/+19
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* Provide a builtin implementation of isspace() and isdigit()Adrian Johnson2009-10-291-4/+2
* Spelling corrections: s/it's/its/Daniel Holbert2009-01-291-1/+1
* [path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson2008-12-121-5/+7
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-3/+3
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-30/+30
* PDF: Disable PDF 1.5 features when version 1.4 is selectedAdrian Johnson2008-11-241-0/+8
* Add CairoScript backend.Chris Wilson2008-11-131-0/+1
* [pdf] Propagate statusChris Wilson2008-09-261-3/+11
* [pdf] Do not modify the dashes in-place.Chris Wilson2008-09-231-2/+12
* [show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod2008-09-181-7/+7
* Revamp the build system.Behdad Esfahbod2008-09-021-0/+5
* [pdf-operators] Propagate status from end_text().Chris Wilson2008-08-171-3/+9
* [pdf-operators] Propagate error from emit_glyph_string*().Chris Wilson2008-08-171-5/+5
* [pdf-operators] Propagate error from begin_actualtext().Chris Wilson2008-08-171-0/+3
* [pdf-operators] Add note about clusters with no glyphsBehdad Esfahbod2008-08-081-0/+2
* Make utf8 handling in font subsets more consistentBehdad Esfahbod2008-08-081-2/+2
* [pdf] Propagate status from emit_glyph()Chris Wilson2008-08-061-3/+6
* PDF/PS: Remember the current line styleAdrian Johnson2008-07-081-14/+34
* Add PDF operators function to reset any remembered stateAdrian Johnson2008-07-081-0/+15
* PDF: Limit precision of Td operandsAdrian Johnson2008-07-081-0/+6
* PDF: Fix glyph positioning bug in Tj operatorAdrian Johnson2008-07-051-1/+1
* PDF: Fix glyph positioning bug in TJ operatorAdrian Johnson2008-07-051-2/+1
* Add missing status checksAdrian Johnson2008-07-031-0/+5
* [cairo-pdf-operators] Fix backward cluster iterationBehdad Esfahbod2008-07-011-4/+4
* Add show_text_glyphs to PDF operatorsAdrian Johnson2008-06-291-64/+229
* Allow _cairo_scaled_font_subsets_map_glyph() to specify utf8 mappingAdrian Johnson2008-06-291-0/+1
* PDF: Ensure text object is closed before emitting fill or strokeAdrian Johnson2008-06-291-0/+6
* Optimize PDF operators show_glyphs() to use Tj operatorAdrian Johnson2008-06-041-2/+37
* Rewrite _cairo_pdf_operators_show_glyphs()Adrian Johnson2008-06-041-192/+335
* PDF: Don't emit a new text object for every call to show_glyphsAdrian Johnson2008-06-031-4/+23
* Add _cairo_pdf_operators_flush()Adrian Johnson2008-06-031-1/+23
* PDF: Fix glyph positioning bugAdrian Johnson2008-04-041-1/+1
* [cairo-pdf-operators] Destroy stream on error.Chris Wilson2008-04-021-3/+3
* Finish the PDF text operator decimal reduction commitAdrian Johnson2008-03-211-3/+9
* PDF: Reduce excess decimals in text position offsetsAdrian Johnson2008-03-201-4/+22