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
Age
Commit message (
Expand
)
Author
2009-12-03
Consolidate include lines to a single fitz.h.
Tor Andersson
2009-12-03
Load content stream buffers instead of parsing into a display tree in xobject...
Tor Andersson
2009-12-02
Add new fitz_res.h
Tor Andersson
2009-12-02
Resolve conflict.
Tor Andersson
2009-12-02
Killing time. Butchered display tree and disabled all calls to it.
Tor Andersson
2010-03-02
Remove dependency on libfitz.a from cmapdump.
Tor Andersson
2010-01-08
Define snprintf for MSVC.
Ralph Giles
2009-12-09
Replace 'boolean' types with 'int'.
Ralph Giles
2009-12-08
Call va_end on the copied args.
Tor Andersson
2009-12-08
Add support for 16 bit per component images.
Sebastian Rasmussen
2009-12-03
Use iteration for siblings in fz_dropnode.
Tor Andersson
2009-12-03
Fix regression in fz_hashtable.
Tor Andersson
2009-12-03
Change fz_mul255 according to suggestion by gka.
Tor Andersson
2009-12-02
Have image and colorspace freeing adhere to common naming scheme.
Sebastian Rasmussen
2009-12-02
Update win32, jbig2 and jpx code for malloc changes.
Tor Andersson
2009-12-02
Initialize and free t3widths pointer in fz_font.
Tor Andersson
2009-12-01
Return filter instead of fz_okay.
Tor Andersson
2009-12-01
Fix conflict with "Removed leaky optimizations." and whitespace patch.
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
A few out of memory error checks that the last patch forgot.
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-11-20
As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...
Tor Andersson
2009-12-02
Fix jamfile after the removal of fitz/node_optimize.c
Tor Andersson
2009-12-01
Removed leaky optimizations.
Sebastian Rasmussen
2009-11-30
Free JBIG2 global context if allocated.
Sebastian Rasmussen
2009-11-30
Drop solid node colorspace when dropping node.
Sebastian Rasmussen
2009-11-20
Fix lingering references to Jasper in Jamrules and Jamfiles.
Sebastian Rasmussen
2009-11-19
Update UTF-8 functions to support full Unicode above the BMP.
Tor Andersson
2009-11-19
Remove unused and largely untested encoding filters.
Tor Andersson
2009-11-07
Correct initial value of earlychange flag in LZW decoder.
Sebastian Rasmussen
2009-11-05
Fix clear and bit count change-over bugs in lzw decoder.
Tor Andersson
2009-08-23
Move assert test of EOF to after testing if a filter is done.
Tor Andersson
2009-08-23
Make sure output buffer is not full when filling it and detect end of input b...
Sebastian Rasmussen
2009-08-23
Removing warning when creating empty paths since this is a very common occurr...
Tor Andersson
2009-08-23
Remove debugging messages from the JPEG2000 decoding filters.
Tor Andersson
2009-08-23
Make sure we finish processing the head filter in a pipeline when the tail is...
Tor Andersson
2009-08-23
Print the newline at the end of error messages separately from the snprintf, ...
Tor Andersson
2009-08-22
Append newline to end of error messages.
Sebastian Rasmussen
2009-08-23
Do not confuse isolated xobject groups with knockout groups.
Sebastian Rasmussen
2009-08-21
Save error messages in a static buffer so that the windows viewer can show th...
Tor Andersson
2009-08-19
Remove some unused variables.
Ralph Giles
2009-08-19
Round down data buffer to be decrypted to a multiple of 16 for AES filter.
Tor Andersson
2009-08-19
Implement support for AES encryption.
Tor Andersson
2009-08-17
Fix string comparisons in fz_objcmp to allow for embedded zeroes and sort pro...
Tor Andersson
2009-08-16
Modify dictionaries so that they only accept names as keys.
Sebastian Rasmussen
2009-08-15
Check for NULL in fz_objcmp.
Tor Andersson
2009-08-15
Change private function name and use fz_objcmp instead of an internal string ...
Tor Andersson
[next]