summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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-02-03Properly mark automake as foreign.Diego 'Flameeyes' Pettenò1-0/+2
2008-01-12Fix typoAlbert Astals Cid1-2/+2
2008-01-03Update for release 0.2.00.2.0Carlos Garcia Campos2-3/+28
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 Campos3-27/+90
2008-01-02Do not add x, y offset twice in multi-page documentsCarlos Garcia Campos2-3/+10
2008-01-02Cache page sizeCarlos Garcia Campos1-6/+15
2008-01-02Add spectre_document_render and spectre_document_render_fullCarlos Garcia Campos4-1/+131
2007-12-23Change get/set_scale to get/set the scale factor for both X and Y dimensionsCarlos Garcia Campos4-24/+34
2007-12-23Compile test also with all warnings and fix some of them.Carlos Garcia Campos2-3/+4
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 Campos8-43/+187
2007-12-21Update docsCarlos Garcia Campos2-4/+8
2007-12-17We need to increment libspectre version before running make distcheckCarlos Garcia Campos1-18/+18
2007-12-16Update for release 0.1.00.1.0Carlos Garcia Campos2-2/+6
2007-12-16Add scripts and instructions for releasing, based on cairo release systemCarlos Garcia Campos2-5/+219
2007-12-16Write README fileCarlos Garcia Campos2-1/+34
2007-12-15Use Doxyfile.in instead of Doxyfile and update itCarlos Garcia Campos2-13/+20
2007-12-15Doxyfile for giving doxygen on how to generate docuAlbert Astals Cid1-0/+244
2007-12-10dummy commit to see if i got rightsAlbert Astals Cid1-0/+1
2007-12-09Merge branch 'master' of ssh://aacid@git.freedesktop.org/git/libspectreAlbert Astals Cid1-0/+28
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