summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-surface.c
Commit message (Expand)AuthorAgeFilesLines
* pdf: Don't use snprintf() to print floatsAdrian Johnson2023-04-181-8/+16
* Make cairo_tag_begin/end work correctly in groupsAdrian Johnson2023-04-181-126/+307
* Fix -Wsometimes-uninitialized warningKhaled Hosny2023-02-061-1/+1
* PDF Type 3 color fontsAdrian Johnson2023-01-291-28/+379
* Mime type updatesAdrian Johnson2023-01-281-4/+4
* Fix shared use of recording surface with paginated targetsAdrian Johnson2023-01-151-2/+27
* Merge branch 'mingw-fixes' into 'master'Adrian Johnson2023-01-031-3/+4
|\
| * Use _cairo_strndup where appropriateAdrian Johnson2023-01-031-3/+4
* | Fix user-font with foreground in group failures on image, PDF, and PSAdrian Johnson2023-01-031-47/+0
|/
* Merge branch 'ft-svg-fonts' into 'master'Adrian Johnson2022-12-311-1/+1
|\
| * Fix x/y typo in _cairo_pdf_surface_analyze_operationJonathan Kew2022-12-281-1/+1
* | cairo_pdf_version_to_string: Check for negative valuesUli Schlachter2022-09-161-1/+1
|/
* Add missing commas to array values.Jussi Pakkanen2022-08-031-2/+2
* Merge branch 'issue-514' into 'master'Adrian Johnson2022-04-261-12/+26
|\
| * pdf: reset gstate in groupsAdrian Johnson2021-10-041-12/+25
| * pdf: reset current operator when resetting clipAdrian Johnson2021-10-031-0/+1
* | Fix mingw warningAdrian Johnson2022-04-191-3/+1
* | pdf: ensure filenames are correctly encodedAdrian Johnson2022-01-161-3/+13
* | pdf: ensure url strings are correctly encodedAdrian Johnson2022-01-091-8/+20
|/
* Merge branch 'custom-metadata' into 'master'Adrian Johnson2021-09-161-0/+36
|\
| * Add cairo_pdf_surface_set_custom_metadata()Adrian Johnson2021-08-221-0/+36
* | Allow > 2GB PDF files on platforms with 32-bit longAdrian Johnson2021-09-021-24/+24
|/
* pdf links: fix forward references to dest names with 'internal' flagAdrian Johnson2021-07-291-0/+6
* Merge branch 'pdf-object-streams' into 'master'Adrian Johnson2021-07-281-78/+481
|\
| * pdf: convert all document interchange features to use object streamsAdrian Johnson2021-07-261-1/+2
| * pdf: add support for object streams for PDF >= 1.5Adrian Johnson2021-07-261-68/+320
| * pdf: use cross-reference stream for PDF >= 1.5Adrian Johnson2021-07-261-23/+173
* | pdf: use floating point widths when emitting fontsAdrian Johnson2021-07-271-12/+12
|/
* tags: allow links to page numbers not yet createdAdrian Johnson2021-07-241-0/+2
* pdf: Properly pass on stdio write errorsUli Schlachter2021-07-231-1/+3
* Remove all gstate from _cairo_surface_tagAdrian Johnson2021-07-181-6/+1
* pdf font subset: Generate valid font namesUli Schlachter2021-02-091-6/+2
* 'Fix' a NULL pointer 'dereference' in cairo-pdf-surfaceUli Schlachter2021-01-171-1/+2
* The array introduced in bff47b43 isn't cleared on surface finishFĂ©lix Poisot2020-11-211-0/+7
* build: Fix various compiler warningsGeorge Matsumura2020-11-071-11/+11
* pdf: add missing flushAdrian Johnson2018-10-251-0/+5
* Revert "Correctly decode Adobe CMYK JPEGs in PDF export"Bryce Harrington2018-10-161-2/+0
* pdf: Fix potential null ptr deref when creating smask groups (CID #1159559)Bryce Harrington2018-06-131-1/+0
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-6/+6
* Cairo trivial typosUnknown2018-04-021-1/+1
* pdf: fix some annotation bugsAdrian Johnson2017-11-261-1/+2
* pdf: fix mime-unique-id jpeg attached to recording testAdrian Johnson2017-11-091-67/+142
* pdf: fix mime-unique-id unbounded recording testAdrian Johnson2017-11-091-20/+65
* pdf: fix mime-unique-id bounded recording testAdrian Johnson2017-11-091-46/+31
* pdf: remove old commentAdrian Johnson2017-10-241-9/+0
* pdf: set default create dateAdrian Johnson2017-10-241-1/+0
* pdf: set ca/CA instead of using an smask when the mask has constant alphaAdrian Johnson2017-10-241-16/+58
* Allow mime image to be different size to cairo imageAdrian Johnson2017-10-221-124/+0
* Add CCITT_FAX mime type for PDF and PS surfacesAdrian Johnson2017-10-221-26/+237
* replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson2017-09-161-1/+1