summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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