summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)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 fo...Tor Andersson
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
2009-02-17Remove a spurious restrict in cast.Ralph Giles
2008-12-06Add new mupdftool info command.Sebastian Rasmussen
2008-11-25Recognize .PDF as an extension in mupdftool draw.Ralph Giles
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
2008-09-29Add _XOPEN_SOURCE for sys/ipc.h.Ralph Giles
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 tool...Tor Andersson
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 an...Sebastian Rasmussen
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