summaryrefslogtreecommitdiff
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings that crept in with the recent planar fixes.Robin Watts2021-12-031-3/+4
* Fix memory leak in gx_default_text_begin()Chris Liddell2021-12-021-1/+3
* Bug 704746: Fix planar device image handling.Robin Watts2021-12-021-3/+261
* Fix some page mode vs clist halftone differences.Robin Watts2021-11-262-5/+6
* Remove dead code dealing with screen_phase from gxclrast.cRobin Watts2021-11-251-19/+3
* Pickle phase into binary halftones in clist.Robin Watts2021-11-241-16/+45
* Pickle phase into colored halftones in clist.Robin Watts2021-11-241-11/+29
* Pass x0,y0 to device color deserialisation (read) calls.Robin Watts2021-11-246-17/+33
* Correct various tile phase calculations.Robin Watts2021-11-242-10/+10
* Tidy up pattern clist writing/reading code.Robin Watts2021-11-241-13/+13
* Remove duplicate 'phase' field from gx_device_color_saved.Robin Watts2021-11-163-6/+3
* Pattern accumulator should use gx_default_copy_alpha_hl_colorMichael Vrhel2021-11-161-0/+1
* Change how gs_offset_t is selected and add PRI macro for itChris Liddell2021-11-152-9/+25
* MSVC: Update for another version of nmake.Robin Watts2021-11-151-0/+5
* Bug 704707: Check x and y bounds in alpha buffer initMichael Vrhel2021-11-111-2/+2
* Bug 704670: Patterns with Alphabits, Transparency, and ClistMichael Vrhel2021-11-091-0/+20
* Add line missed from previous debug-Z@ overnight fix commit.Robin Watts2021-11-091-2/+0
* Fix SEGVs seen in debug-Z@ overnight tests.Robin Watts2021-11-082-3/+12
* Bug 704701: Fix halftone problems with landscape data.Robin Watts2021-11-081-0/+2
* Bug 704701: Split clist handling of screen_phase and tile_phase.Robin Watts2021-11-085-54/+114
* Bug 699209: Continued. Attempt to fix issue seen with C303.BINRobin Watts2021-11-051-11/+21
* Bug 704693: Fix bad line_ptrs/planar_height in strip_copy_rop2 call.Robin Watts2021-11-051-2/+2
* Runtime safety of non threadsafe devices and rework globals.Robin Watts2021-11-0541-413/+512
* New nmake versions for Windows XP build.Robin Watts2021-11-031-0/+4
* Add some explanatory text for gs_lib_ctx/gs_lib_ctx_core etc.Robin Watts2021-11-031-0/+21
* Only select cmap table for newly create Freetype fontsChris Liddell2021-11-021-43/+44
* 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