summaryrefslogtreecommitdiff
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Bug 704639 Memory leak in halftone creation from clistMichael Vrhel2021-10-291-17/+12
* Bug 704639 Avoid writing halftones into clistMichael Vrhel2021-10-294-3/+19
* Memento: Speed up finding blocks.Robin Watts2021-10-281-147/+308
* Memento: Add Memento_listPhasedBlocks().Robin Watts2021-10-282-2/+97
* Add Memento_label calls to gs allocators.Robin Watts2021-10-282-13/+13
* Add MEMENTO_TRACKREFS option.Robin Watts2021-10-282-17/+60
* Remove function declaration with no implementation.Robin Watts2021-10-271-3/+0
* Fix some clist debugging printfs.Robin Watts2021-10-271-2/+2
* Bug 699209: Fix tile phase used for image.Robin Watts2021-10-261-4/+10
* Squash a const warning.Robin Watts2021-10-261-1/+1
* Some tweaks for the clist debugging offset_map.Robin Watts2021-10-263-61/+150
* pdfwrite - regenerate gs_c_pdf_glyph_type array after Encoding changesKen Sharp2021-10-252-4/+6
* Bug 704439 (redux): Force arbitrary scaling for glyph outlineChris Liddell2021-10-211-3/+4
* Bug 702954: Fix 'bad clist operation'.Robin Watts2021-10-201-3/+4
* Remove a macro from clist code.Robin Watts2021-10-201-3/+3
* Remove some casting warnings on 64bit windows builds.Robin Watts2021-10-202-15/+15
* WIP: Tweak clist buffer pointer test.Robin Watts2021-10-201-2/+2
* Rejig s_band_read_process slightly.Robin Watts2021-10-181-33/+40
* Tweak clist debug output.Robin Watts2021-10-184-30/+246
* Tweak clist writing of extended ops.Robin Watts2021-10-185-45/+130
* Move the clist operator definitions into a single header.Robin Watts2021-10-184-172/+204
* Bug 703785: Tweaking ft over/underflow workaroundsghostpdl-9.56.0-test-base-0Chris Liddell2021-10-182-2/+3
* Bug 704439: Deal better with extreme glyph scaling.Chris Liddell2021-10-185-104/+150
* Work around a gcc (10.3.0) optimiser bugChris Liddell2021-10-181-2/+14
* Bug 704567: Fix problem (SEGVs) with commit b12780fc66Ray Johnston2021-10-152-10/+10
* Bring master up to date with 9.55.0 branchChris Liddell2021-10-132-2/+2
* Bug 703694: Fix gs command line handling of double-quotes.Robin Watts2021-10-111-4/+25
* Update makefiles for another MSVC version.Robin Watts2021-10-081-0/+5
* Fix Bug 703898: Spot color halftones ignored if not in prior colorspaceRay Johnston2021-10-073-8/+39
* Bug 704543: Fix gx_default_copy_alpha calling get_bits_rectangle.Robin Watts2021-10-071-1/+1
* LGTM warning suppressions and fixes.Robin Watts2021-10-017-10/+19
* Bug 704405: Fix typo in non-forked lcms2 code.Robin Watts2021-10-011-1/+1
* Make ICC profile cache use a consistent memory allocatorKen Sharp2021-09-291-3/+3
* Bug 704410 Overprint/Transparency FixMichael Vrhel2021-09-283-1/+33
* Revert "Fix Bug 703898 commit cc3eebdffaRay Johnston2021-09-272-32/+31
* Have gs_font_finalize() free the XUID valuesChris Liddell2021-09-241-0/+8
* LGTM fixes: Empty block without comment.Robin Watts2021-09-211-0/+2
* lgtm fixes: multiplication may overflow.Robin Watts2021-09-211-1/+1
* Change the update_spot_equivalent_colors device methodKen Sharp2021-09-2111-22/+25
* bbox device - don't short-circuit fills in stand-alone modeKen Sharp2021-09-201-13/+18
* Fix Bug 704330: NupControl and clist problems to pkmraw.Ray Johnston2021-09-161-0/+1
* Increment version numberChris Liddell2021-09-151-2/+2
* Fix param copying routines to respect different gs_memory_t.Robin Watts2021-09-145-8/+134
* Bug 704342: Include device specifier strings in access validationChris Liddell2021-09-095-60/+65
* Bug 703908: Spot malformed tensor patch streams.Robin Watts2021-09-073-1/+7
* Fix '/undefined in /--pdfshowpage-finish' seen with Nup device.Robin Watts2021-09-071-2/+1
* Nup: Tweak page size sensitivity.Robin Watts2021-09-061-1/+7
* Nup: Set PageUsesTransparency even when not present.Robin Watts2021-09-069-38/+227
* Nup device: Attempt to fix operation with Postscript/EPS.Robin Watts2021-09-063-3/+141
* Fix code merge mistake.Michael Vrhel2021-09-031-3/+0