summaryrefslogtreecommitdiff
path: root/gs/Resource/Init
Commit message (Expand)AuthorAgeFilesLines
* PS interpreter, vector devices and pdfwrite - remove setdash limit of 11Ken Sharp2014-03-071-1/+0
* pdfwrite - do not apply the 'Default*' colour spacesKen Sharp2014-03-041-0/+4
* Bug 694832: add an explicit flag for TTF notdefChris Liddell2014-03-041-12/+8
* ps2write - add a feature to customise the output for specific devicesKen Sharp2014-02-261-0/+2
* Bug 695031: don't assume we can read a font fileChris Liddell2014-02-121-6/+14
* PS interpreter - Fix rotation problem with EPSFitPageKen Sharp2014-02-101-2/+6
* PDF interpreter - disable Comment parsing for PDF filesKen Sharp2014-02-011-0/+2
* PDF interpreter - add -dUseBleedBox to complete the quartet of BoxesKen Sharp2014-01-311-0/+5
* PDF interpreter - attempt to recover from degenerate text matrix or CTMKen Sharp2014-01-281-2/+11
* PDF interpreter - Don't set UseCIEColor unless actually required.Ken Sharp2014-01-171-1/+42
* Only issue the "unbalanced q/Q" warning once per page.Chris Liddell2013-12-192-4/+44
* Bug 694832: refine when to elide the TTF notdef glyphChris Liddell2013-12-171-2/+10
* Bug 694836: remove erroring CIDFont subsitute recordChris Liddell2013-12-112-3/+13
* A better fix for the previous -dEPSFitPage.Ray Johnston2013-12-071-24/+20
* Fix EPSFitPage (related to bug 694829.Ray Johnston2013-12-072-18/+31
* pdfwrite - ignore annotation /AP where the appearance is not a streamKen Sharp2013-11-271-10/+15
* PDF interpreter - more heuristics to work around broken PDF filesKen Sharp2013-11-131-3/+34
* Avoid warning for missing (not required) encoding for PDFsChris Liddell2013-10-301-2/+3
* Bug 694734: handle Type 0 font in annotationChris Liddell2013-10-231-1/+14
* PDF interpreter - update to BPC change for JPEG2000Ken Sharp2013-09-271-8/+30
* PDF interpreter - treat invalid BPC of 128 in JPEG2000 files as 8Ken Sharp2013-09-271-0/+5
* pdfwrite - add support for form preservation from PostScriptKen Sharp2013-09-263-2/+37
* Bug 694575: workaround for filenameforall in regression testsChris Liddell2013-09-261-0/+19
* Add in pdf14 abort compositor actionMichael Vrhel2013-09-201-2/+2
* PDF interpreter - remove the 2D array of objects for large (>64k) objectsKen Sharp2013-09-123-116/+59
* PDF interpreter - process GoToR actions into pdfmarks for pdfwriteunknown2013-09-071-8/+36
* PS Interpreter - don't interpolate imagemask data for high level devicesKen Sharp2013-09-031-1/+9
* PDF interpreter - synthesize appearance for multiline text widgetsKen Sharp2013-08-302-8/+98
* PostScript interpreter - make setpagedevice and EndPage work more like AdobeKen Sharp2013-08-271-5/+14
* PDF interpreter - clamp invalid numbers to 0 in Shading CoordsKen Sharp2013-08-271-0/+14
* Bump version numberChris Liddell2013-08-261-1/+1
* Fix -dUseCIEColor (part of the whole VM allocation problem)Ken Sharp2013-08-242-7/+15
* More work related to VM mode, setpagdevice and startup conditionsKen Sharp2013-08-231-2/+16
* PS Interpreter - yet more meddling with VM allocation and setpagedeviceKen Sharp2013-08-162-3/+28
* Bump version number.Chris Liddell2013-08-151-1/+1
* PS Interpreter - populate the /OutputDevice resourceKen Sharp2013-08-142-1/+38
* Fix bug 694455. Incorrect CTM when rendering SMasks.Ray Johnston2013-08-091-0/+7
* PDF Interpreter - undo commit 946f63b5748a5a19c369a1d42e653c69cd57075eKen Sharp2013-08-091-10/+0
* PDF interpreter and pdfwrite - better handling of Outlines and DestsKen Sharp2013-08-091-16/+33
* PDF Interpreter - update to 073f460af5bb37edb1849c5d6235048598100437Ken Sharp2013-08-081-4/+4
* PDF interpreter - improve handling of pdfmarks when we have multiple input filesKen Sharp2013-08-071-5/+7
* PDF interpreter - increased checking of Outlines, to avoid errorsKen Sharp2013-08-051-2/+7
* PDF interpreter run .reusablestreamdecode in 'stopped' to handle errorsKen Sharp2013-08-051-2/+2
* Improve use of stopped to guard against PDF interpreter exitKen Sharp2013-08-021-2/+13
* run PDF files totally in a stopped context to prevent interpreter exit on errorKen Sharp2013-08-021-2/+2
* add extra error checking of the Trailer dictionaryKen Sharp2013-08-022-65/+84
* Attempt to handle broken object definitions (garbage on stack)Ken Sharp2013-08-021-10/+12
* PDF interpreter - remove lower limit on PDF files, improve broken file handlingKen Sharp2013-07-312-37/+39
* Bump version for pending release.Chris Liddell2013-07-311-1/+1
* PDF interpreter - set colour nad space at the time the relevant operators exe...Ken Sharp2013-07-122-4/+28