Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-12 | replace strncpy, stncat with strcpy, strcat to avoid compile warningHEADmaster | Johannes 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-28 | prepare 0.7.3 | Johannes Hofmann | |
2015-04-18 | use signed variable to store read(2) return value | Johannes Hofmann | |
reported-by: David Binderman | |||
2014-06-09 | fix -Werror=format-security build | Johannes Hofmann | |
submitted-by: Filipe Rosset | |||
2014-01-08 | remove unused variables | Johannes Hofmann | |
2013-09-02 | prepare 0.7.1 | Johannes Hofmann | |
2011-09-20 | use scroll_to() instead of position() | Johannes Hofmann | |
2011-09-20 | bring in utf8 changes from fltk2 branch | Johannes Hofmann | |
2011-07-11 | detect pdf by looking at magic number instead of file extension | Johannes Hofmann | |
2011-07-07 | whitespace and copyright | Johannes Hofmann | |
2011-07-07 | whitespace and copyright | Johannes Hofmann | |
2011-07-07 | sync font size and color with UI | Johannes Hofmann | |
2010-08-15 | implement PSEditWidget::rel_move() with PSEditWidget::move() | Johannes Hofmann | |
2009-09-07 | show current file name in window title | Johannes Hofmann | |
Submitted by Sydro. | |||
2009-03-04 | fix scroll_to_end() when scroll is higher than the document | Johannes Hofmann | |
2009-03-04 | fix printf() format warnings (reported by Kapil Hari Paranjape) | Johannes Hofmann | |
2009-03-04 | fix const related warnings reported by gcc 4.3.3 (via Kapil Hari Paranjape) | Johannes Hofmann | |
2009-01-15 | update copyright | Johannes Hofmann | |
2009-01-15 | update copyright | Johannes Hofmann | |
2009-01-15 | update copyright | Johannes Hofmann | |
2009-01-15 | update copyright | Johannes Hofmann | |
2009-01-15 | avoid warning | Johannes Hofmann | |
2009-01-15 | add virtual destructors for PSParser and PSWriter | Johannes Hofmann | |
2009-01-15 | fix warning about signed / unsigned comparison | Johannes Hofmann | |
2009-01-15 | whitespace | Johannes Hofmann | |
2009-01-15 | whitespace | Johannes Hofmann | |
2009-01-15 | remove unused variables | Johannes Hofmann | |
2009-01-15 | navgation improvements by Paulo Jnkml | Johannes Hofmann | |
2008-07-08 | fix filename handling | Johannes Hofmann | |
2008-07-06 | update NEWS and switch it to markdown syntax | Johannes Hofmann | |
2008-07-06 | update Copyright | Johannes Hofmann | |
2008-07-06 | style and print fixes | Johannes Hofmann | |
2008-07-06 | write to stdin of print command | Johannes Hofmann | |
2008-07-06 | cleanup print_cb() | Johannes Hofmann | |
2008-07-06 | style | Johannes Hofmann | |
2008-07-06 | add print command dialog | Johannes Hofmann | |
2008-07-06 | use _exit() even with fork() | Johannes Hofmann | |
2008-07-03 | vfork() -> fork() | Johannes Hofmann | |
2007-11-10 | pass events to PSEditWidget | Johannes Hofmann | |
2007-11-06 | cleanup Postscript.cxx with sourceclean | Johannes Hofmann | |
2007-08-03 | use _exit() instead of exit() | Johannes Hofmann | |
2007-07-26 | update copyright | Johannes Hofmann | |
2007-07-19 | fix redraw problem on file open | Johannes Hofmann | |
2007-07-18 | fix C-comment | Johannes Hofmann | |
2007-07-18 | clear offscreen before loading new file | Johannes Hofmann | |
2007-07-18 | fix paper size handling | Johannes Hofmann | |
2007-07-18 | Discard->Discard Changes | Johannes Hofmann | |
2007-07-18 | fix typo | Johannes Hofmann | |
2007-07-17 | reindent using vim | Johannes Hofmann | |
2007-07-17 | update copyright strings | Johannes Hofmann | |