summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-interchange.c
Commit message (Expand)AuthorAgeFilesLines
* Make cairo_tag_begin/end work correctly in groupsAdrian Johnson2023-04-181-252/+1175
* pdf: ensure filenames are correctly encodedAdrian Johnson2022-01-161-4/+99
* pdf: ensure url strings are correctly encodedAdrian Johnson2022-01-091-2/+13
* Add cairo_pdf_surface_set_custom_metadata()Adrian Johnson2021-08-221-0/+100
* pdf links: fix forward references to dest names with 'internal' flagAdrian Johnson2021-07-291-48/+71
* Print tag error details when CAIRO_DEBUG_TAG is definedAdrian Johnson2021-07-291-2/+4
* pdf: convert all document interchange features to use object streamsAdrian Johnson2021-07-261-135/+184
* tags: allow links to page numbers not yet createdAdrian Johnson2021-07-241-16/+77
* pdf: Properly pass on stdio write errorsUli Schlachter2021-07-231-3/+1
* Merge branch 'jfkthame-master-patch-75366' into 'master'Uli Schlachter2021-06-021-1/+2
|\
| * [pdf-interchange] Write trees even if only LINK tags are presentJonathan Kew2021-05-241-1/+2
* | Fix a memory leak with cairo_tag_begin() + pdfUli Schlachter2021-02-131-0/+7
|/
* Fix conversion from ISO 8601 to PDF date stringSven Neumann2020-11-201-1/+2
* Use HTTPS URLs for cairographics.org domainsPaul Menzel2018-10-161-1/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* pdf: fix some annotation bugsAdrian Johnson2017-11-261-41/+124
* pdf: fix document structure for non tagged structuresAdrian Johnson2017-11-161-6/+20
* pdf: set default create dateAdrian Johnson2017-10-241-0/+50
* pdf: use explicit dest instead of named dest when 'internal' attribute is setAdrian Johnson2017-08-291-56/+125
* pdf: use link attributes instead of dest name for cairo_pdf_surface_add_outlineAdrian Johnson2017-08-261-81/+96
* pdf: fix link positionsAdrian Johnson2017-08-261-17/+33
* pdf: don't write logical structure if it only contains linksAdrian Johnson2017-08-221-8/+13
* pdf: Don't emit /PageLabel dict when no labels definedAdrian Johnson2017-08-211-40/+52
* pdf: link tags do not need to be leaf nodes in the document structureAdrian Johnson2017-08-201-10/+1
* pdf: don't return uninitialized statusAdrian Johnson2017-02-021-1/+1
* pdf: Fix wrong cairo_pdf_outline_flags_t item prefixKouhei Sutou2017-01-051-3/+3
* strndup is not avuilable with MSVCAdrian Johnson2016-10-071-2/+10
* fix compiler warningsAdrian Johnson2016-10-041-3/+3
* pdf: page label APIAdrian Johnson2016-10-011-0/+115
* pdf: metadata APIAdrian Johnson2016-10-011-0/+177
* pdf: add document outline APIAdrian Johnson2016-10-011-1/+181
* pdf: structured text and hyperlink supportAdrian Johnson2016-10-011-0/+993