summaryrefslogtreecommitdiff
path: root/src/flpsed.cxx
AgeCommit message (Expand)Author
2015-04-28prepare 0.7.3Johannes Hofmann
2013-09-02prepare 0.7.1Johannes Hofmann
2011-09-20use scroll_to() instead of position()Johannes Hofmann
2011-07-11detect pdf by looking at magic number instead of file extensionJohannes Hofmann
2011-07-07whitespace and copyrightJohannes Hofmann
2011-07-07sync font size and color with UIJohannes Hofmann
2009-09-07show current file name in window titleJohannes Hofmann
2009-03-04fix scroll_to_end() when scroll is higher than the documentJohannes Hofmann
2009-03-04fix const related warnings reported by gcc 4.3.3 (via Kapil Hari Paranjape)Johannes Hofmann
2009-01-15update copyrightJohannes Hofmann
2009-01-15navgation improvements by Paulo JnkmlJohannes Hofmann
2008-07-08fix filename handlingJohannes Hofmann
2008-07-06update NEWS and switch it to markdown syntaxJohannes Hofmann
2008-07-06update CopyrightJohannes Hofmann
2008-07-06style and print fixesJohannes Hofmann
2008-07-06write to stdin of print commandJohannes Hofmann
2008-07-06cleanup print_cb()Johannes Hofmann
2008-07-06styleJohannes Hofmann
2008-07-06add print command dialogJohannes Hofmann
2007-07-26update copyrightJohannes Hofmann
2007-07-18Discard->Discard ChangesJohannes Hofmann
2007-07-17reindent using vimJohannes Hofmann
2007-07-17update copyright stringsJohannes Hofmann
2007-07-17ask before overwriting filesJohannes Hofmann
2007-07-17fix long standing redraw bugJohannes 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-07-15use fl_choice() instead of deprecated fl_ask()Johannes Hofmann
2006-04-02fix scroll bar redraw problem after zoomJohannes 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-10make page selector a bit widerJohannes Hofmann
2006-02-10add page selectorJohannes 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-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-17initial color support 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