summaryrefslogtreecommitdiff
path: root/gs
AgeCommit message (Expand)AuthorFilesLines
1999-06-02Initial checkin for multiple language support, shared devices,John Desrosiers5-7/+32
1999-05-28Fix missing 'gdevppla' module when building with bmpa... devices and noRay Johnston1-1/+2
1999-05-25gs5.84 integration. Sets DD and GLD in the msvc library fileHenry Stiles3-2/+6
1999-05-25adds include of version.mak so clients can resolve theHenry Stiles1-0/+4
1999-05-25restores DD setup. Clients do not have a way of setting thisHenry Stiles2-2/+2
1999-05-24initial gs5.84 checkin with pcl and xl compiling.Henry Stiles693-23836/+49200
1999-05-24The last modification was not correct, reverts to previous revision.Henry Stiles1-1/+1
1999-05-24removes gsnogc object from "async_" definition to avoid multiple linkHenry Stiles1-593/+740
1999-05-24gs5.84 integration - uses gx_stroke_add() instead ofHenry Stiles1-69/+101
1999-05-23gs5.84 integration: incorporates new documentation.Henry Stiles18-5456/+10402
1999-05-13Change the way round joins and caps are done to match 5.83.Ray Johnston1-5/+2
1999-05-13Change round joins to match Adobe -- full circle.Ray Johnston1-1/+13
1999-04-21change to use proper color mapping procedure going from cmyk to rgb.Henry Stiles1-3/+2
1999-04-20Added definitions for D_, _D_, and _D (required by zlib).Marcos H. Woehrmann1-0/+5
1999-04-19Add another UPPERCASE macro to allow code to match later 5.8x style.Ray Johnston1-0/+10
1999-04-19Add logic to track the top of 'interior' free space of each chunk andRay Johnston1-73/+100
1999-04-19Add 'int_freed_top' to track when free list consolidation is needed. ThisRay Johnston1-35/+65
1999-04-19Change #define that enables statics used for gathering statistics toRay Johnston1-15/+15
1999-04-16Add UPPERCASE versions of some #define macros for compatibility withRay Johnston1-0/+9
1999-04-15adds a procedure for releasing the bbox and removes near keyword (fromHenry Stiles1-4/+12
1999-04-13Get rid of label "top" to prevent spurious warning.Ray Johnston1-1/+1
1999-04-08moves the origin of the pcl output to properly account for the offsetsHenry Stiles1-3/+6
1999-04-07Remove debug statement inadvertently left in previous version.Ray Johnston1-2/+4
1999-04-07Fix for (probably bogus) file that has undefined Annotation Link DestRay Johnston1-2/+8
1999-04-06Fix (from 5.80) for font substitution for PDF files, problem primarily withRay Johnston1-14/+23
1999-04-06Fixes (from 5.80) for PDF font substitution problems, primarily withRay Johnston1-56/+78
1999-04-02Add a check for parallelograms that are rectangles.Ray Johnston2-24/+27
1999-04-02Add macro to detect parallelograms that are rectangles. Used in clistRay Johnston1-0/+29
1999-04-01Fix from aladdin gs5.67. Images with non-default ImageMatrix weren'tHenry Stiles1-1/+1
1999-04-01Fix "Pointer Type Mismatch" warning.Ray Johnston2-2/+2
1999-04-01Fix clist triangle and paralleogram functions to respect the disable_pathRay Johnston1-0/+18
1999-03-25Add logic to chain lists using 'target' element. Also add 'set_target'Ray Johnston1-5/+26
1999-03-25Add 'target' pointer to param list to chain to another list. Also addRay Johnston1-19/+33
1999-03-24Fix rotation method (again). This now uses a new function that prependsRay Johnston1-73/+138
1999-03-23Fix crash caused by changing width and height after gdev_prn_put_paramsRay Johnston1-13/+50
1999-03-18incorrect format specifier in debug print statement.Henry Stiles1-1/+1
1999-03-16Add conditional forwarding of open and close, controlled by a new functionRay Johnston2-4/+26
1999-03-16Fix for improper handling of the return code from clist_VMerror_recover.Ray Johnston1-2/+2
1999-03-16Fix HANDLE_RECT_UNLESS to prevent a >0 return code from terminating theRay Johnston1-2/+2
1999-03-16Put __WATCOMC__ conditional sections in to allow this module to be used.Ray Johnston1-5/+19
1999-03-16changes to support opaque gx_path.Henry Stiles2-0/+13
1999-03-11Change 'read_put_params' to use new API gs_imager_putdeviceparams ratherRay Johnston1-6/+7
1999-03-11Add API functions gs_imager_putdeviceparams and gs_state_putdeviceparamsRay Johnston1-2/+28
1999-03-11Make "seeing" put_params more reliable, by accessing put_params through theRay Johnston1-18/+35
1999-03-10Change to forward open and close by calling gs_opendevice and gs_closedeviceRay Johnston1-4/+4
1999-03-10Add new 'gs_opendevice' function that is used by bbox.Ray Johnston1-7/+22
1999-03-10Add prototype for new 'gs_opendevice' function that is now used by bbox.Ray Johnston1-1/+2
1999-03-10Add 'bmpacmyk' 4-bit cmyk device that allows viewing with standard tools.Ray Johnston1-20/+178
1999-03-10Fix problem of rangecheck during put_params for call following set ofRay Johnston1-49/+60
1999-03-06positions offset of the logical page correctly.Henry Stiles1-1/+1