summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-operators.c
Commit message (Expand)AuthorAgeFilesLines
* Make cairo_tag_begin/end work correctly in groupsAdrian Johnson2023-04-181-4/+10
* Misc. typosluz.paz2019-01-311-2/+2
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* Cairo trivial typosUnknown2018-04-021-1/+1
* pdf-operators: fix bug in line wrappingAdrian Johnson2017-03-021-1/+2
* pdf: structured text and hyperlink supportAdrian Johnson2016-10-011-0/+37
* pdf: change from pdf coordinates to cairo coordinatesAdrian Johnson2016-06-051-3/+0
* pdf-operators: fix bug with RTL textAdrian Johnson2014-11-201-1/+5
* pdf-operators: only wrap text strings for PS outputAdrian Johnson2014-10-311-6/+10
* pdf: don't use '\' to split strings across multiple linesAdrian Johnson2014-10-121-1/+1
* pdf: fix rectangle stroke with non rectilinear penAdrian Johnson2013-12-261-1/+3
* pdf/ps: avoid outputting excess decimal places in matricesAdrian Johnson2013-12-071-12/+5
* 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