summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
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
2009-03-11Rename and prune some files and functions.Tor Andersson
2009-03-11Change fz_error* struct into an integer error type fz_error.Tor Andersson
2009-03-11Add fz_catch function, and cause the throw/rethrow/catch functions to print t...Tor Andersson
2009-03-05Remove unused and mostly untested pdf updating and writing code.Tor Andersson
2009-03-01Fix type3 fonts so they work again after the font refactoring.Tor Andersson
2009-03-01Added COPYING to fitz and mupdf directories.Tor Andersson
2009-02-28Merge and move header files into the source directories.Tor Andersson
2009-02-28Fix typo in new Jamfile for jbig2dec and jasper paths.Tor Andersson
2009-02-28Moved Fitz files into one directory.Tor Andersson
2005-06-04new world orderTor Andersson
2005-06-02metro package relationshipsTor Andersson
2005-05-12use bboxes in text extractionTor Andersson
2005-05-04fix segfault in cleanmasksTor Andersson
2005-04-04rename rect fields to x0 y0 x1 y1Tor Andersson
2005-03-30rename and shuffle -- part 2Tor Andersson