summaryrefslogtreecommitdiff
path: root/gs/base
Commit message (Expand)AuthorAgeFilesLines
* Commit of build_consolidation branchChris Liddell2015-07-20826-329939/+0
* Update TrueType font copying code to handle OpenType 1.7 OS/2 tablesKen Sharp2015-07-131-1/+4
* graphics library and interpreter changes to allow us to subclass theKen Sharp2015-07-113-6/+29
* Makefile: Add ZI_ macro for zlib includeChris Liddell2015-07-101-2/+3
* Initialise a variable to silence scan-build (it can't actually be used uninit...Ken Sharp2015-07-101-1/+1
* Coverity IDs 101838 and 101840Ken Sharp2015-07-101-2/+5
* Coverity ID 101842, checking 'dev' and 'child' before dereferencingKen Sharp2015-07-101-8/+19
* Coverity IDs 101844, 101843, 101839Ken Sharp2015-07-101-4/+4
* Addition of device 'subclassing'Ken Sharp2015-07-0938-108/+3904
* Bug 696041: sanity check for memory allocation.Chris Liddell2015-07-071-1/+1
* Bug 695475: use gs_snprintf in font serializingChris Liddell2015-07-035-170/+180
* Remove last vestige of TurboC buildChris Liddell2015-07-021-5/+0
* Replace strtok()Chris Liddell2015-07-026-27/+114
* Replace trio for sprintfChris Liddell2015-07-029-141/+1489
* A little better documentation for "MarginsHWResolution".Henry Stiles2015-07-021-1/+3
* Coverity ID #95048: Use of 'f' file pointer after freed by freopen.Ray Johnston2015-06-301-2/+2
* Coverity ID #95083: Uninitialized variable 'code' used if color is not pureRay Johnston2015-06-291-1/+1
* Quash some compiler warnings.Chris Liddell2015-06-231-3/+1
* Coverity #94836: remove dead code.Chris Liddell2015-06-231-5/+0
* Coverity ID #94816: initialise pointer to NULL.Chris Liddell2015-06-231-0/+1
* Coverity ID# 94753: clean up error handling.Chris Liddell2015-06-231-5/+6
* Coverity: ID #94572: NULL pointer dereferenceChris Liddell2015-06-231-1/+4
* Coverity ID #94675, #94731, #94772, #94800Chris Liddell2015-06-231-14/+7
* Coverity: don't ignore error return.Chris Liddell2015-06-191-1/+6
* Coverity: change parameter from explicit array to ptr.Chris Liddell2015-06-191-1/+1
* Spotted by Coverity, fix parentheses for checking file is writeableKen Sharp2015-06-191-1/+1
* Bug 695234: Fix valgrind warnings with fuzzed file.Robin Watts2015-06-161-0/+5
* Bug 695348: Proper fix for avoiding SEGV in interpolated scalar.Robin Watts2015-06-161-0/+15
* Revert "Bug 695348: Avoid SEGV in interpolated scaler."Robin Watts2015-06-152-16/+0
* Bug 695348: Avoid SEGV in interpolated scaler.Robin Watts2015-06-152-0/+16
* Bug 695954: Add gp_stat function.Robin Watts2015-06-128-1/+52
* Use an enum for error codes common to all modulesChris Liddell2015-06-101-46/+51
* Bug 695810: improve/expand tests for memory alignmentChris Liddell2015-06-101-5/+2
* Consolidate almost all error codes into the graphics libraryChris Liddell2015-06-072-2/+62
* MSVC: Ensure that language switch still build on windows.Robin Watts2015-06-051-2/+5
* Disable fast threhsold halftoning because it doesn't match HT tiling.Ray Johnston2015-05-251-1/+1
* Fix compiler warning unsigned/signed comparisonChris Liddell2015-05-201-2/+2
* Fix some compiler warnings. Thanks to Robin for spotting these.Ray Johnston2015-05-193-16/+19
* Add in some error checking during ICC profile creation.Michael Vrhel2015-05-192-0/+10
* Update zlib to 1.2.8.Chris Liddell2015-05-131-1/+1
* Rename md5.c/h to gsmd5.c/h to avoid clashes.Chris Liddell2015-05-128-14/+17
* Update freetype to 2.5.5 and tweak our makefile for itChris Liddell2015-05-121-6/+67
* Non-Isolated transparency groups should ignore CS entryMichael Vrhel2015-05-111-1/+3
* Bug 695972: always use a square scaling for glyphsChris Liddell2015-05-041-149/+31
* Use the Windows "QueryPerformanceCounter" high res timer for usertime.Ray Johnston2015-04-221-2/+16
* Remove a now superfluous assignment to NULL.Chris Liddell2015-04-211-1/+0
* Bug 695952: avoid double free of mask_stack.Chris Liddell2015-04-211-7/+8
* Bug 695934: Fix a typo in Type 1 font bounds checking.Chris Liddell2015-04-181-1/+1
* Fix for bug 695916. Simulated overprint blending of spots colors issueMichael Vrhel2015-04-127-113/+31
* Fix Bug 695904, Transparency with non-identity transfer functions.Ray Johnston2015-04-101-60/+25