summaryrefslogtreecommitdiff
path: root/test/pdf-tagged-text.c
Commit message (Expand)AuthorAgeFilesLines
* Make cairo_tag_begin/end work correctly in groupsAdrian Johnson2023-04-181-15/+47
* pdf-tagged-text depends on PDFAdrian Johnson2023-01-151-0/+5
* pdf: ensure filenames are correctly encodedAdrian Johnson2022-01-161-0/+6
* Merge branch 'custom-metadata' into 'master'Adrian Johnson2021-09-161-0/+6
|\
| * Add cairo_pdf_surface_set_custom_metadata()Adrian Johnson2021-08-221-0/+6
* | Fix some MinGW warningsAdrian Johnson2021-09-021-0/+2
|/
* Fixed compile-time error on platforms without MMAP.Rick Yorgason2021-08-011-0/+2
* pdf links: fix forward references to dest names with 'internal' flagAdrian Johnson2021-07-291-5/+6
* pdf-tagged-text: generate both 1.4 and 1.5 PDFsAdrian Johnson2021-07-281-7/+36
* pdf-tagged-text test: disable object stream compressionAdrian Johnson2021-07-261-0/+3
* tags: allow links to page numbers not yet createdAdrian Johnson2021-07-241-1/+22
* Add link with a negative coordinate to testcase.Jonathan Kew2021-07-201-0/+4
* Add an example of a link within an empty clip to pdf-tagged-text testcase.Jonathan Kew2021-07-191-0/+20
* test: add URL and "rect" attribute to pdf-tagged-textAdrian Johnson2021-07-181-1/+26
* Add tests for PDF metadataSven Neumann2021-01-041-1/+79
* pdf: use explicit dest instead of named dest when 'internal' attribute is setAdrian Johnson2017-08-291-1/+1
* pdf: use link attributes instead of dest name for cairo_pdf_surface_add_outlineAdrian Johnson2017-08-261-3/+9
* tests: fix bug in pdf-tagged-text that was introduced in 4790a36Adrian Johnson2017-08-191-1/+1
* pdf: Fix wrong cairo_pdf_outline_flags_t item prefixKouhei Sutou2017-01-051-3/+4
* strndup is not avuilable with MSVCAdrian Johnson2016-10-071-1/+5
* fix compiler warningsAdrian Johnson2016-10-041-0/+1
* add test for PDF document interchange features such as tagged text and linksAdrian Johnson2016-10-011-0/+397