summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2010-07-14Adapt debug pixmap saving to new alpha component order in pixmap samples.Sebastian Rasmussen
2010-07-14Add transparency functions to the trace device.Tor Andersson
2010-07-14Add transparency group/mask device calls and implement basic blend modes when...Tor Andersson
2010-07-13Implement stroked text.Tor Andersson
2010-07-13Fix clang warnings.Tor Andersson
2010-07-11Reinsert Robin Watts' specialized pixel unpacking loops.Tor Andersson
2010-07-11Remove distance calculation in axial shadings, reducing a source of potential...Tor Andersson
2010-07-11Refactor image pixel unpacking.Tor Andersson
2010-07-10Refactor colorspace and PDF image parsing code.Tor Andersson
2010-07-09Fix up restrict keyword in prototypes to remove warnings on MSVC.Tor Andersson
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-07-08Simplify #ifdef labyrinth and make some source more c89 compatible.Tor Andersson
2010-07-08Remove unmaintained MMX optimized function and runtime detection.Tor Andersson
2010-07-05Use NDEBUG rather than DEBUG to test build at compile time.Tor Andersson
2010-07-02Remove shadowed local variables.Tor Andersson
2010-07-02Compute the scaled image width and height with the right factors (so we don't...Tor Andersson
2010-07-01Remove stray debugging printf and comments.Tor Andersson
2010-07-01Remove silly warnings from MSVC.Tor Andersson
2010-07-01Remove unused blendover functions.Tor Andersson
2010-07-01Compute shading bounding box using the triangle mesh.Tor Andersson
2010-06-30Refactor and clean up shading code a bit.Tor Andersson
2010-06-29Strip out unused bits of crypt_aes.cTor Andersson
2010-06-29Reformat to remove all instances of double spaces (to easier spot indentation...Tor Andersson
2010-06-29Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.Robin Watts
2010-06-26When computing advance width, use fontsize 64 instead of 1000.Sebastian Rasmussen
2010-06-25Allow the parsing of integers outside INT_MIN and INT_MAX range, but let them...Tor Andersson
2010-06-24More tweaks to space insertion.Tor Andersson
2010-06-23Implement ARM version of loadtile8.Robin Watts
2010-06-23Support grayscale and other colorspaces in shade->usebackground case.Tor Andersson
2010-06-22Make the color conversions in dev_draw general for n-component colors.Tor Andersson
2010-06-23Add definition for hypotf() for MSVC.Tor Andersson
2010-06-23Allow flate streams to have data check errors at the end.Tor Andersson
2010-06-23Tweak how often spaces are inserted in dev_ext.Tor Andersson
2010-06-22Add support for greyscale rendering to the mupdf core and pdfdraw.Robin Watts
2010-06-22Add hints flag to device struct so that the interpreter doesn't need to load ...Tor Andersson
2010-06-21Put magic numbers in #defines.Tor Andersson
2010-06-21Improve newline detection heuristic in text extraction device.Tor Andersson
2010-06-21Fix ascender and descender and other metric calculations to use proper scalin...Tor Andersson
2010-06-21Divide bbox for custom ligatures defined by one-to-many ToUnicode mappings.Tor Andersson
2010-06-21Implement searching for text within the current page.Tor Andersson
2010-06-21Prepare for searching by implementing the UI for entering a search string. Ch...Tor Andersson
2010-06-20Rename the remaining non-reference-counted free functions to free instead of ...Tor Andersson
2010-06-18Prediction filter optimisations: avoid needless copying and switch then for, ...Robin Watts
2010-06-19Floats everywhere!Tor Andersson
2010-06-17Fix a handful typos reported in bug 691398.Tor Andersson
2010-06-16Fix typo in dev_text that caused the bounding boxes to be incorrect.Tor Andersson
2010-06-15Remove all use of the fz_mul255 macro in the porterduff/imagedraw code in fav...Robin Watts
2010-06-15Use scissor bbox to clip shadings instead of using scratch buffers.Tor Andersson
2010-06-16Do runtime endianness test instead of relying on unreliable preprocessor macros.Tor Andersson
2010-06-15Add missing break in fz_boundpath.Tor Andersson