index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
/
obj_print.c
Age
Commit message (
Expand
)
Author
2011-01-06
Make several functions static, removing them from the public interface.
Sebastian Rasmussen
2010-12-01
Add convenience function for debug printing indirect objects.
Sebastian Rasmussen
2010-10-13
Fix formatting: remove double spaces.
Tor Andersson
2010-07-20
Fix bug in fmtobj -- move the check for indirect first.
Tor Andersson
2010-07-17
Don't use internal fields in object pretty printer.
Tor Andersson
2010-07-17
Remove all trailing whitespace.
Tor Andersson
2010-06-19
Floats everywhere!
Tor Andersson
2009-12-03
Consolidate include lines to a single fitz.h.
Tor Andersson
2009-11-29
Add some braces and fix up double-indentation on multi-line if/while expressi...
Tor Andersson
2009-11-29
Fix up indentation.
Tor Andersson
2009-11-28
Malloc cannot return null. Clean up in mupdf resource code.
Tor Andersson
2009-08-13
Fix signedness of char comparison.
Tor Andersson
2009-08-12
Hex-encode non-printable and 8-bit characters in fmtname.
Tor Andersson
2009-07-06
Use nil instead of 0 for pointers.
Sebastian Rasmussen
2009-07-03
Don't allow automatic resolving of references when pretty printing arrays.
Tor Andersson
2009-06-30
Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make a...
Tor Andersson
2009-06-29
Remove unused fitz object generic data container.
Sebastian Rasmussen
2009-05-02
Make room for null when printing objects.
Sebastian Rasmussen
2009-03-05
Remove unused and mostly untested pdf updating and writing code.
Tor Andersson
2009-02-28
Merge and move header files into the source directories.
Tor Andersson
2009-02-28
Moved Fitz files into one directory.
Tor Andersson