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
/
stm_buffer.c
Age
Commit message (
Expand
)
Author
2012-07-04
Bug 693160: Fix bug in fz_write_buffer_bits.
Robin Watts
2012-06-22
Fix a char vs unsigned char warning.
Robin Watts
2012-06-12
A few general utility functions added for the sake of the forms work
Paul Gardiner
2012-05-31
Add linearization to pdf_write function.
Robin Watts
2012-03-12
More API work.
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-25
Add fz_trim_buffer function, and call it.
Robin Watts
2012-02-03
Be consistent about passing a fz_context argument in pixmap functions.
Tor Andersson
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-15
More Memsqueezing fixes.
Robin Watts
2011-12-08
Stylistic changes when testing pointer values for NULL.
Tor Andersson
2011-12-08
Fix SEGV with "1439 - color softmask fails to draw jpx image.pdf"
Robin Watts
2011-09-21
Rename malloc functions for arrays (fz_calloc and fz_realloc).
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-01-27
Add fz_calloc function to check for integer overflow when allocating arrays, ...
Tor Andersson
2010-07-29
Use chained reader like interface for filters instead of process interface.
Tor Andersson
2010-07-26
Fix bug where storage capacity of 0 or 1 was not taken care of.
Sebastian Rasmussen
2010-07-17
Remove all trailing whitespace.
Tor Andersson
2010-07-10
Refactor colorspace and PDF image parsing code.
Tor Andersson
2009-12-03
Consolidate include lines to a single fitz.h.
Tor Andersson
2009-11-29
Fix up indentation.
Tor Andersson
2009-11-28
The pointers were incorrectly set up after growing a buffer after changes in ...
Tor Andersson
2009-11-28
Malloc cannot return null. Clean up in mupdf resource code.
Tor Andersson
2009-11-20
Malloc cannot return null. Clean up streams and filters.
Tor Andersson
2009-03-11
Remove fz_outofmem constant.
Tor Andersson
2009-03-11
Change fz_error* struct into an integer error type fz_error.
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