Age | Commit message (Expand) | Author |
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 |
2007-07-17 | ask before overwriting files | Johannes Hofmann |
2007-07-17 | fix DSC problem (reported by Jim Cline) | Johannes Hofmann |
2007-07-17 | fix long standing redraw bug | Johannes Hofmann |
2007-02-25 | fix comparison (taken from pkgsrc) | Johannes Hofmann |
2006-12-31 | pseudo is stupid | Johannes Hofmann |
2006-11-21 | remove import_pdf_cb | Johannes Hofmann |
2006-11-21 | make open of PDF files work | Johannes Hofmann |
2006-11-21 | indent + new open_file() function | Johannes Hofmann |
2006-11-17 | store necessary font in variable to avoid problems with embedded fonts (repor... | Johannes Hofmann |
2006-11-17 | cleanup | Johannes Hofmann |
2006-11-17 | remove PSLevel2Writer | Johannes Hofmann |
2006-10-13 | use ftell() instead of ftello() for compatibility | Johannes Hofmann |
2006-08-31 | Change font to plain Helvetica (noticed by Jochen Eisinger) | Johannes Hofmann |
2006-07-15 | increase initial max_pages to 128 | Johannes Hofmann |
2006-07-15 | implicitely end setup section if %%Page comment is encountered | Johannes Hofmann |
2006-07-15 | only set modified flag if real changes have been made to the document | Johannes Hofmann |
2006-07-15 | use fl_choice() instead of deprecated fl_ask() | Johannes Hofmann |
2006-07-15 | no longer rely on %%Pages comment because of possible use of (atend) | Johannes Hofmann |
2006-07-14 | call XSync() to avoid "Cannot get ghostview property" error from gs | Johannes Hofmann |
2006-07-14 | remove duplicate signal.h inclusion | Johannes Hofmann |
2006-07-14 | don't die on SIGPIPE if gs has a problem (reported by A Mennucc) | Johannes Hofmann |
2006-04-19 | merge | Johannes Hofmann |
2006-04-19 | Fix DSC parsing of "%%Page:" lines. | Johannes Hofmann |
2006-04-19 | fix gcc-4.1 compilation error | Johannes Hofmann |
2006-04-02 | fix scroll bar redraw problem after zoom | Johannes Hofmann |
2006-03-29 | initialize tmp_fd properly (valgrind) | Johannes Hofmann |
2006-02-20 | setenv() -> putenv() for POSIX compatibility (noticed by Jeff Orczykowski) | Johannes Hofmann |
2006-02-15 | fix page counting in non DSC case | Johannes Hofmann |
2006-02-11 | remove unused variable | Johannes Hofmann |
2006-02-10 | merge | Johannes Hofmann |
2006-02-10 | make things ready for 0.3.6 | Johannes Hofmann |
2006-02-10 | interface now uses page numbers starting with 1 | Johannes Hofmann |
2006-02-10 | merge | Johannes Hofmann |
2006-02-10 | set page before check for offscreen (needed for reload) | Johannes Hofmann |