index
:
flpsed
master
a Postscript and PDF annotator
Johannes Hofmann
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
PostscriptDSC.cxx
Age
Commit message (
Expand
)
Author
2009-03-04
fix printf() format warnings (reported by Kapil Hari Paranjape)
Johannes Hofmann
2009-01-15
update copyright
Johannes Hofmann
2009-01-15
remove unused variables
Johannes Hofmann
2007-07-17
reindent using vim
Johannes Hofmann
2007-07-17
update copyright strings
Johannes Hofmann
2007-07-17
fix DSC problem (reported by Jim Cline)
Johannes Hofmann
2007-02-25
fix comparison (taken from pkgsrc)
Johannes Hofmann
2006-10-13
use ftell() instead of ftello() for compatibility
Johannes Hofmann
2006-07-15
increase initial max_pages to 128
Johannes Hofmann
2006-07-15
implicitely end setup section if %%Page comment is encountered
Johannes Hofmann
2006-07-15
no longer rely on %%Pages comment because of possible use of (atend)
Johannes Hofmann
2006-04-19
Fix DSC parsing of "%%Page:" lines.
Johannes Hofmann
2006-02-10
use page numbers starting with 1 in interface
Johannes Hofmann
2006-02-10
use first Pages tag in DSC
Johannes Hofmann
2006-02-10
use first occurence of BoundingBox declaration in DSC
Johannes Hofmann
2006-02-10
fix DSC parsing for non-DSC documents
Johannes Hofmann
2006-02-10
make PostscriptDSC stuff more robust
Johannes Hofmann
2006-02-09
add prev() method to GsWidget
Johannes Hofmann
2006-02-04
initial version of load_page()
Johannes Hofmann