summaryrefslogtreecommitdiff
path: root/libspectre
AgeCommit message (Expand)AuthorFilesLines
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 Eris1-1/+7
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-10Remove internal copy of ghostscript headersCarlos Garcia Campos5-725/+0
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-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-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 Campos2-2/+34
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 Jacobs1-1/+6
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-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
2008-02-03Shut up a couple signed/unsigned comparison warnings.Diego 'Flameeyes' Pettenò1-2/+2
2008-02-03Mark the media table constant.Diego 'Flameeyes' Pettenò1-4/+4
2008-01-12Fix typoAlbert Astals Cid1-2/+2
2008-01-03Fix a typoCarlos Garcia Campos1-1/+1
2008-01-03Add spectre_document_get_page_size instead of returning page size in document...Carlos Garcia Campos2-25/+42
2008-01-02Do not add x, y offset twice in multi-page documentsCarlos Garcia Campos1-2/+10
2008-01-02Cache page sizeCarlos Garcia Campos1-6/+15
2008-01-02Add spectre_document_render and spectre_document_render_fullCarlos Garcia Campos2-0/+95
2007-12-23Change get/set_scale to get/set the scale factor for both X and Y dimensionsCarlos Garcia Campos4-24/+34
2007-12-23Update documentationCarlos Garcia Campos2-1/+16
2007-12-23Add spectre_page_render_slice to render only a rectangle of the page.Carlos Garcia Campos7-43/+89