index
:
libspectre
master
libspectre is a small library for rendering Postscript documents. (mirrored from https://gitlab.freedesktop.org/libspectre/libspectre)
carlosgc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-21
Update for release 0.2.4
0.2.4
Carlos Garcia Campos
2
-2
/
+17
2010-02-21
Fix compile warning
Carlos Garcia Campos
1
-1
/
+1
2010-02-21
Use AM_SILENT_RULES when available
Carlos Garcia Campos
2
-5
/
+7
2010-02-21
Use spectre_gs_process() instead of spectre_gs_send_page() in pdf exporter
Carlos Garcia Campos
1
-3
/
+40
2010-02-21
Make spectre_gs_process() public so that it can be used by exporters
Carlos Garcia Campos
2
-1
/
+7
2010-02-21
Ignore page order parameter of %%Pages if there's a %%PageOrder comment
Carlos Garcia Campos
1
-3
/
+0
2010-02-03
Add -no-undefined to LDFLAGS for building w32 dll
Hib Eris
1
-1
/
+1
2010-02-03
Use _vscprintf instead of vsnprintf when available
Hib Eris
2
-1
/
+9
2009-12-11
Skip documents in the Prolog like Resource-Font
Carlos Garcia Campos
1
-0
/
+14
2009-10-19
fix some warnings of sscanf scanning signed but ending up in unsigned
Albert Astals Cid
1
-5
/
+5
2009-10-19
commit some more warning flags
Albert Astals Cid
1
-1
/
+1
2009-10-18
Update for release 0.2.3
0.2.3
Carlos Garcia Campos
2
-2
/
+29
2009-10-18
Use git tag instead of deprecated git-tag
Carlos Garcia Campos
1
-1
/
+1
2009-10-10
Remove internal copy of ghostscript headers
Carlos Garcia Campos
6
-726
/
+0
2009-10-10
Bump gs requirement to 8.62
Carlos Garcia Campos
1
-1
/
+1
2009-10-10
[psgetpagebbox] return true if any of the coords are != 0 instead of all of them
Carlos Garcia Campos
1
-1
/
+1
2009-09-11
Add missing first argument in exporter pdf
Carlos Garcia Campos
1
-2
/
+3
2009-09-06
Revert "Skip nested documents that don't have BeginDocument and EndDocument b...
Carlos Garcia Campos
1
-17
/
+0
2009-06-16
Run ghostscript always with -dSAFER option
Carlos Garcia Campos
1
-1
/
+1
2009-04-21
Fix documents with PJL commands before the initial DSC comments
Carlos Garcia Campos
1
-1
/
+40
2009-04-19
Make sure document media struct contents are never used uninitialized
Carlos Garcia Campos
1
-26
/
+31
2009-04-19
Improve detection of invalid PS files
Carlos Garcia Campos
1
-1
/
+15
2009-03-22
Fix error handling of gsapi_run_* functions
Carlos Garcia Campos
1
-10
/
+13
2008-11-25
Update for release 0.2.2
0.2.2
Carlos Garcia Campos
2
-2
/
+16
2008-11-25
ps.c: malloc + memset -> calloc
Alexander Myltsev
1
-4
/
+2
2008-11-25
spectre-device.c: fix warning.
Alexander Myltsev
1
-1
/
+2
2008-11-25
Parse floats in a locale-independent way
Carlos Garcia Campos
1
-25
/
+32
2008-11-25
Add _spectre_strtod to spectre utils
Carlos Garcia Campos
2
-8
/
+134
2008-11-25
ps.c: extract the scan_boundingbox function.
Alexander Myltsev
1
-126
/
+41
2008-11-24
Only translate when the page box is the bounding box
Carlos Garcia Campos
1
-27
/
+26
2008-11-24
Add a (private) function to get the BoundingBox of a page
Carlos Garcia Campos
2
-20
/
+49
2008-10-28
Ensure row-alignment match pixman's requirments
Chris Wilson
1
-0
/
+1
2008-08-10
Update for release 0.2.1
0.2.1
Carlos Garcia Campos
2
-2
/
+27
2008-08-09
Fix a signed/unsigned comparison warning.
Carlos Garcia Campos
1
-3
/
+3
2008-08-09
Set document status to LOAD_ERROR when an invalid file is given.
Carlos Garcia Campos
1
-0
/
+8
2008-08-07
Do not include config.h if HAVE_CONFIG_H is not defined
Carlos Garcia Campos
1
-0
/
+2
2008-08-07
Make spectre_strdup_vprintf compatible with platforms where vasprintf is not ...
Carlos Garcia Campos
3
-3
/
+122
2008-08-07
Implement _spectre_get_pid for win32
ecyrbe
1
-2
/
+6
2008-08-06
Add 'b' to the mode string in fopen for win32 compatibility.
ecyrbe
4
-7
/
+7
2008-08-05
Support DOS EPS files in order to ignore the preview stuff
Carlos Garcia Campos
2
-29
/
+153
2008-07-13
Fix bytes order on big endian
Benjamin Jacobs
2
-1
/
+7
2008-06-19
Fix documents that have Special as PageOrder
Carlos Garcia Campos
1
-2
/
+17
2008-06-19
Work around in the parser for some buggy mozilla generated documents
Carlos Garcia Campos
1
-0
/
+13
2008-06-19
Add a new test program to test and debug the PostScript parser
Carlos Garcia Campos
2
-1
/
+88
2008-06-19
Mark the media table constant
Diego 'Flameeyes' Pettenò
2
-3
/
+4
2008-06-16
Take into account the document page order when getting a page by its index
Carlos Garcia Campos
1
-2
/
+7
2008-03-22
Do not consider PS-AdobeFont comments as begining of a nested document
Carlos Garcia Campos
1
-1
/
+1
2008-03-01
ignore spectre-version.h
Albert Astals Cid
1
-0
/
+1
2008-02-03
Fix more compile warnings.
Carlos Garcia Campos
1
-19
/
+18
2008-02-03
Mark spectre_device structure constant.
Diego 'Flameeyes' Pettenò
1
-2
/
+2
[next]