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-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
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-31
Fix typo in ifdef:d code.
Tor Andersson
2009-07-18
Always call inflate() with Z_FINISH when we run out of input data.
Tor Andersson
2009-07-16
Make sure fz_objcmp returns valdi results when the difference between real nu...
Tor Andersson
2009-07-12
Fix typo in "Use nil instead of 0 for pointers" that caused CCITT encoded ima...
Sebastian Rasmussen
2009-07-08
Fix a few occurrances of undeclared functions and functions that could be sta...
Sebastian Rasmussen
2009-07-07
Whitespace cleanup in functions indented with both tabs and spaces.
Sebastian Rasmussen
2009-07-07
Catch more errors from freetype and give warnings or errors.
Sebastian Rasmussen
2009-07-07
Use symbolic name instead of integer constant when seeking in JPX encoded str...
Sebastian Rasmussen
2009-07-06
Fix warning.
Sebastian Rasmussen
2009-07-06
Use nil instead of 0 for pointers.
Sebastian Rasmussen
2009-07-06
Declare functions void if they take no arguments.
Sebastian Rasmussen
2009-07-05
When reading a complete stream, fill the buffer as much as possible instead o...
Sebastian Rasmussen
2009-07-05
Make internal functions static.
Sebastian Rasmussen
2009-07-05
Fix bug in comparison when sorting keys in dictionaries.
Sebastian Rasmussen
2009-07-04
Finalize freetype when no fonts refers to it.
Sebastian Rasmussen
2009-07-03
Throw an error if jbig2dec fails to decode.
Tor Andersson
2009-07-03
Don't allow automatic resolving of references when pretty printing arrays.
Tor Andersson
2009-07-03
Use fz_getopt & co.
Tor Andersson
2009-07-03
Be less strict when comparing tiny features with epsilon in the path stroking...
Tor Andersson
2009-07-01
Simplify Jamrules, again.
Tor Andersson
2009-06-30
Use memcmp to compare fz_obj strings which can contain embedded zeroes.
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-06-28
Digital signatures will not be supported, so not a todo item.
Sebastian Rasmussen
2009-06-27
Check for non-existing values for dict entries.
Sebastian Rasmussen
2009-06-25
Add support for OpenJPEG library to decode JPX streams.
Tor Andersson
2009-06-23
Handle JBIG2 stream global segment dictionary entry.
Sebastian Rasmussen
2009-06-22
Handle invalid predictors properly.
Sebastian Rasmussen
2009-06-11
Re-enable text extraction functions.
Tor Andersson
2009-06-10
Update the included COPYING file to the GPLv3.
Ralph Giles
2009-06-09
Fix off by one in faxd boundary checking.
Sebastian Rasmussen
2009-05-23
Do bounds checking for faxd scanlines.
Sebastian Rasmussen
2009-05-02
Make room for null when printing objects.
Sebastian Rasmussen
2009-04-26
Get rid of that pesky warning about strdup not being available.
Sebastian Rasmussen
2009-04-24
Use the correct format specifier for size_t in fz_strdup.
Ralph Giles
2009-04-08
Warn when closing an empty path instead of aborting.
Tor Andersson
2009-04-08
Various MSVC fixes.
Tor Andersson
2009-04-08
Use fz_okay instead of nil when comparing return codes.
Tor Andersson
2009-03-31
Change unsigned long to unsigned int in md5 code, so that it compiles and wor...
Tor Andersson
2009-03-16
Fix some Coverity issues.
Tor Andersson
2009-03-11
Remove fz_outofmem constant.
Tor Andersson
[next]