Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-04 | Update win32 project files after reshuffling. | Tor Andersson | |
2011-04-04 | xps: Send a bigger view rect for X/Y flipped tiles. | Tor Andersson | |
2011-04-04 | pdf: Purge URW Chancery from the set of built in fonts. | Tor Andersson | |
2011-04-04 | cmapdump: dump cmap data sources in a much more compact format. | Tor Andersson | |
2011-04-04 | pdf: Rename mupdf directory. | Tor Andersson | |
2011-04-04 | draw: Rename files in draw directory. | Tor Andersson | |
2011-04-04 | draw: Combine pathfill.c and pathscan.c | Tor Andersson | |
2011-04-04 | draw: Purge old (fast but too ugly) image scaling code. | Tor Andersson | |
2011-04-04 | Add device interface functions to draw tiled patterns. | Tor Andersson | |
2011-04-04 | draw: Fix bug in display list culling. | Tor Andersson | |
The node bbox was not transformed to device space before the visibility test. | |||
2011-04-04 | apps: Correctly invert hits that span lines. | Tor Andersson | |
2011-04-04 | pdf: Add workaround for S22PDF lying about encodings. | Tor Andersson | |
A popular pdf creator from china has produced many files without embedded fonts, which state that they use WinAnsiEncoding, but in fact use cp936. This workaround detects some of these cases. Thanks to SumatraPDF for the patch. | |||
2011-04-04 | pdf: Respect OCG target state visibility flags. | Tor Andersson | |
2011-04-04 | draw: Speed up display list execution by using a visibility test. | Tor Andersson | |
2011-04-04 | Change how files are opened with fz_openfd/file/filew. | Tor Andersson | |
2011-04-04 | Incorporate small fixes from SumatraPDF. | Tor Andersson | |
2011-04-04 | xps: Always use floats for floating point math. | Tor Andersson | |
2011-04-04 | pdf: Also interpolate images that aren't to be interpolated up to 200% | Tor Andersson | |
2011-04-03 | xps: Plug memory leaks. | Tor Andersson | |
2011-04-03 | Merge branch 'xps' | Tor Andersson | |
2011-04-03 | draw: Fix regression introduced with bug 692117. | Tor Andersson | |
Only scale grayscale images before color converting, at least until we figure out how to consistently handle premultiplied alpha with the smooth scaling and color conversion code. We must also take care not to scale indexed images! | |||
2011-04-03 | xps: XPS uses 96 dpi as default where PDF uses 72. | Tor Andersson | |
2011-04-03 | xps: Fix bugs uncovered by QualityLogicMinBar tests. | Tor Andersson | |
2011-04-03 | xps: Update win32 project files. | Tor Andersson | |
2011-04-03 | xps: Propagate bounding box through canvas and tiles. | Tor Andersson | |
2011-04-03 | xps: Fix some issues with the XML parser. | Tor Andersson | |
The new XML parser doesn't strip namespace prefixes, so we need to look for "x:Key" rather than just "Key". Also increase the max tag name length to avoid truncating tag names like "LinearGradientBrush.GradientStops". | |||
2011-04-03 | xps: Use fz_pixmap directly instead of wrapping it in xps_image. | Tor Andersson | |
2011-04-03 | xps: Remove xps_context from hash table implementation. | Tor Andersson | |
2011-04-03 | xps: Rearrange files, part three. | Tor Andersson | |
2011-04-03 | xps: Rearrange files, part two. | Tor Andersson | |
2011-04-03 | xps: Rearrange files, part one. | Tor Andersson | |
2011-04-03 | xps: Remove dependency on expat. | Tor Andersson | |
2011-04-02 | pdf: Clamp maxval and always clear the lookup table in indexed colorspaces. | Tor Andersson | |
2011-04-01 | xps: Fix trivial bug. | Tor Andersson | |
2011-04-01 | apps: Add XPS support to mupdf viewer. | Tor Andersson | |
2011-04-01 | Use a function pointer for resolveindirect. | Tor Andersson | |
This removes a static dependency between fitz and mupdf. Fitz should now be link time independent of mupdf again. | |||
2011-04-01 | xps: Pass bounding box to opacity mask brush. | Tor Andersson | |
2011-04-01 | xps: Remove 'path' and 'text' state objects from context. | Tor Andersson | |
2011-04-01 | xps: Repeat enough tiles to cover the shape being filled. | Tor Andersson | |
2011-04-01 | xps: Use Opacity attribute for setting constant alpha. | Tor Andersson | |
2011-04-01 | draw: Convert and scale images in the cheapest order. | Tor Andersson | |
Grayscale images should be converted to RGB after downscaling, and vice versa for CMYK -> RGB. Separation and DeviceN based images have very expensive color conversions and should also be converted after scaling. | |||
2011-04-01 | pdf: Incorporate patches from SumatraPDF. | Tor Andersson | |
Fix font resource leak, and handle Tc/Tw keywords in text object arrays. Also include annotations in the page transparency group. Fix encryption key length calculations. | |||
2011-04-01 | xps: Use opacity masks, and draw gradients with opacity. | Tor Andersson | |
2011-04-01 | xps: Respect PathGeometry.Transform attribute. | Tor Andersson | |
2011-04-01 | xps: fix clip/popclip nesting | Tor Andersson | |
2011-04-01 | xps: Remove dependency on libpng. | Tor Andersson | |
2011-03-31 | xps: 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-31 | xps: Draw linear and radial gradients (no pad/repeat/reflect). | Tor Andersson | |
2011-03-31 | xps: Clean up image loading code, and handle images with alpha. | Tor Andersson | |
2011-03-30 | xps: s/could not/cannot/ in error messages | Tor Andersson | |