summaryrefslogtreecommitdiff
path: root/gs/src/iapi.h
AgeCommit message (Expand)AuthorFilesLines
2004-08-19Changed iapi to use a void* instead of a gs_main_instance pointer.Stefan Kemper1-30/+26
2003-09-03Rename the client header errors.h to ierrors.h. This is more consistentRalph Giles1-1/+1
2003-08-30Add 'extern "C"' protection to iapi.h for inclusion in C++ clients. ClosesRalph Giles1-0/+8
2003-07-08Don't redefine _Windows, since msvctail.mak passes it on the command line. Fi...Ralph Giles1-1/+3
2003-07-04Apparently Metrowerks CodeWarrior defines _WINDOWS_ instead of the normal __W...Ralph Giles1-1/+1
2003-04-17Call the gsapi polling function during the main interpreter loopRussell Lang1-0/+3
2003-01-25Universally prefer the __MACOS__ platform predefined symbol used by recentRalph Giles1-2/+2
2002-06-16Removes all uses of the now-deprecated Pn macros from PostScript interpreterL Peter Deutsch1-74/+44
2002-02-26Implementing Visual Trace service to graphics library,Igor Melichev1-0/+18
2002-02-21Reverts to marking files with the single Id cvs tag instead of theRalph Giles1-1/+1
2002-02-21Update banner to the new format common to all releases (AFPL, GPL andRay Johnston1-13/+11
2001-04-06Removed unecessary include of Macintosh QDOffscreen.h headerBernd Heller1-1/+0
2001-03-13Implement new Ghostscript interpreter API for DLL or shared object.Russell Lang1-0/+309