summaryrefslogtreecommitdiff
path: root/apps/unix
AgeCommit message (Collapse)Author
2010-03-02Flatten apps/ directories.Tor Andersson
2009-12-03Fork first, then exec.Tor Andersson
2009-12-03Silence compiler warning.Tor Andersson
2009-12-03Fix possible buffer overflows in the viewer application.Tor Andersson
2009-11-29Add some braces and fix up double-indentation on multi-line if/while ↵Tor Andersson
expressions.
2009-11-29Fix up indentation.Tor Andersson
2009-07-28Set XClassHint in X11 viewer to allow window managers and other utilities ↵Tor Andersson
like mozplugger to detect MuPDF windows.
2009-07-27Workaround to disable XShmPutImage if we get an error from the MIT-SHM ↵Tor Andersson
extension. MIT-SHM is erroneously reported as available when tunneling X over ssh.
2009-07-09Parse page tree on-demand instead of parsing the entire tree after reading xref.Sebastian Rasmussen
2009-07-08Let the command-line argument for mupdf be a percentage instead of a factor.Sebastian Rasmussen
2009-07-06Use nil instead of 0 for pointers.Sebastian Rasmussen
2009-07-05Make internal functions static.Sebastian Rasmussen
2009-07-03Use fz_getopt & co.Tor Andersson
2009-03-16Fix some Coverity issues.Tor Andersson
2009-03-11Change fz_error* struct into an integer error type fz_error.Tor Andersson
2009-03-11Add fz_catch function, and cause the throw/rethrow/catch functions to print ↵Tor Andersson
the errors immediately.
2009-02-17Propagate restrict type specifiers to other ximage_convert functions.Ralph Giles
2009-02-17Fix a comment typo.Ralph Giles
"'i' before 'e' except after 'c'," goes the rhyme.
2009-02-17Remove a spurious restrict in cast.Ralph Giles
As far as I can tell, restrict only matters on the declaration side and doesn't mean anything in a cast. Unlike const. Flagged by Coverity.
2008-10-02Branch apps as mupdf.Ralph Giles
Previously the example front end applications were called generically 'pdfview' and 'pdftool'. In preparation for release we'd like to brand them more uniquely. Since the user-facing part of the tree is the mupdf library, we intend to brand the releases mupdf. In support of this, 'pdfview' becomes 'mupdf' and 'pdftool' becomes 'mupdftool'.
2008-09-29Add _XOPEN_SOURCE for sys/ipc.h.Ralph Giles
Fix a warning from the xorg headers about sys/ipc.h requiring _SVID_SOURCE or _XOPEN_SOURCE. Doing it just in this file may not be entirely safe; it should probably project-wide so all system headers return the same declarations.
2008-09-07Add timersub/timeradd macros (non-standard from BSD) to x11pdf.Tor Andersson
2008-09-03Revamp build system to compile in windows under both MSVC and MinGW.Tor Andersson
2008-03-27Fix error message handling in pdfapp.Tor Andersson
2008-03-20Factored out drawing of page numbers.Tor Andersson
2008-03-20Fixed printf formatting warnings.Tor Andersson
2008-03-20Use C comments instead of C++ comments.Sebastian Rasmussen
2008-03-09Fixed initial line whitespace.Sebastian Rasmussen
2008-03-08Fixed almost all compiler warnings.Sebastian Rasmussen
2008-01-06Fixed compiler warnings.Sebastian Rasmussen
2008-01-06Added support for displaying what page is shown in unix.Sebastian Rasmussen
2006-09-26change application name in messagesTor Andersson
2005-10-03small optimizationsGlenn Kennard
Optimize some common image code paths.
2005-06-15ditch the ghostpdf nameTor Andersson
2005-06-05fix x11 warnings and a stray includeTor Andersson
2005-05-23fixed seek/tell bug in openbuffer filesTor Andersson
2005-05-08scroll wheel supportGlenn Kennard
Scroll up/down -> pan up/down Shift + scroll -> pan left/right Control + scroll -> zoom in/out
2005-05-08x11pdf zoom and page number command line optionsGlenn Kennard
2005-05-08reset cursor after rendering pageGlenn Kennard
2005-04-25set window size when window is mapped first time, configurenotify does not ↵Tor Andersson
arrive with sawfish wm
2005-04-24force screen update after keypressTor Andersson
2005-04-23fix cursor resetting after key pressesTor Andersson
2005-04-14update x11pdf part 2Tor Andersson
2005-04-14update x11pdf part 1Tor Andersson
2005-03-30jamfile tweaks for freetypeTor Andersson
2005-03-30rename and shuffle -- part 2Tor Andersson