summaryrefslogtreecommitdiff
path: root/gs/src
AgeCommit message (Expand)AuthorFilesLines
2000-02-15Update to Aladdin 6.0 - Files with changes other than license block.Ray Johnston240-4004/+5114
2000-02-15Update to Aladdin 6.0 version - added files.Ray Johnston7-0/+1656
2000-01-19Updated directory definitions for MS Visual C++.Dan Coby2-4/+17
2000-01-09Incorporate the image operator fixes -- ImageType 1 and 3 both hadRay Johnston4-224/+360
2000-01-05(Fix from Peter) Fix to detect potential coordinate overflow in fastHenry Stiles1-5/+14
1999-12-23Fix for unitialized pointer caused SEGV.Ray Johnston1-0/+2
1999-12-14Correct typo in file -- was op_show_contioe_popRay Johnston1-1/+1
1999-12-14Change !if conditionals to be compatible with Watcom make (!ifeq).Ray Johnston1-2/+2
1999-12-13Change to make non-debug the default.Ray Johnston1-6/+6
1999-12-13Fix ImageType 3 for file and procedures. Add new API gs_image_next_planesRay Johnston3-103/+161
1999-12-12changed to explictitly forward the procedure to get the initial matrixHenry Stiles1-0/+1
1999-12-12Imports Aladdin's 596.Henry Stiles965-16961/+11250
1999-11-29comparing a float and double resulted in incorrect handling of dots (0Henry Stiles1-1/+1
1999-10-28Make definition of C_ conditional to allow upper make to define it.Ray Johnston1-1/+4
1999-10-28Change default sub-directories to 'obj' instead of 'debugobj'.Ray Johnston1-3/+3
1999-10-28Copy default space_params BEFORE going to the device for alterations.Ray Johnston1-1/+1
1999-10-28Fix problem with buffer device being destroyed too soon.Ray Johnston1-1/+1
1999-10-26Make gsnogc.dev for use by async.dev and PCL parser -- avoids linkerRay Johnston1-2/+7
1999-10-08Fix for uninitialized client color when gathering 'color_used' info.Ray Johnston1-1/+4
1999-10-07Fix for SEGV caused by using bbox device instead of the target device.Ray Johnston1-1/+1
1999-10-05device's memory was not properly initialized inHenry Stiles1-1/+1
1999-10-03This file was accidentally created during the integration process.Henry Stiles1-94/+0
1999-10-03This is the first gs593 integration it is *NOT* a release. NormallyHenry Stiles417-11519/+20575
1999-10-01Fix clist_change_tile so that it propagates errors from 'cmd_put_tile_index'Ray Johnston1-4/+4
1999-10-01Fix for error code propagation upward from 'cmd_set_drawing_color' thatRay Johnston1-7/+6
1999-09-26Fix gs_makepixmappattern to set the color space for the saved gstateRay Johnston1-2/+9
1999-06-16rc fix from gs5.87 (peter).Henry Stiles1-5/+11
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 Stiles631-21903/+40773
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-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-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