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