summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Collapse)Author
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 ↵Tor Andersson
indentation errors in the future).
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 ↵Tor Andersson
them overflow/truncate.
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
image resources for dev_text.
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 ↵Tor Andersson
scaling values.
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. ↵Tor Andersson
Changed key bindings a bit.
2010-06-20Rename the remaining non-reference-counted free functions to free instead of ↵Tor Andersson
drop.
2010-06-18Prediction filter optimisations: avoid needless copying and switch then for, ↵Robin Watts
not for then switch.
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 ↵Robin Watts
favour of doing blending using some macros.
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
2010-06-15Rearrange in Makerules and Makethird to remove cyclical dependencies.Tor Andersson
2010-06-15Allow bare J2K code streams in the JPXDecode filter.Tor Andersson
2010-06-05Do text extraction heuristics in device space in order to be more robust.Tor Andersson
2010-06-03Add wmode flag to text objects to support vertical writing mode in the text ↵Tor Andersson
extraction device.
2010-05-31Initialize variables, fixing potential bugs.Tor Andersson
2010-05-31Replace getopt with Henry Spencer's public domain implementation.Tor Andersson
2010-05-27Add optimized function written in C that depends on integers being exactly ↵Tor Andersson
32-bit.
2010-05-27Add Robin Watts' arm assembler version of path_w4i1o4.Tor Andersson
2010-05-27Select the fast DCT transform in libjpeg at the correct location.Tor Andersson
2010-05-26Optimize lexer by using unreadbyte and switches rather than chained ifs.Robin Watts
2010-05-25Support one-to-many glyph/character mappings.Tor Andersson
2010-05-25Expand ligature presentation forms into their individual characters when ↵Tor Andersson
extracting text.
2010-05-25Merge fitz_res.h and fitz_draw.hTor Andersson
2010-05-22Rename shade to shading.Sebastian Rasmussen
2010-05-20Draw images with anti-aliased edges.Tor Andersson
2010-05-20Use more accurate fz_mul255.Tor Andersson
2010-05-19Clip the bounding box returned from the global edge list against the ↵Tor Andersson
scissor, since the global edge list only clips lines against the top and bottom edges.
2010-05-19Treat rectangular clip paths as a special case using scissoring rectangles.Tor Andersson