summaryrefslogtreecommitdiff
path: root/fitz/fitz_base.h
AgeCommit message (Expand)Author
2010-07-01Remove silly warnings from MSVC.Tor Andersson
2010-06-29Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.Robin Watts
2010-06-25Allow the parsing of integers outside INT_MIN and INT_MAX range, but let them...Tor Andersson
2010-06-23Add definition for hypotf() for MSVC.Tor Andersson
2010-06-20Rename the remaining non-reference-counted free functions to free instead of ...Tor Andersson
2010-06-16Do runtime endianness test instead of relying on unreliable preprocessor macros.Tor Andersson
2010-06-15Rearrange in Makerules and Makethird to remove cyclical dependencies.Tor Andersson
2010-06-05Do text extraction heuristics in device space in order to be more robust.Tor Andersson
2010-05-31Replace getopt with Henry Spencer's public domain implementation.Tor Andersson
2010-05-27Add Robin Watts' arm assembler version of path_w4i1o4.Tor Andersson
2010-05-20Use more accurate fz_mul255.Tor Andersson
2010-05-14Add workaround to clip image blits against the unit rectangle.Tor Andersson
2010-05-11Add a bbox extraction device.Tor Andersson
2010-04-14Remove test for NaN in shademesh rendering since it no longer appears.Sebastian Rasmussen
2010-04-15Simplify API for opening a PDF document.Tor Andersson
2010-04-11Move MAX4 and MIN4 macros to where they are used.Tor Andersson
2010-04-11Remove R_OK macro.Tor Andersson
2010-04-11Rename functions fz_intersectirects and fz_transformaabb.Tor Andersson
2010-04-11Rename fz_irect to fz_bbox.Tor Andersson
2010-04-11Remove unused functions in obj_parse.cTor Andersson
2010-04-11Remove unused functions.Tor Andersson
2010-04-11Made hash resize function static.Tor Andersson
2010-04-11Remove unused functions.Tor Andersson
2010-04-11Remove obsolete cpu-specific optimization detection code.Tor Andersson
2010-04-11Revert to using fitz string functions instead of non-standard libc variants.Tor Andersson
2010-04-08Add display list device.Tor Andersson
2010-03-09Resolve conflicts.Tor Andersson
2010-02-09Use fz_pixmap instead of fz_image and remove the subclassing in pdf_image.Tor Andersson
2010-01-07Reenable x11pdf viewer.Tor Andersson
2010-01-07Draw images and shadings.Tor Andersson
2009-12-03Chopped out the tree building, leaving only pdf_showstuff stubs.Tor Andersson
2009-12-03Consolidate include lines to a single fitz.h.Tor Andersson
2010-03-02Remove dependency on libfitz.a from cmapdump.Tor Andersson
2010-01-08Define snprintf for MSVC.Ralph Giles
2009-12-03Change fz_mul255 according to suggestion by gka.Tor Andersson
2009-11-29Fix up indentation.Tor Andersson
2009-11-20Malloc cannot return null. Clean up streams and filters.Tor Andersson
2009-11-20As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...Tor Andersson
2009-08-21Save error messages in a static buffer so that the windows viewer can show th...Tor Andersson
2009-07-06Declare functions void if they take no arguments.Sebastian Rasmussen
2009-07-03Use fz_getopt & co.Tor Andersson
2009-07-01Simplify Jamrules, again.Tor Andersson
2009-04-08Various MSVC fixes.Tor Andersson
2009-03-16Fix some Coverity issues.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-02-28Merge and move header files into the source directories.Tor Andersson