summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2009-02-28Merge and move header files into the source directories.Tor Andersson
2009-02-28Moved Fitz files into one directory.Tor Andersson
2009-02-27Use compiled in CMaps instead of looking for them in $CMAPDIR.Tor Andersson
2009-02-27Added support for printing specific pages' resource info.Sebastian Rasmussen
2009-02-23Refactor fz_font and pdf_font mess into fz_font and pdf_fontdesc with more ↵Tor Andersson
font logic on the PDF side and freetype rendering on the fitz side.
2009-02-23Improved error handling and colorspace printing.Tor Andersson
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-12-06Add new mupdftool info command.Sebastian Rasmussen
2008-11-25Recognize .PDF as an extension in mupdftool draw.Ralph Giles
Currently the implementation of 'mupdftool draw' looks for a .pdf file extension to distinguish filename arguments from page range arguments. Prior to this patch 'mupdftool draw FILE.PDF' would print the usage since no filename was recognized. This commit adds the upcase version. Really, something more robust should be used, like looking for valid page ranges, and testing arguments for existance in the filesystem.
2008-11-12Properly drop references to resources after preloading them in the store.Tor Andersson
2008-11-05Show stack trace in windows error dialog.Tor Andersson
2008-11-03Fix LTEXT syntax in winres.rc.Tor Andersson
2008-10-26Move page range check out of loop and print range of pages drawn.Sebastian Rasmussen
2008-10-13Take md5 checksum of rasters in pdftool, and clean up messages a bit.Tor Andersson
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-29Use sane variable names.Sebastian Rasmussen
2008-09-29Fixed uninitialized compiler warnings.Tor Andersson
2008-09-07Make header file names lower case only.Sebastian Rasmussen
2008-09-07Fix compiler warnings.Sebastian Rasmussen
2008-09-07Add timersub/timeradd macros (non-standard from BSD) to x11pdf.Tor Andersson
2008-09-05Simplify sysdep stuff to support only c99 and msvc.Tor Andersson
2008-09-03Revamp build system to compile in windows under both MSVC and MinGW.Tor Andersson
2008-08-23Print what pages gets drawn in pdftool.Sebastian Rasmussen
2008-08-17Adjust debugobj calls to compensate for fz_debugobj printing a newline.Tor Andersson
2008-08-14Changed error message.Tor Andersson
2008-08-14clean up global state on abort in pdftool (kjk)Tor Andersson
2008-08-14fix memleaks on error conditions to make working with mem leak detection ↵Tor Andersson
tools easier (kjk)
2008-08-14fix winmain.c compilation: pdf_crypt.n was renamed to pdf_crypt.len (kjk)Tor Andersson
2008-03-31fixes for native windows build with Visual StudioKrzysztof Kowalczyk
2008-04-03make it valid C codeKrzysztof Kowalczyk
2008-04-20Whitespace cleanup.Sebastian Rasmussen
2008-04-19Properly parse catalog dictionary, information dictionary, name dictionary ↵Sebastian Rasmussen
and outline dictionary when doing pdftool operations.
2008-04-09Fix minimum load/draw time in statistics.Sebastian Rasmussen
2008-03-27Fix error message handling in pdfapp.Tor Andersson
2008-03-27Delete old and unmaintained Mac OS X app.Tor Andersson
2008-03-22Revert to using boolean to indicate good/bad password.Sebastian Rasmussen
2008-03-21Added proper error handling when setting passwords.Sebastian Rasmussen
2008-03-21Fixed typo.Sebastian Rasmussen
2008-03-21Added support for benchmarking all pages in pdf if none were specified.Sebastian Rasmussen
2008-03-21Fixed typo when printing benchmark.Sebastian Rasmussen
2008-03-21Backport of chained error messages from experimental branch.Tor Andersson
2008-03-21Added benchmark for rasterization.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-20Fixed pedantic compiler warning.Sebastian Rasmussen
2008-03-09Fixed initial line whitespace.Sebastian Rasmussen