summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2009-03-11Change fz_error* struct into an integer error type fz_error.Tor Andersson
2009-03-11Fix typo in getopt string.Tor Andersson
2009-03-11Add fz_catch function, and cause the throw/rethrow/catch functions to print t...Tor Andersson
2009-03-06Add missing pdfdraw tool.Tor Andersson
2009-03-05Split pdftool into separate mini-tools again.Tor Andersson
2009-03-02Handle single image filters when printing information.Sebastian Rasmussen
2009-03-02Do resolve on the correct object when printing information.Sebastian Rasmussen
2009-03-02Make mask with colorspace just be a warning when printing information.Sebastian Rasmussen
2009-02-28Fix typo.Sebastian Rasmussen
2009-02-28Properly handle alternate colorspaces.Sebastian Rasmussen
2009-02-28Use pdf font name if no base font name is available.Sebastian Rasmussen
2009-02-28Handle files without pages.Sebastian Rasmussen
2009-02-28No resolving of objects that do not exist.Sebastian Rasmussen
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