index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-08-15
Implement a better workaround for PDF files with off-by-one errors in the xref.
Tor Andersson
2008-08-15
Don't think we've run out of data just quite yet (when there are bits left in...
Tor Andersson
2008-08-14
Pass the reference to load composite functions so we can read the stream, ins...
Tor Andersson
2008-08-14
Fix silly typo in function name.
Tor Andersson
2008-08-14
Title in outline trees can be indirect. Allow outline->title to be nil.
Tor Andersson
2008-08-14
Remove unused type and struct member for link annotations.
Tor Andersson
2008-08-14
Changed error message.
Tor Andersson
2008-08-14
Width, Height and BPC may be indirect objects in image dictionaries.
Tor Andersson
2008-08-14
Allow off-by-one errors in PDF xref size (because of broken pdftex)
Tor Andersson
2008-08-14
Parse entire Index array in new-style xref sections.
Tor Andersson
2008-08-14
fix a crash when pdf_repairxref() fails caused by double-freeing of xref->fil...
Tor Andersson
2008-08-14
clean up global state on abort in pdftool (kjk)
Tor Andersson
2008-08-14
fix memleak of xref->file and xref->table if pdf_loadxref fails (kjk)
Tor Andersson
2008-08-14
fix memleaks on error conditions to make working with mem leak detection tool...
Tor Andersson
2008-08-14
Remove unneccesary reference counting in the error objects.
Tor Andersson
2008-08-14
Double the buffer size each time it needs to grow instead of incrementing it ...
Tor Andersson
2008-08-14
empirically, MS_ENC_UNI_FULL_REPETOIRE is utf-16 and can be decoded by decode...
Tor Andersson
2008-08-14
fix winmain.c compilation: pdf_crypt.n was renamed to pdf_crypt.len (kjk)
Tor Andersson
2008-08-14
vs 2008 compatibility (kjk)
Tor Andersson
2008-08-14
Whitespace fixes.
Sebastian Rasmussen
2008-08-14
add names for permission flags (kjk)
Tor Andersson
2008-08-14
Print freetype error messages.
Sebastian Rasmussen
2008-08-09
Fixed scope bug in an unused(!) function.
Tor Andersson
2008-08-08
Change debug pixmap to use a static counter instead.
Tor Andersson
2008-08-08
Removed potential race-condition and fixed potentially lost file handle in pi...
Sebastian Rasmussen
2008-08-08
Check the correct pointer after allocating a mesh in shade5 loading.
Tor Andersson
2008-08-07
Paranoia check that paths begin with a moveto in stroking logic.
Tor Andersson
2008-08-07
Silence a warning that the output array may be accessed uninitialized.
Tor Andersson
2008-08-07
Forgot to retrieve error object in a few calls.
Tor Andersson
2008-08-07
Read ZIP parameter to flate encoder properly.
Tor Andersson
2008-08-07
Fix static buffer overrun in fz_gammapixmap (it was the wrong size).
Tor Andersson
2008-07-19
Removed incorrectly dropped objects in parsing of shading functions.
Sebastian Rasmussen
2008-07-12
Take care of spurious whitespace when parsing xref.
Sebastian Rasmussen
2008-07-12
Added support for component shading functions.
Sebastian Rasmussen
2008-07-08
Support referencing color spaces lacking arguments in arrays.
Sebastian Rasmussen
2008-07-07
Allow for page bounds to be indirectly referenced.
Sebastian Rasmussen
2008-07-07
Make sure that PDF version is correctly parsed.
Sebastian Rasmussen
2008-07-06
Attempt to recover from missing page resources.
Sebastian Rasmussen
2008-07-06
Print warning for malformed shading function stitching bounds instead of abor...
Sebastian Rasmussen
2008-07-06
Added support for prefixing filenames when doing pixmap debugging.
Sebastian Rasmussen
2008-07-06
Added support for sequence numbering of images when doing pixmap debugging.
Sebastian Rasmussen
2008-07-06
Improved variable naming when debugging pixmaps.
Sebastian Rasmussen
2008-07-06
Added support for debugging pixmap with one component and alpha.
Sebastian Rasmussen
2008-07-06
Applied local idiom for pixmap debugging.
Sebastian Rasmussen
2008-07-06
Added support for debugging CMYK pixmaps with alpha.
Sebastian Rasmussen
2008-07-01
Fix band height calculation bug.
Tor Andersson
2008-06-30
Correct rounding in image scale.
Glenn Kennard
2008-06-30
Whitespace fix.
Tor Andersson
2008-06-30
Don't sort empty cmaps.
Tor Andersson
2008-06-23
Handle imagemasks with colorspace by ignoring the colorspace. Also check bits...
Sebastian Rasmussen
[next]