summaryrefslogtreecommitdiff
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Graphics library - create icc_struct when requiredHEADmasterKen Sharp2023-05-171-33/+31
* Bug 706686: Fix alphabits, fill/stroke, and transparency interaction.Robin Watts2023-05-162-18/+37
* Address some compiler warnings.Chris Liddell2023-05-153-7/+7
* Squash various warnings.Robin Watts2023-05-151-6/+6
* Tweak claptrap.c to avoid spurious 'uninitialised variable' warnings.Robin Watts2023-05-102-8/+6
* Fix typo in pdf14_fill_stroke_path.Robin Watts2023-05-081-1/+1
* GhostPDF, pdfwrite, graphics library - fix WMode usageKen Sharp2023-05-041-0/+3
* Graphics library - cleanup properly on failure to push pdf14 deviceKen Sharp2023-05-031-1/+1
* Bug 706695: Ignore error from PDF14 Compositor seen in alphabits testing.Robin Watts2023-05-011-1/+5
* Fix SEGVs seen in overnight alphabits tests.Robin Watts2023-05-011-6/+7
* Fix tiny inefficiency in gdevp14.c knockout handling.Robin Watts2023-05-011-2/+2
* Ensure that we catch errors from gs_update_trans_marking_paramsRobin Watts2023-04-282-10/+22
* Bug 706683: Fill+Stroke: Keep clist in sync with transparency changes.Robin Watts2023-04-271-0/+1
* Bug 706643: Fix fill_stroke transparency handling.Robin Watts2023-04-261-2/+11
* MSVC: Add support for another version of nmake.Robin Watts2023-04-261-0/+5
* Graphics library - check DeviceN params before useKen Sharp2023-04-261-0/+3
* Bug 706632: Fix infinite loop in shading code.Robin Watts2023-04-261-4/+4
* Graphics library - add missing type check in parameter parsingKen Sharp2023-04-131-1/+1
* Memento: Ensure that Memento_BlkHeader is a multiple of 32 bytes.Robin Watts2023-04-051-22/+43
* Update postal address in file headersChris Liddell2023-04-04792-2364/+2383
* Bug 706532: Propagate "non_strict_bounds" to clipping devices.Robin Watts2023-04-041-1/+4
* Bug 706530: Tweak shading optimisation code.Robin Watts2023-03-311-72/+90
* Bug 706522: Fix scale rounding in the FAPI interface codeghostpdl-10.02.0-test-base-001Chris Liddell2023-03-291-7/+10
* Graphics library - prevent buffer overrun in (T)BCP encodingKen Sharp2023-03-241-1/+9
* Bring master up to date with 10.01.0 release branchChris Liddell2023-03-221-1/+1
* Bug 706469: Avoid creating empty images directoryChris Liddell2023-03-101-2/+1
* Bug 706464: Avoid strcpy onto itself.Robin Watts2023-03-091-2/+2
* Bug 706462: Fix heap overflow bug in command line dict parsing.Robin Watts2023-03-091-2/+8
* Bug 706468: Avoid creating empty man page directoryChris Liddell2023-03-091-2/+2
* Bug 706461: Fix fuzzing detected heap overflow.Robin Watts2023-03-091-2/+2
* Fix size_t -> int overflow in cmd_get_buffer_space.Robin Watts2023-03-031-2/+11
* gdev_prn_size_buf_planar: Initialise mdev.Robin Watts2023-03-031-2/+2
* Increment version numberChris Liddell2023-03-021-3/+3
* Coverity 381502: Don't check non NULL pointer for NULLity.Robin Watts2023-03-021-3/+2
* Ghostscript - colour spaces and garbage collectionKen Sharp2023-03-011-3/+9
* GhostPDF + pdfwrite - emit an Alternate for some ICCBased spaces.Ken Sharp2023-02-282-6/+45
* Fix memory leak seen in apitest using gpdl.Robin Watts2023-02-222-2/+11
* Bug 706351: Fix display device with planar separations.Robin Watts2023-02-222-8/+22
* Fix typo in comment.Robin Watts2023-02-211-2/+2
* Revert recent changes to alphabits device sizing.Robin Watts2023-02-162-6/+7
* Add dev->non_strict_bounds flag.Robin Watts2023-02-166-6/+11
* Bug 706373 Continued: Fix missing initialisation.Robin Watts2023-02-161-1/+2
* Tweaks to pattern scaling.Robin Watts2023-02-162-11/+141
* Bug 706414: Fix OSS Fuzz 55988 - infinite loop in shadings.Robin Watts2023-02-161-0/+6
* Bug 706409: Fix infinite loop in shading code.Robin Watts2023-02-101-64/+64
* Bug 706368: alphabits device declares invalid width/height.Robin Watts2023-02-102-6/+9
* Bug 706380: Fix argument quote handling following hash.Robin Watts2023-02-091-3/+6
* Bug 706373: Improve detection of image clipping.Robin Watts2023-02-081-8/+19
* Add "imagematrices_are_untrustworthy" to gs_data_image_tRobin Watts2023-02-084-7/+105
* Bug 706378 continued: Speed pathological shadings.Robin Watts2023-02-071-1/+639