summaryrefslogtreecommitdiff
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Yet another version change for nmake and VS 2019Ken Sharp2022-07-141-0/+5
* TTF hinting: reverse a pointless change....Chris Liddell2022-07-141-13/+0
* OSS-fuzz #4090 - limit angle operands to arcKen Sharp2022-07-131-0/+3
* oss-fuzz 49028: Catch degenerate scaling in TTF codeChris Liddell2022-07-133-17/+38
* FAPI - Don't free memory on error if it doesn't belong to FAPIKen Sharp2022-07-121-1/+2
* subclassing devices - fix 'front' compositorKen Sharp2022-07-071-1/+2
* Bug 705639: gx_copy_device_procs failed to copy lock_pattern.Robin Watts2022-07-061-0/+1
* oss-fuzz 48745: Don't free font data unless FAPI owns it.Chris Liddell2022-07-051-1/+2
* oss-fuzz 48437: Add bounds check on size of loca table dataChris Liddell2022-07-051-2/+7
* oss-fuzz 48547/48528/48526: Various TTF hinter fixesChris Liddell2022-07-052-5/+42
* Change how pdfi interacts with FAPI for Truetype fontsChris Liddell2022-07-042-20/+35
* Have freetype properly reset the FT_GlyphLoader on errorChris Liddell2022-07-041-15/+0
* Fix Nup subclassing deviceKen Sharp2022-07-015-6/+26
* oss-fuzz 48305: Use ref counting for subclass child deviceChris Liddell2022-06-302-20/+24
* Device subclassing with transparency compositorKen Sharp2022-06-291-4/+14
* Fix RAW_DUMP debug.Robin Watts2022-06-231-5/+5
* oss-fuzz 47770: Init null device on creationChris Liddell2022-06-201-3/+10
* OSS-fuzz #48128 - limit frequency in halftone setupKen Sharp2022-06-201-1/+10
* Subclassing devices - optionally keep device before compositorKen Sharp2022-06-174-5/+94
* Coverity ID 379181Ken Sharp2022-06-161-1/+1
* Object filtering - support image type 3 and 3xKen Sharp2022-06-141-12/+93
* Bug 693235: Avoid paths with massive extents during clist writing.Robin Watts2022-06-081-0/+83
* Bug 695153: Tweak interpolation edge case.Robin Watts2022-06-072-43/+52
* oss-fuzz 47798: Avoid null pointer dereference in FT_Load_Glyph()Chris Liddell2022-06-061-1/+0
* oss-fuzz 47795: Check we have an FT glyph before using it.Chris Liddell2022-06-061-1/+1
* Bug 705426: Fix slowdown in gs_gstate_arc_add.Robin Watts2022-06-031-5/+7
* MSVC: Another day, another MSVC version.Robin Watts2022-06-031-0/+5
* Update -DCLUSTER nobbling of copyright/version etc.Robin Watts2022-06-011-0/+9
* Bug 705217: Fix bad length in gx_device_delete_output_file.Robin Watts2022-06-011-3/+3
* Bug 705260: Add gxdso for setting overprint operation.Robin Watts2022-06-013-2/+54
* Tweak overprint_copy_alpha_hl_color.Robin Watts2022-06-011-1/+3
* Fix overprint_copy_planes with regions of height > 1.Robin Watts2022-06-011-18/+19
* Bug 705348: Fix inadvertent freetype use of system zlib.hChris Liddell2022-06-011-1/+11
* ug 705279: Make hidden symbols the default in the .so build.Chris Liddell2022-06-011-1/+1
* oss-fuzz 47536: Handle allocation failure for clip rect listChris Liddell2022-05-241-3/+5
* Bug 705316 -dUseFastColor issue with image interpolationMichael Vrhel2022-05-211-3/+29
* GS + GhostPDF - make the circular reference error a standard errorKen Sharp2022-05-191-2/+3
* FirstPage/LastPage device - fix order of processingKen Sharp2022-05-171-64/+65
* Bug 705297 BlackVector issueMichael Vrhel2022-05-121-0/+2
* Make "clean" target more aggressive on Visual StudioChris Liddell2022-05-121-2/+3
* Remove gs_sprintf()Chris Liddell2022-05-102-23/+1
* Update freetype to 2.12.1Chris Liddell2022-05-052-5/+10
* Squash some warnings about implicit float -> unsigned short casts.Robin Watts2022-05-051-8/+8
* Add commmand line options for threshold on blacktext and blackvectorMichael Vrhel2022-05-035-12/+87
* Bug 705263 : Improper ICC profile used with highlevel clist imageMichael Vrhel2022-05-021-2/+15
* Fix clist debug output "long" offset limit.Robin Watts2022-05-021-2/+2
* Fix PRN buffer calculation "ulong" limit.Robin Watts2022-05-021-2/+2
* Bug 705222: Fix SEGV due to memory corruption with BGPrint and NRT.Robin Watts2022-04-291-1/+1
* Bug 705222: Avoid sharing icc_struct with BGPrint thread.Robin Watts2022-04-291-6/+9
* Tweak ICC code to use memory pointers held within structures.Robin Watts2022-04-293-31/+52