summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-06Use nil instead of 0 for pointers.Sebastian Rasmussen
2009-07-06Declare functions void if they take no arguments.Sebastian Rasmussen
2009-07-05When reading a complete stream, fill the buffer as much as possible instead ↵Sebastian Rasmussen
of reading just a single byte at a time.
2009-07-05Make internal functions static.Sebastian Rasmussen
2009-07-05Fix bug in comparison when sorting keys in dictionaries.Sebastian Rasmussen
2009-07-05Fix bug in pdfinfo where shadings were gathered as if they were patterns.Sebastian Rasmussen
2009-07-05Fix bugs in pdfinfo where not all objects were properly tracked.Sebastian Rasmussen
2009-07-05Refactor xref opening and closing to a common file for all pdf tools.Sebastian Rasmussen
2009-07-05Check pointer before dropping page's display tree.Sebastian Rasmussen
2009-07-04Follow naming conventions in pdfinfo.Sebastian Rasmussen
2009-07-04Finalize freetype when no fonts refers to it.Sebastian Rasmussen
2009-07-04Remove creation of fake objects from pdfinfo.Sebastian Rasmussen
2009-07-04Remove duplicate insert/keep of object into xref when repairing pdfs.Sebastian Rasmussen
2009-07-04Remove unused outline from pdfinfo.Sebastian Rasmussen
2009-07-04Improve printing of processed file names in pdfinfo.Sebastian Rasmussen
2009-07-03Remove accidentally committed debug print.Sebastian Rasmussen
2009-07-03Move cleanup to after the variables are used.Tor Andersson
2009-07-02Change license to GPLv3.Tor Andersson
2009-07-03Fix typo in compiler-warning-silencing variable initialization.Tor Andersson
2009-07-03Use StandardEncoding for non-embedded simple fonts without a BaseEncoding.Tor Andersson
2009-07-03Improve error messages in fontdump tool.Tor Andersson
2009-07-03Throw an error if jbig2dec fails to decode.Tor Andersson
2009-07-03Don't allow automatic resolving of references when pretty printing arrays.Tor Andersson
2009-07-03Change confusing name from drop to free.Tor Andersson
2009-07-03Remove unnecessary X11R6 paths in Jamrules.Tor Andersson
2009-07-03Use fz_getopt & co.Tor Andersson
2009-07-03Be less strict when comparing tiny features with epsilon in the path ↵Tor Andersson
stroking logic.
2009-07-02More reference counting cleanups.Tor Andersson
2009-07-02Fix some typos in moz_main.Tor Andersson
2009-07-02FT_Get_Advance was introduced in FT 2.3.8 not in 2.3.9, update the ifdef ↵Tor Andersson
macro to reflect this.
2009-07-02Increment reference count of catalog and info objects when opening a pdf.Tor Andersson
2009-07-02Stop infinite recursion in pdf_crypt.Tor Andersson
2009-07-02Remove some stray fz_dropobj calls that shouldn't be there.Tor Andersson
2009-07-01Update README file with text from the new web page.Tor Andersson
2009-07-01Simplify Jamrules, again.Tor Andersson
2009-07-01Fix uninitialized variable warnings.Tor Andersson
2009-07-01Add FT_Get_Advance fallback replacement for freetype < 2.3.9.Tor Andersson
2009-07-01Remove unuseful test for DynaLab fonts.Tor Andersson
2009-07-01Initialize zoom factor in winmain.Tor Andersson
2009-07-01Fix warning about signedness conversions.Tor Andersson
2009-07-01Update mozilla plugin to new fz_obj architecture.Tor Andersson
2009-07-01Update mozilla plugin error handling.Tor Andersson
2009-06-30Add support to print information about encrypted pdfs.Sebastian Rasmussen
2009-06-30Remove unused variable.Sebastian Rasmussen
2009-06-30Ensure that an object really is a name before passing fz_toname to strcmp, ↵Tor Andersson
so we don't accidentally segfault.
2009-06-30Use memcmp to compare fz_obj strings which can contain embedded zeroes.Tor Andersson
2009-06-30Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make ↵Tor Andersson
all fz_obj functions automatically and invisibly resolve indirect references before use.
2009-06-29Remove unused fitz object generic data container.Sebastian Rasmussen
2009-06-29Attempt to continue is password is missing for pdf debug tools.Sebastian Rasmussen
2009-06-28Digital signatures will not be supported, so not a todo item.Sebastian Rasmussen