summaryrefslogtreecommitdiff
path: root/xps/xpsttf.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Move xps/ sources away from gs_sprintf to gs_snprintfChris Liddell2022-02-161-2/+2
* Fix for Coverity ID: 372304Chris Liddell2021-08-131-1/+3
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* XPS interpreter - address a valgrind problemKen Sharp2019-02-021-2/+14
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Bug 698044: restrict font name length to the buffer size.Chris Liddell2017-06-141-1/+1
* Bug 698042: xps: fix glyph index and index bounds check.Chris Liddell2017-06-141-3/+7
* XPS interpreter - add a reverse GID lookup for the benefit of pdfwriteKen Sharp2017-02-071-10/+13
* Make gs_imager_state == gs_state.Chris Liddell2016-06-061-1/+1
* pdfwrite - ToUnicode revampKen Sharp2016-05-261-3/+6
* Remove gs_no_glyph, gs_min_cid_glyph and gs_max_glyphChris Liddell2016-05-201-1/+1
* Coverity ID 102187 (again) - remove 2 more tests of unsigned variables > 0Ken Sharp2016-05-091-2/+2
* Coverity ID 102188 - remove redundant check if unsigned variable < 0Ken Sharp2016-05-041-1/+1
* Coverity ID 102187 - remove a redundant check of unsigned variable < 0Ken Sharp2016-05-041-1/+1
* Bug 693843: Add a gs_sprintf() function, and supporting codeChris Liddell2013-05-071-1/+1
* Extend/modify FAPI for use by PDLs other than PS/PDF.Chris Liddell2012-11-131-2/+8
* Introduce GS_THREADSAFE define and modify printing calls.Robin Watts2012-09-181-2/+2
* Update copyright "headers".Chris Liddell2012-06-131-6/+9
* Fix XPS and PCL interpreters : Change to decode_glyph routineKen Sharp2011-04-081-1/+1
* Increase buffer size so that xps_true_callback_glyph_name can't cause a buffe...Tor Andersson2010-11-251-2/+2
* Whitespace and indentation fixes.Tor Andersson2010-06-221-7/+6
* Add error propagation where it is missing, and remove error returns where the...Tor Andersson2010-06-221-2/+3
* Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson2010-04-221-1/+0
* Update GhostXPS copyright blobs for year 2010.Tor Andersson2010-04-201-1/+1
* Reformat GhostXPS source to use 4 spaces for indentation rather than a mix of...Tor Andersson2010-04-201-147/+147
* Enable dropout prevention for Truetype fonts in XPS.Tor Andersson2010-02-161-0/+9
* Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson2009-10-291-19/+18
* Correct format string type mismatches in some debugging statements.Ralph Giles2009-10-231-3/+3
* Add copyright and description banners to the xps and svg code.Ralph Giles2008-08-211-1/+16
* Workaround missing post table data by inventing glyph names.Tor Andersson2007-11-141-9/+14
* Constant vigilance! Never trust a default.Tor Andersson2007-11-131-2/+18
* Parse name table for font name. Use same type42 callbacks as PCL.Tor Andersson2007-10-241-16/+21
* For help in tracking down bug 689483: Initialize font->is_cached. Set the enc...Tor Andersson2007-10-121-2/+3
* Add bounds check for accessing font file data.Tor Andersson2007-10-111-1/+5
* Remove a lot of debugging/progress/printf noise.Tor Andersson2007-10-031-12/+14
* Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles2007-09-251-7/+7
* Suppress error message for post table format 3.0 which is used a lot in OpenT...Tor Andersson2007-09-241-5/+9
* Implemented xps_true_callback_glyph_name using pcl font code so that pdfwrite...Tor Andersson2007-09-241-3/+171
* Use colorspaces in all color code. Colorspace loading is stubbed to use devic...Tor Andersson2007-09-051-1/+2
* Removing many debug messages. Fix a buffer overflow and some uninitialized re...Tor Andersson2007-05-141-3/+1
* Matrix voodoo.Tor Andersson2007-04-161-0/+3
* Imported font code from gslite.Tor Andersson2007-03-071-0/+177