summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-11-06cleanup Postscript.cxx with sourcecleanJohannes Hofmann
2007-08-03use _exit() instead of exit()Johannes Hofmann
2007-07-26update copyrightJohannes Hofmann
2007-07-19fix redraw problem on file openJohannes Hofmann
2007-07-18fix C-commentJohannes Hofmann
2007-07-18clear offscreen before loading new fileJohannes Hofmann
2007-07-18fix paper size handlingJohannes Hofmann
2007-07-18Discard->Discard ChangesJohannes Hofmann
2007-07-18fix typoJohannes Hofmann
2007-07-17reindent using vimJohannes Hofmann
2007-07-17update copyright stringsJohannes Hofmann
2007-07-17ask before overwriting filesJohannes Hofmann
2007-07-17fix DSC problem (reported by Jim Cline)Johannes Hofmann
2007-07-17fix long standing redraw bugJohannes Hofmann
2007-02-25fix comparison (taken from pkgsrc)Johannes Hofmann
2006-12-31pseudo is stupidJohannes Hofmann
2006-11-21remove import_pdf_cbJohannes Hofmann
2006-11-21make open of PDF files workJohannes Hofmann
2006-11-21indent + new open_file() functionJohannes Hofmann
2006-11-17store necessary font in variable to avoid problems with embedded fonts ↵Johannes Hofmann
(reported by Volker Kuhlmann)
2006-11-17cleanupJohannes Hofmann
2006-11-17remove PSLevel2WriterJohannes Hofmann
2006-10-13use ftell() instead of ftello() for compatibilityJohannes Hofmann
(noticed by Christophe Curis)
2006-08-31Change font to plain Helvetica (noticed by Jochen Eisinger)Johannes Hofmann
2006-07-15increase initial max_pages to 128Johannes Hofmann
2006-07-15implicitely end setup section if %%Page comment is encounteredJohannes Hofmann
check for valid setup length after DSC parsing
2006-07-15only set modified flag if real changes have been made to the documentJohannes Hofmann
2006-07-15use fl_choice() instead of deprecated fl_ask()Johannes Hofmann
2006-07-15no longer rely on %%Pages comment because of possible use of (atend)Johannes Hofmann
2006-07-14call XSync() to avoid "Cannot get ghostview property" error from gsJohannes Hofmann
reported by A Mennucc.
2006-07-14remove duplicate signal.h inclusionJohannes Hofmann
2006-07-14don't die on SIGPIPE if gs has a problem (reported by A Mennucc)Johannes Hofmann
2006-04-19mergeJohannes Hofmann
2006-04-19Fix DSC parsing of "%%Page:" lines.Johannes Hofmann
This fixes a segfault reported by Morten Brix Pedersen.
2006-04-19fix gcc-4.1 compilation errorJohannes Hofmann
2006-04-02fix scroll bar redraw problem after zoomJohannes Hofmann
2006-03-29initialize tmp_fd properly (valgrind)Johannes Hofmann
2006-02-20setenv() -> putenv() for POSIX compatibility (noticed by Jeff Orczykowski)Johannes Hofmann
2006-02-15fix page counting in non DSC caseJohannes Hofmann
2006-02-11remove unused variableJohannes Hofmann
2006-02-10mergeJohannes Hofmann
2006-02-10make things ready for 0.3.6Johannes Hofmann
2006-02-10interface now uses page numbers starting with 1Johannes Hofmann
2006-02-10mergeJohannes Hofmann
2006-02-10set page before check for offscreen (needed for reload)Johannes Hofmann
2006-02-10mergeJohannes Hofmann
2006-02-10use page numbers starting with 1 in interfaceJohannes Hofmann
2006-02-10remove debug outputJohannes Hofmann
2006-02-10mergeJohannes Hofmann
2006-02-10use first Pages tag in DSCJohannes Hofmann