summaryrefslogtreecommitdiff
path: root/gs/src/gdevxini.c
AgeCommit message (Collapse)AuthorFilesLines
2000-12-15Fixes bug introduced in gdevxini.c revision 1.5.Russell Lang1-1/+3
Don't overwrite the pixmap handle provided in the GHOSTVIEW environment variable. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@1068 a1074d23-0009-0410-80fe-cf8c14f379e6
2000-09-19Updates the license notices to reflect the name change from AladdinL Peter Deutsch1-16/+16
Ghostscript to AFPL Ghostscript, as well as some internal references to the program name. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@729 a1074d23-0009-0410-80fe-cf8c14f379e6
2000-08-19In the X Windows driver, changes XFlush() to XSync(False) so that updatesL Peter Deutsch1-1/+1
will actually complete before the command prompt appears. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@648 a1074d23-0009-0410-80fe-cf8c14f379e6
2000-07-06Implements finish_copydevice for X windows, to allow copying instances asL Peter Deutsch1-8/+37
well as the prototype. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@574 a1074d23-0009-0410-80fe-cf8c14f379e6
2000-06-12Adds some code contributed by Leon Bottou <leonb@research.att.com> thatL Peter Deutsch1-3/+17
makes the X driver prefer TrueColor visuals. We aren't sure of the ramifications of this.... git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@505 a1074d23-0009-0410-80fe-cf8c14f379e6
2000-06-12Fix: Finishes fixing the handling of MaxBitmap in the X driver.L Peter Deutsch1-33/+40
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@503 a1074d23-0009-0410-80fe-cf8c14f379e6
2000-06-12Fix: In the X driver, resetting MaxBitmap didn't have the proper effect, andL Peter Deutsch1-3/+4
could cause a crash. (This is probably only a partial fix.) git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@502 a1074d23-0009-0410-80fe-cf8c14f379e6
2000-03-18Fix: In the X driver, the full-page buffer controlled by -dMaxBitmap= wasn'tL Peter Deutsch1-1/+5
allocated with a stable allocator, possibly leading to memory access errors if save/restore were used. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@95 a1074d23-0009-0410-80fe-cf8c14f379e6
2000-03-10Fix: When operating in buffered mode (MaxBitmap > 0), the X driver sometimesL Peter Deutsch1-3/+5
failed to copy all of the updated area to the screen. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@42 a1074d23-0009-0410-80fe-cf8c14f379e6
2000-03-09Populate repository with gs 6.0 files.ghostscript-6.0L Peter Deutsch1-3/+15
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@2 a1074d23-0009-0410-80fe-cf8c14f379e6
2000-02-15Update to Aladdin 6.0 - Only license block formatting changed.Ray Johnston1-2/+3
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1089 06663e23-700e-0410-b217-a244a6096597
1999-12-12Imports Aladdin's 596.Henry Stiles1-16/+3
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1040 06663e23-700e-0410-b217-a244a6096597
1999-10-03This is the first gs593 integration it is *NOT* a release. NormallyHenry Stiles1-21/+309
each file is checked in with an associated log entry, in order to check in all of the code simultaneously we batch all of the file name's modified and change descriptions here (Note: Aladdin code changes are documented in gs/doc/News.htm) - pcstate.h - removes show enumeration from pcl state. - pctop.c, pxtop.c - gs_grestore_no_wraparound()'s is now gs_grestore_only(). - pxgstate.c - ENUM_RETURN_CONST_STRING_PTR() now takes a gs string argument instead of the string's data as it did previously. - plmain.c - - The library no longer initializes io devices. Adds gs_iodev_init() to main() procedure. Also, gs_c_param_list_rewrite() is renamed to gs_c_param_list_write_more(). - pcltop.mak - adds pipe.dev for operating system pipe support. - pctext.c, pglabel.c, pxfont.c, plfont.c - extensive modifications to support the text api (gstext.h) - use gs_text_enum_t instead of gs_show_enum. - removes enumeration allocation, this is now done by the text "begin" functions. - update "next_char" procs and "encode char" procs to take a glyph argument and the character argument is now passed by value (pcl nor xl make use of the glyph argument). - char_path_n_init() replaced with gs_charpath_begin(). - gs_show_n_init() replaced with gs_show_begin(). - gs_show_next() is now handled by gs_process_text(). - gs_release_text() added. - gs_xyshow_n_init() replace with gs_xyshow_begin(). Passing of x and y coordinates modified to support the new interface. Unfortunately, we need to transform the coordinates into the space of the font scaling matrix, that is the current ctm for xl when the the text is processed. This differs from postscript which appears to have the regular user->device matrix in the graphics state during processing. - (plfont.c) - gs_notify_init() is now part of the pfont initialization procedure, related TODO: cut over to gs_font_alloc() and gs_font_base_alloc(). - all gs files - removes uninitialized rcs identifiers. KNOWN PROBLEMS: occassional pxl and pcl crashes in gdev_mem_set_line_ptrs() when running in color due to null base (data) pointer. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@985 06663e23-700e-0410-b217-a244a6096597
1999-05-24initial gs5.84 checkin with pcl and xl compiling.Henry Stiles1-411/+37
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@857 06663e23-700e-0410-b217-a244a6096597
1998-11-03performance enhancements from 5.6[12]Henry Stiles1-3/+12
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@504 06663e23-700e-0410-b217-a244a6096597
1998-08-22filters out the id string.Henry Stiles1-1/+1
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@321 06663e23-700e-0410-b217-a244a6096597
1998-08-19gs 5.34 checkin.Henry Stiles1-1/+1
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@318 06663e23-700e-0410-b217-a244a6096597
1998-08-08This commit was generated by cvs2svn to compensate for changes in r279,Henry Stiles1-3/+17
which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@280 06663e23-700e-0410-b217-a244a6096597
1998-07-28This commit was generated by cvs2svn to compensate for changes in r257,Henry Stiles1-243/+254
which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@258 06663e23-700e-0410-b217-a244a6096597
1998-07-26Initial revisionHenry Stiles1-0/+1001
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@246 06663e23-700e-0410-b217-a244a6096597