summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-09Make libspectre require libgs >= 8.61Carlos Garcia Campos1-0/+28
2007-12-09Merge branch 'master' of ssh://aacid@git.freedesktop.org/git/libspectreAlbert Astals Cid6-1/+47
2007-12-09Update TODOCarlos Garcia Campos1-1/+2
2007-12-09Add macros to allow getting information about libspectre version from clientsCarlos Garcia Campos5-1/+46
2007-12-09Merge branch 'master' of ssh://aacid@git.freedesktop.org/git/libspectreAlbert Astals Cid2-2/+45
2007-12-09Add .gitignore filesAlbert Astals Cid3-0/+27
2007-12-09Add libtool versioning stuff to configure.acCarlos Garcia Campos2-2/+45
2007-12-09Add .gitignore filesAlbert Astals Cid3-0/+27
2007-12-09Merge branch 'master' of ssh://aacid@git.freedesktop.org/git/libspectreAlbert Astals Cid4-5/+22
2007-12-09Fix memory leakCarlos Garcia Campos1-1/+1
2007-12-08Fix SpectreOrientation enum items orderCarlos Garcia Campos1-3/+3
2007-12-08Skip nested documents that don't have BeginDocument and EndDocument but have ...Carlos Garcia Campos1-0/+17
2007-12-08Add library version infoAlbert Astals Cid1-1/+1
2007-12-08Typo--Albert Astals Cid1-1/+1
2007-12-08Handle ghostscript stdoutCarlos Garcia Campos1-1/+14
2007-12-07Add assert and check functionsCarlos Garcia Campos10-36/+316
2007-11-26Revert a change committed by mistakeCarlos Garcia Campos1-1/+2
2007-11-26Add a Makefile.am to ghostscript dir in order to make it distribuibleCarlos Garcia Campos7-5/+12
2007-11-26Add -sDEVICE=display to spectre device arguments listCarlos Garcia Campos1-11/+12
2007-11-12Do not translate twice when document BBox == PageBBoxCarlos Garcia Campos1-6/+23
2007-11-12Apply debian patch 299447and433898-nested-epsCarlos Garcia Campos1-4/+13
2007-11-12Fix a crash when trying to get the page label in non structured documentsCarlos Garcia Campos1-1/+1
2007-11-08Add spectre_document_get_by_labelCarlos Garcia Campos3-1/+46
2007-11-08Add spectre_page_get_labelCarlos Garcia Campos3-2/+15
2007-11-08malloc needs #include <stdlib.h>Carlos Garcia Campos1-0/+1
2007-11-07Pass BBox coords to spectre_gs_process when sending page contents to gsCarlos Garcia Campos1-1/+1
2007-11-06Fix a crash in test when exporter failsCarlos Garcia Campos1-1/+1
2007-11-06Add spectre_document_save_to_pdfCarlos Garcia Campos3-2/+77
2007-11-06Handle errors in spectre_exporter_ps_beginCarlos Garcia Campos1-1/+9
2007-11-06Add spectre_document_saveCarlos Garcia Campos8-5/+93
2007-11-05Add lots of warning flags for gcc and compatible compilers. Fix some compile ...Carlos Garcia Campos4-17/+86
2007-11-05Add our own implementation of strdup, strncasecmp and strcasecmp since they a...Carlos Garcia Campos2-0/+66
2007-11-05Update COPYING and FSF addressAlbert Astals Cid24-39/+38
2007-11-04Add SpectreExporter to export to PS and PDFCarlos Garcia Campos16-193/+877
2007-11-04First step for documenting the public apiAlbert Astals Cid6-12/+200
2007-11-04Add spectre_document_get_forAlbert Astals Cid5-0/+18
2007-11-03Add spectre_document_get_creation_dateCarlos Garcia Campos3-1/+15
2007-11-03Add spectre_document_get_formatCarlos Garcia Campos5-5/+27
2007-11-03Add tests for is_eps and get_language_levelCarlos Garcia Campos1-9/+18
2007-11-03Init ghostscript_instance to NULL as libgs checks its valueAlbert Astals Cid1-1/+1
2007-11-03Added spectre_document_get_language_levelAlbert Astals Cid4-13/+29
2007-11-03Add spectre_document_is_epsAlbert Astals Cid2-0/+12
2007-11-02Calculate scale factor when not providedCarlos Garcia Campos1-14/+25
2007-11-02Fix a crash when rendering rotated. Add rotation test.Carlos Garcia Campos2-21/+84
2007-11-02Ignore update calls after pageAlbert Astals Cid1-1/+3
2007-11-02Fix crashes on documents that never call pageAlbert Astals Cid1-3/+25
2007-11-01Fix orientation issues, gs expects orientation not rotation.Carlos Garcia Campos4-25/+61
2007-11-01Add libs and cflags to libspectre.pc fileCarlos Garcia Campos1-0/+3
2007-11-01Fix a typo in Makefile.amCarlos Garcia Campos1-1/+1
2007-11-01Continue parsing files which don't have %PS instead of returning inmediatelyCarlos Garcia Campos1-3/+0