summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-31xps: Fix bugs in TIFF reader.Tor Andersson
WhiteIsBlack was flipped for fax images. re-multiplying alpha with CMYK images needs special care because of subtractive colors.
2011-03-31xps: Draw linear and radial gradients (no pad/repeat/reflect).Tor Andersson
2011-03-31xps: Clean up image loading code, and handle images with alpha.Tor Andersson
2011-03-30xps: s/could not/cannot/ in error messagesTor Andersson
2011-03-30xps: Decode and draw images.Tor Andersson
2011-03-30xps: Use fz_calloc for array allocations.Tor Andersson
2011-03-30xps: Use fitz memory and string functions.Tor Andersson
2011-03-30xps: remove _t wartTor Andersson
2011-03-30xps: Support vertical writing mode.Tor Andersson
2011-03-29xps: Rudimentary support for tiling with fixed number of repeats.Tor Andersson
2011-03-29xps: Fix matrix concatenation order.Tor Andersson
2011-03-29xps: Fix cluster mapping bug.Tor Andersson
2011-03-28xps: Draw Glyphs elements.Tor Andersson
2011-03-28xps: More fixes and cleanups to parsing.Tor Andersson
2011-03-22xps: use fitz runtime and remove ghostscript specific code so it compiles.Tor Andersson
2011-03-22xps: import ghostxps sourceTor Andersson
2011-03-10Fix integer overflow in compression bomb multiplication by using a division ↵Tor Andersson
instead.
2011-03-09Draw radial shading extensions in the right order.Tor Andersson
2011-03-09Allow JPX images to be soft masks.Tor Andersson
2011-03-09Move manpages out from debian into apps/man, and install them when running ↵Tor Andersson
make install.
2011-03-09Remove duplicated line in usage message.Tor Andersson
2011-03-09Use CFLAGS from the environment if set.Tor Andersson
2011-03-08debian/mupdf.desktop: fix typo.Tor Andersson
2011-03-07Fix typo in pspush* and check for invalid input to under/overflow checks.Tor Andersson
2011-03-06Slim down freetype thirdparty library build.Tor Andersson
2011-03-06Transform text hitboxes to get the correct text when copying the selection.Tor Andersson
2011-03-06Add error message buffer for GUI applications to display the latest error ↵Tor Andersson
stack trace.
2011-03-06Inhibit warning message spam by introducing a repeat counter.Tor Andersson
2011-03-06Don't let function evaluation throw errors, and clean up postscript function ↵Tor Andersson
code.
2011-03-06Add explicit EOF testing functions.Tor Andersson
2011-03-04Fix include search path for Makethird so filt_dctd will find jconfig.hTor Andersson
2011-03-03Add new (simpler) MSVC project files.Tor Andersson
2011-03-03Zap the old MSVC project files.Tor Andersson
2011-03-03Update version numbers.Tor Andersson
2011-03-02Comply with the stream read protocol in flate decoder: always fill the ↵Tor Andersson
output buffer with all available data.
2011-03-02Use buffering for small reads.Tor Andersson
2011-03-01Update icons.Tor Andersson
2011-03-01Fix subtle path stroking bug where closepath did not update the pen position.Tor Andersson
2011-02-23Update Makefiles and project files for new thirdparty versions.Tor Andersson
2011-02-23Use readbits function in LZW decoder.Tor Andersson
2011-02-23Add bitstream reader functions.Tor Andersson
2011-02-23Stylistic cleanups in LZW decoder: copy state variables in locals.Tor Andersson
2011-02-23Check for DynaLab fonts explicitly by name.Tor Andersson
2011-02-23Revert to using fthint since we cannot rely on FreeType's trickyness ↵Tor Andersson
detection on some subset fonts.
2011-02-23Remove fthint workaround for DynaLab fonts, since that is now a part of ↵Tor Andersson
freetype.
2011-02-23Use FT_IS_TRICKY to check for DynaLab fonts that need forced hinting.Tor Andersson
2011-02-18Make pdfdraw -tt output valid XML.Tor Andersson
2011-02-17Stretch glyphs for substituted fonts when stroking the same as when filling.Tor Andersson
2011-02-12Calculate the y sub pixel position correctly.Robin Watts
2011-02-10Improve error messages in indirect object parser.Tor Andersson