summaryrefslogtreecommitdiff
path: root/base/gxpcmap.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 695925: Implement overprint simulation for all devicesMichael Vrhel2021-02-051-1/+1
* Fix bug 702559: Patterns + overprint on 16 bit-per-component devicen devices.Ray Johnston2020-07-141-2/+7
* Pass memory to clist_make_accum_device()Nancy Durgin2020-07-011-2/+2
* lgtm.com fixes: Don't define external functions in local scope.Robin Watts2020-05-181-1/+0
* lgtm.com fixes: Avoid narrow mult cast to longer type.Robin Watts2020-05-111-2/+2
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Bug 702151: Avoid truncating pointers in debug code.Robin Watts2020-03-171-2/+2
* Add support for 64bit and size_t paramaters.Robin Watts2020-03-171-13/+11
* Bug 702121: PCL performance degradationRobin Watts2020-02-141-2/+2
* Fix segfaults in transparent patterns with -Z@Chris Liddell2020-01-211-23/+21
* Squashed commit fill-stroke3 branchMichael Vrhel2020-01-111-4/+38
* Make sure blend mode is passed to tile with pdfiMichael Vrhel2019-11-191-4/+6
* Fix crash when RAW_PATTERN_DUMP is enabledMichael Vrhel2019-07-171-7/+8
* Destructors should cope with NULL.Robin Watts2019-07-051-0/+2
* Bug 701284: Fix leak of pdf14device in xps.Robin Watts2019-07-051-1/+1
* Fix debug code to call gp_fopen correctly.Robin Watts2019-06-191-6/+6
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-291-1/+1
* Add check for gs_error_handled for pattern handlingNancy Durgin2019-05-211-0/+2
* Bug 700624: Fix "full" pattern fills with gaps between cells.Robin Watts2019-04-181-2/+21
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Bug 696368: Avoid a garbage collection crash.Robin Watts2019-01-071-0/+1
* Fix missing images due to transform_pixel_region and pattern_accumulator.Robin Watts2018-11-081-1/+4
* Fix pattern clist data being freed with wrong memory_t.Robin Watts2018-11-061-2/+2
* Increase the data_size for pattern-clist to 128k (from 32K).Ray Johnston2018-05-111-1/+1
* Bug 697545 : Fix memory leak in gx_pattern_load.Shailesh Mistry2018-04-051-0/+14
* Bug 697545 : Update functions to return error codes.Shailesh Mistry2018-03-211-7/+14
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Do not ignore errors from the device's fill_rectangle_hl_color methodKen Sharp2017-11-231-7/+15
* Add some PACIFY_VALGRIND to quash some warnings.Robin Watts2017-11-171-0/+15
* Device method repair - use accessors throughoutKen Sharp2017-11-161-7/+7
* Fix -Z? vs. -Zv output for pattern transparency debug.Ray Johnston2017-11-031-2/+2
* Bug 698391: check base_space pointer before de-referencingChris Liddell2017-08-221-2/+5
* Fix regression from InterpolateControl change that affects pattern-clistRay Johnston2017-07-051-0/+2
* More fixes for tag plane problems.Ray Johnston2017-04-211-1/+0
* Fix a problem with tags not being set in dev_colorRay Johnston2017-04-051-2/+2
* Squash annoying MSVC warning.Robin Watts2016-12-121-1/+1
* Fix debug output for pattern bitmapsMichael Vrhel2016-12-031-6/+6
* Fix bug 697323, Segfault after pattern with transparency.Ray Johnston2016-11-091-9/+12
* Bug 697059 Pattern and Spot ColorMichael Vrhel2016-08-241-9/+15
* Fix clist_dev_spec_op forwarding when the device is pattern-clistRay Johnston2016-06-201-1/+2
* Make gs_imager_state == gs_state.Chris Liddell2016-06-061-46/+45
* Change max_components and num_components in dev.color_info to ucharMichael Vrhel2016-05-091-2/+2
* Coverity IDs 94875, 95076 - explicit cast to avoid integer overflowKen Sharp2016-04-291-2/+2
* Coverity ID 94693 - Fix a return checkKen Sharp2016-04-291-1/+1
* Bug 696609: Fix operation in non 24bpp modes.Robin Watts2016-02-241-2/+4
* Bug696540: Fix pattern accumulator initialisationRobin Watts2016-02-231-0/+6
* Bug 696609: Fix x11alpha regressions.Robin Watts2016-02-231-2/+5
* Avoid another undefined data return case.Robin Watts2016-02-191-5/+1
* Fix possible undefined variable access.Robin Watts2016-02-191-3/+3
* Ensure pattern_accumulator_get_bits returns defined values.Robin Watts2016-02-181-2/+126