summaryrefslogtreecommitdiff
path: root/libspectre/ps.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-30Fix a crash with documents containing an invalid %%Pages: commentCarlos Garcia Campos1-0/+2
2010-06-01Fix rendering of files with doseps header and EOF comment missingCarlos Garcia Campos1-1/+8
2010-02-21Ignore page order parameter of %%Pages if there's a %%PageOrder commentCarlos Garcia Campos1-3/+0
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-10[psgetpagebbox] return true if any of the coords are != 0 instead of all of themCarlos Garcia Campos1-1/+1
2009-09-06Revert "Skip nested documents that don't have BeginDocument and EndDocument b...Carlos Garcia Campos1-17/+0
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
2008-11-25ps.c: malloc + memset -> callocAlexander Myltsev1-4/+2
2008-11-25Parse floats in a locale-independent wayCarlos Garcia Campos1-25/+32
2008-11-25ps.c: extract the scan_boundingbox function.Alexander Myltsev1-126/+41
2008-11-24Add a (private) function to get the BoundingBox of a pageCarlos Garcia Campos1-20/+38
2008-08-09Fix a signed/unsigned comparison warning.Carlos Garcia Campos1-3/+3
2008-08-06Add 'b' to the mode string in fopen for win32 compatibility.ecyrbe1-2/+2
2008-08-05Support DOS EPS files in order to ignore the preview stuffCarlos Garcia Campos1-29/+137
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ò1-1/+1
2008-03-22Do not consider PS-AdobeFont comments as begining of a nested documentCarlos Garcia Campos1-1/+1
2008-02-03Fix more compile warnings.Carlos Garcia Campos1-19/+18
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
2007-12-08Skip nested documents that don't have BeginDocument and EndDocument but have ...Carlos Garcia Campos1-0/+17
2007-12-07Add assert and check functionsCarlos Garcia Campos1-3/+2
2007-11-12Apply debian patch 299447and433898-nested-epsCarlos Garcia Campos1-4/+13
2007-11-06Add spectre_document_saveCarlos Garcia Campos1-0/+10
2007-11-05Add lots of warning flags for gcc and compatible compilers. Fix some compile ...Carlos Garcia Campos1-14/+12
2007-11-05Update COPYING and FSF addressAlbert Astals Cid1-2/+2
2007-11-04Add SpectreExporter to export to PS and PDFCarlos Garcia Campos1-0/+80
2007-11-04Add spectre_document_get_forAlbert Astals Cid1-0/+3
2007-11-03Add spectre_document_get_formatCarlos Garcia Campos1-5/+9
2007-11-03Added spectre_document_get_language_levelAlbert Astals Cid1-0/+3
2007-11-01Continue parsing files which don't have %PS instead of returning inmediatelyCarlos Garcia Campos1-3/+0
2007-10-31Init document filename for documents without %PS at the beginningCarlos Garcia Campos1-0/+1
2007-10-31Init document ref_count for documents without %PS at the beginningCarlos Garcia Campos1-0/+1
2007-10-29Add document_get_orientation and page_get_orientationCarlos Garcia Campos1-6/+26
2007-10-29Merge several fixes from evince and macgsview into ps.cCarlos Garcia Campos1-9/+51
2007-10-27Fix memory leakCarlos Garcia Campos1-0/+1
2007-10-27Add reference counter to struct document in ps.[ch]Carlos Garcia Campos1-9/+31
2007-10-27Open and close the file in psscan instead of spectre_document_loadCarlos Garcia Campos1-1/+10
2007-10-27Add first implementation of a libgs based renderAlbert Astals Cid1-0/+2
2007-10-26Add psgetpagebox (taken from Evince) and implement spectre_page_get_sizeCarlos Garcia Campos1-0/+86
2007-10-26Merge ps.c and ps.h taken from GV.Carlos Garcia Campos1-0/+1944