summaryrefslogtreecommitdiff
path: root/src/cairo-ps-surface.c
Commit message (Expand)AuthorAgeFilesLines
* doc: Escape percent signKhaled Hosny2023-02-021-1/+1
* PDF Type 3 color fontsAdrian Johnson2023-01-291-10/+3
* Mime type updatesAdrian Johnson2023-01-281-3/+5
* Fix shared use of recording surface with paginated targetsAdrian Johnson2023-01-151-4/+30
* PS: Wrap embedded EPS in %%BeginDocument/%%EndDocument as required by EPS specAdrian Johnson2023-01-121-0/+4
* Merge branch 'mingw-fixes' into 'master'Adrian Johnson2023-01-031-6/+8
|\
| * Use _cairo_strndup where appropriateAdrian Johnson2023-01-031-6/+8
* | Fix user-font with foreground in group failures on image, PDF, and PSAdrian Johnson2023-01-031-34/+0
|/
* ps: Fix crash in self-copy-overlapUli Schlachter2022-12-281-1/+1
* fixed double free in _cairo_ps_surface_emit_base85_stringAyman El Didi2022-04-201-5/+7
* Add CAIRO_DEBUG_PS_NO_DATE env var to remove date from PS outputAdrian Johnson2022-04-051-6/+10
* Fix typos in doxygen and source commentsluz paz2022-03-281-1/+1
* Fix PS emit image for 16-bit imagesAdrian Johnson2021-08-221-1/+1
* Fix some mingw warnings and correct the value of R_OKAdrian Johnson2021-08-071-1/+5
* PS: ensure setup DSC comments are in BeginSetup sectionAdrian Johnson2021-07-231-11/+11
* Update DSC documentionAdrian Johnson2021-07-181-1/+1
* Misc. typosluz.paz2019-01-311-1/+1
* ps: fix invalid matrix in eps embeddingAdrian Johnson2018-12-021-0/+5
* Use HTTPS URLs for cairographics.org domainsPaul Menzel2018-10-161-1/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-5/+5
* Cairo trivial typosUnknown2018-04-021-1/+1
* ps: fix compile warningAdrian Johnson2017-12-081-2/+2
* ps: fix compile with old versions of MSVCAdrian Johnson2017-11-201-1/+1
* ps: fix extend-*-similar failuresAdrian Johnson2017-11-101-18/+21
* ps: fix padded image crashAdrian Johnson2017-11-091-5/+3
* ps: prevent self-copy infinite loopAdrian Johnson2017-11-091-1/+23
* ps: add CAIRO_MIME_TYPE_EPS mime type for embedding EPS filesAdrian Johnson2017-11-091-8/+175
* ps: use Reusable streams for forms in Level 3Adrian Johnson2017-11-091-8/+49
* ps: use forms for surfaces with UNIQUE_ID mime typeAdrian Johnson2017-11-091-140/+525
* ps: don't acquire image or snapshot in acquire_source_image_from_patternAdrian Johnson2017-11-091-95/+61
* ps: use << >> for dictionaries instead of dict begin endAdrian Johnson2017-11-091-48/+46
* ps: remove unused prologAdrian Johnson2017-11-091-3/+0
* ps: emit base85 strings instead of strings of base85Adrian Johnson2017-11-091-107/+79
* Allow mime image to be different size to cairo imageAdrian Johnson2017-10-221-5/+24
* Add CCITT_FAX mime type for PDF and PS surfacesAdrian Johnson2017-10-221-17/+183
* replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson2017-09-161-1/+1
* Support tag operations in analysis and paginated surfaceAdrian Johnson2016-10-011-1/+3
* ps/pdf: remove debug and commented out codeAdrian Johnson2016-07-151-31/+0
* ps: flush ASCII85Decode file after useAdrian Johnson2016-07-151-7/+18
* Fix PS record-neg-extents test failureAdrian Johnson2016-06-051-230/+308
* ps: change from ps coordinates to cairo coordinatesAdrian Johnson2016-06-051-13/+21
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-1/+2
* ps: fix subsurface recordingsAdrian Johnson2015-10-171-18/+17
* ps: fix raster source patternsAdrian Johnson2015-10-171-0/+1
* ps: merge emit_recording surface and emit_recording_subsurface into one functionAdrian Johnson2015-10-051-99/+31
* pdf-operators: only wrap text strings for PS outputAdrian Johnson2014-10-311-3/+6
* ps: add font DSC commentsAdrian Johnson2014-01-111-9/+25
* ps: cairo_set_page_size does not need to be in eps outputAdrian Johnson2014-01-111-32/+36
* ps: use setpagedevice to set page sizeAdrian Johnson2014-01-111-1/+39
* ps: fix imagemask with pattern source failure on some printersAdrian Johnson2014-01-081-2/+2