summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-07-15implicitely end setup section if %%Page comment is encounteredJohannes Hofmann
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
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
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
2006-02-10make page selector a bit widerJohannes Hofmann
2006-02-10mergeJohannes Hofmann
2006-02-10use first occurence of BoundingBox declaration in DSCJohannes Hofmann
2006-02-10mergeJohannes Hofmann
2006-02-10add page selectorJohannes Hofmann
2006-02-10fix DSC parsing for non-DSC documentsJohannes Hofmann
2006-02-10make PostscriptDSC stuff more robustJohannes Hofmann
2006-02-09add prev() method to GsWidgetJohannes Hofmann
2006-02-09new version without extra feeder processJohannes Hofmann
2006-02-04initial version of load_page()Johannes Hofmann
2006-01-22use sizeof() instead of fixed sizeJohannes Hofmann
2006-01-20add support for -z (zoom) optionJohannes Hofmann
2006-01-20add support for some FLTK standard options like -geometryJohannes Hofmann
2006-01-20remove NULL check after strdup()Johannes Hofmann
2005-12-31make text_sizes static to fix compile error on SuSEJohannes Hofmann
2005-06-19add sleep() when opening file from commandline. Johannes Hofmann
2005-06-17add version to about dialog. Johannes Hofmann
2005-06-17fix resizing of text property widgets. : -----------------------------------...Johannes Hofmann
2005-06-17cleanup postscript Johannes Hofmann
2005-06-17remove Parser_1 Johannes Hofmann
2005-06-17initial color support Johannes Hofmann
2005-06-05kill set_cur_size() Johannes Hofmann
2005-05-25change PDF export shortcut to 'x' to avoid a conflict with "Edit Tag" Johannes Hofmann
2005-05-25change shortcut for "first" to "f" (noticed by Spec) Johannes Hofmann
2005-04-29getopt returns int not char. Johannes Hofmann