summaryrefslogtreecommitdiff
path: root/gs/base/lib.mak
AgeCommit message (Expand)AuthorFilesLines
2010-09-08Fix to enable proper mask filling with patterns that have transparency. Majo...Michael Vrhel1-1/+1
2010-08-10Commit to move the ICC profile for the device within the device structure. T...Michael Vrhel1-2/+3
2010-08-02Fix a compiler warning about a missing prototype for free()Alex Cherepanov1-1/+1
2010-07-30Fix for bug 691488.Michael Vrhel1-3/+4
2010-07-30rollback to revision 11564, 11565 broke the buildHenry Stiles1-4/+3
2010-07-30Fix for bug 691488.Michael Vrhel1-3/+4
2010-07-23Commit the correct change for Bug 691427Chris Liddell1-1/+1
2010-07-23Change the gsicc* targets from using GCFLAGS to CFLAGS. This ensure that theChris Liddell1-1/+1
2010-07-01typo that causes linker error if one does not do make clean between buildsHin-Tak Leung1-1/+1
2010-06-29revert back to 11450.Henry Stiles1-18/+6
2010-06-29split lcms code build into arch-specific targets; try to make both windows in...Hin-Tak Leung1-6/+18
2010-06-28Interface with lcms so that the memory allocators make use of ghostscript's a...Michael Vrhel1-1/+1
2010-06-15Rename of a few functions to match documentation, update of gdevwts.c to use ...Michael Vrhel1-1/+1
2010-06-01Rename of gsicccache.c/h to gsicc_cache.c/h and gsiccmanage.c/h to gsicc_man...Michael Vrhel1-33/+33
2010-05-20Merge of trunk into branch through rev 11285Michael Vrhel1-3/+3
2010-05-18Initial commit of code to perform multi-threaded clist rendering with the new...Michael Vrhel1-2/+2
2010-05-17Addition of code to enable proper color handling of soft masks within the ICC...Michael Vrhel1-1/+1
2010-05-05Merge of trunk into branch through rev 11185Michael Vrhel1-0/+18
2010-04-30Merge of trunk into branch through 11159Michael Vrhel1-1/+2
2010-04-30Completion of demo code for named color support. The folder .toolbin/color/n...Michael Vrhel1-1/+1
2010-04-29Initial hooks for handing named colors in the icc work flow. When finished, ...Michael Vrhel1-1/+1
2010-04-28With this commit we now have icc color management for CMYK components when th...Michael Vrhel1-1/+2
2010-04-16Merge of trunk into icc branch through rev 11084Michael Vrhel1-1/+0
2010-04-16This commit should fix most of the differences observed between the branch an...Michael Vrhel1-2/+3
2010-04-07Fix so that the contents of the iccprofiles directory are put in the romfs.Michael Vrhel1-1/+1
2010-04-06Merge trunk into branch through rev 11025Michael Vrhel1-2/+2
2010-04-06Change so that link requests in the imaging code occur during initialization ...Michael Vrhel1-3/+4
2010-03-24Fix for missing header includes in shading code as well as missing releases o...Michael Vrhel1-4/+4
2010-03-19Typo. Missing parenthesis in make file.Michael Vrhel1-1/+1
2010-03-18Fixes for issues with soft mask in icc branch. This approach makes the pdf14...Michael Vrhel1-1/+2
2010-03-02Merge of trunk into branch through rev 10837Michael Vrhel1-2/+7
2010-03-01Rework of profile cache, which is used to cache ICC color spaces that are cre...Michael Vrhel1-1/+1
2010-02-25Fix to allocate icc link cache for clist device when pattern is a clist.Michael Vrhel1-1/+2
2010-02-24Fix for implicit function declaration due to missing include. This was causi...Michael Vrhel1-1/+1
2010-02-24Move of icc_table and link cache into the clist device common members. This ...Michael Vrhel1-1/+1
2010-02-22Support for conversion of DEF(G) PS types to ICC profiles. The appearance of...Michael Vrhel1-1/+1
2010-02-08Change in how the new ICC color space is associated with an existing PS CIE c...Michael Vrhel1-1/+1
2010-02-07Addition of code to fix PS seg faults. These were occurring when links were ...Michael Vrhel1-1/+2
2010-02-04Merge of trunk into branch through rev. 10715Michael Vrhel1-2/+14
2010-01-29Fix of a number of bugs related to converting CIEABC to ICC type. Getting cl...Michael Vrhel1-2/+3
2010-01-28Primary commit of code to create ICC profiles from CIEABC based definitions. ...Michael Vrhel1-1/+1
2009-12-22Remove dependency of gsiccmanage.h on gxclist.hMichael Vrhel1-1/+1
2009-12-22Change in lib.mak so that when compile inits is enabled for any of the langua...Michael Vrhel1-2/+2
2009-12-20Fixes of mistakes made in previous commit with respect to initializing the ic...Michael Vrhel1-1/+2
2009-12-20Merge of trunk into icc_work branch through rev 10532Michael Vrhel1-1/+1
2009-12-18Better error trapping and check for ICC table in patterns that are stored as ...Michael Vrhel1-1/+1
2009-12-03Include GCFLAGS in GLLCMSCC. Fixes a compile error on 64 bit MacOS X.Ralph Giles1-1/+1
2009-12-01Merge of trunk into icc_work branch through rev 10422Michael Vrhel1-1/+2
2009-11-19Support for ICC high level images in clist. There needs to be some optimizat...Michael Vrhel1-1/+2
2009-11-19Fixes for more compiler complaints and missing includes.Michael Vrhel1-2/+4