summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-21Update for release 0.2.40.2.4Carlos Garcia Campos2-2/+17
2010-02-21Fix compile warningCarlos Garcia Campos1-1/+1
2010-02-21Use AM_SILENT_RULES when availableCarlos Garcia Campos2-5/+7
2010-02-21Use spectre_gs_process() instead of spectre_gs_send_page() in pdf exporterCarlos Garcia Campos1-3/+40
2010-02-21Make spectre_gs_process() public so that it can be used by exportersCarlos Garcia Campos2-1/+7
2010-02-21Ignore page order parameter of %%Pages if there's a %%PageOrder commentCarlos Garcia Campos1-3/+0
2010-02-03Add -no-undefined to LDFLAGS for building w32 dllHib Eris1-1/+1
2010-02-03Use _vscprintf instead of vsnprintf when availableHib Eris2-1/+9
2009-12-11Skip documents in the Prolog like Resource-FontCarlos Garcia Campos1-0/+14
2009-10-19fix some warnings of sscanf scanning signed but ending up in unsignedAlbert Astals Cid1-5/+5
2009-10-19commit some more warning flagsAlbert Astals Cid1-1/+1
2009-10-18Update for release 0.2.30.2.3Carlos Garcia Campos2-2/+29
2009-10-18Use git tag instead of deprecated git-tagCarlos Garcia Campos1-1/+1
2009-10-10Remove internal copy of ghostscript headersCarlos Garcia Campos6-726/+0
2009-10-10Bump gs requirement to 8.62Carlos Garcia Campos1-1/+1
2009-10-10[psgetpagebbox] return true if any of the coords are != 0 instead of all of themCarlos Garcia Campos1-1/+1
2009-09-11Add missing first argument in exporter pdfCarlos Garcia Campos1-2/+3
2009-09-06Revert "Skip nested documents that don't have BeginDocument and EndDocument b...Carlos Garcia Campos1-17/+0
2009-06-16Run ghostscript always with -dSAFER optionCarlos Garcia Campos1-1/+1
2009-04-21Fix documents with PJL commands before the initial DSC commentsCarlos Garcia Campos1-1/+40
2009-04-19Make sure document media struct contents are never used uninitializedCarlos Garcia Campos1-26/+31
2009-04-19Improve detection of invalid PS filesCarlos Garcia Campos1-1/+15
2009-03-22Fix error handling of gsapi_run_* functionsCarlos Garcia Campos1-10/+13
2008-11-25Update for release 0.2.20.2.2Carlos Garcia Campos2-2/+16
2008-11-25ps.c: malloc + memset -> callocAlexander Myltsev1-4/+2
2008-11-25spectre-device.c: fix warning.Alexander Myltsev1-1/+2
2008-11-25Parse floats in a locale-independent wayCarlos Garcia Campos1-25/+32
2008-11-25Add _spectre_strtod to spectre utilsCarlos Garcia Campos2-8/+134
2008-11-25ps.c: extract the scan_boundingbox function.Alexander Myltsev1-126/+41
2008-11-24Only translate when the page box is the bounding boxCarlos Garcia Campos1-27/+26
2008-11-24Add a (private) function to get the BoundingBox of a pageCarlos Garcia Campos2-20/+49
2008-10-28Ensure row-alignment match pixman's requirmentsChris Wilson1-0/+1
2008-08-10Update for release 0.2.10.2.1Carlos Garcia Campos2-2/+27
2008-08-09Fix a signed/unsigned comparison warning.Carlos Garcia Campos1-3/+3
2008-08-09Set document status to LOAD_ERROR when an invalid file is given.Carlos Garcia Campos1-0/+8
2008-08-07Do not include config.h if HAVE_CONFIG_H is not definedCarlos Garcia Campos1-0/+2
2008-08-07Make spectre_strdup_vprintf compatible with platforms where vasprintf is not ...Carlos Garcia Campos3-3/+122
2008-08-07Implement _spectre_get_pid for win32ecyrbe1-2/+6
2008-08-06Add 'b' to the mode string in fopen for win32 compatibility.ecyrbe4-7/+7
2008-08-05Support DOS EPS files in order to ignore the preview stuffCarlos Garcia Campos2-29/+153
2008-07-13Fix bytes order on big endianBenjamin Jacobs2-1/+7
2008-06-19Fix documents that have Special as PageOrderCarlos Garcia Campos1-2/+17
2008-06-19Work around in the parser for some buggy mozilla generated documentsCarlos Garcia Campos1-0/+13
2008-06-19Add a new test program to test and debug the PostScript parserCarlos Garcia Campos2-1/+88
2008-06-19Mark the media table constantDiego 'Flameeyes' Pettenò2-3/+4
2008-06-16Take into account the document page order when getting a page by its indexCarlos Garcia Campos1-2/+7
2008-03-22Do not consider PS-AdobeFont comments as begining of a nested documentCarlos Garcia Campos1-1/+1
2008-03-01ignore spectre-version.hAlbert Astals Cid1-0/+1
2008-02-03Fix more compile warnings.Carlos Garcia Campos1-19/+18
2008-02-03Mark spectre_device structure constant.Diego 'Flameeyes' Pettenò1-2/+2