summaryrefslogtreecommitdiff
path: root/fitz/obj_print.c
AgeCommit message (Expand)Author
2010-07-20Fix bug in fmtobj -- move the check for indirect first.Tor Andersson
2010-07-17Don't use internal fields in object pretty printer.Tor Andersson
2010-07-17Remove all trailing whitespace.Tor Andersson
2010-06-19Floats everywhere!Tor Andersson
2009-12-03Consolidate include lines to a single fitz.h.Tor Andersson
2009-11-29Add some braces and fix up double-indentation on multi-line if/while expressi...Tor Andersson
2009-11-29Fix up indentation.Tor Andersson
2009-11-28Malloc cannot return null. Clean up in mupdf resource code.Tor Andersson
2009-08-13Fix signedness of char comparison.Tor Andersson
2009-08-12Hex-encode non-printable and 8-bit characters in fmtname.Tor Andersson
2009-07-06Use nil instead of 0 for pointers.Sebastian Rasmussen
2009-07-03Don't allow automatic resolving of references when pretty printing arrays.Tor Andersson
2009-06-30Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make a...Tor Andersson
2009-06-29Remove unused fitz object generic data container.Sebastian Rasmussen
2009-05-02Make room for null when printing objects.Sebastian Rasmussen
2009-03-05Remove unused and mostly untested pdf updating and writing code.Tor Andersson
2009-02-28Merge and move header files into the source directories.Tor Andersson
2009-02-28Moved Fitz files into one directory.Tor Andersson