summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-11-12replace strncpy, stncat with strcpy, strcat to avoid compile warningHEADmasterJohannes Hofmann
gcc warns "specified bound depends on the length of the source argument". As the buffer has been allocated specifcally to hold src and destination strings there is no point in using strn* functions here. See also: https://stackoverflow.com/questions/56782248/gcc-specified-bound-depends-on-the-length-of-the-source-argument
2015-04-28prepare 0.7.3Johannes Hofmann
2015-04-18use signed variable to store read(2) return valueJohannes Hofmann
reported-by: David Binderman
2014-06-09fix -Werror=format-security buildJohannes Hofmann
submitted-by: Filipe Rosset
2014-01-08remove unused variablesJohannes Hofmann
2013-09-02prepare 0.7.1Johannes Hofmann
2011-09-20use scroll_to() instead of position()Johannes Hofmann
2011-09-20bring in utf8 changes from fltk2 branchJohannes Hofmann
2011-07-11detect pdf by looking at magic number instead of file extensionJohannes Hofmann
2011-07-07whitespace and copyrightJohannes Hofmann
2011-07-07whitespace and copyrightJohannes Hofmann
2011-07-07sync font size and color with UIJohannes Hofmann
2010-08-15implement PSEditWidget::rel_move() with PSEditWidget::move()Johannes Hofmann
2009-09-07show current file name in window titleJohannes Hofmann
Submitted by Sydro.
2009-03-04fix scroll_to_end() when scroll is higher than the documentJohannes Hofmann
2009-03-04fix printf() format warnings (reported by Kapil Hari Paranjape)Johannes 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-15update copyrightJohannes Hofmann
2009-01-15update copyrightJohannes Hofmann
2009-01-15update copyrightJohannes Hofmann
2009-01-15avoid warningJohannes Hofmann
2009-01-15add virtual destructors for PSParser and PSWriterJohannes Hofmann
2009-01-15fix warning about signed / unsigned comparisonJohannes Hofmann
2009-01-15whitespaceJohannes Hofmann
2009-01-15whitespaceJohannes Hofmann
2009-01-15remove unused variablesJohannes 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
2008-07-06use _exit() even with fork()Johannes Hofmann
2008-07-03vfork() -> fork()Johannes Hofmann
2007-11-10pass events to PSEditWidgetJohannes Hofmann
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