Age | Commit message (Expand) | Author |
2012-01-06 | XPS tweaks/fixes. | Robin Watts |
2012-01-06 | Various fixes to avoid arithmetic problems. | Robin Watts |
2012-01-06 | Fix xps tiff context problem. | Robin Watts |
2012-01-06 | Various memory leak fixes. | Robin Watts |
2012-01-05 | Remove stray semicolons and fix typo in xps zip code. | Tor Andersson |
2011-12-30 | Avoid SEGV when reading PNG from XPS | Robin Watts |
2011-12-28 | Outline/link destination tweaks. | Robin Watts |
2011-12-16 | Add fz_malloc_struct, and make code use it. | Robin Watts |
2011-12-15 | Remove 'soft limit' on pixmaps in favour of fz_store. | Robin Watts |
2011-12-15 | Rework pdf_store to fz_store, a part of fz_context. | Robin Watts |
2011-12-08 | Throw exceptions in xps code. | Tor Andersson |
2011-11-15 | Merge branch 'master' into context | Robin Watts |
2011-11-10 | Add XPS outline parsing and move outline data struct to fz_outline. | Tor Andersson |
2011-10-04 | Move to exception handling rather than error passing throughout. | Robin Watts |
2011-09-21 | Rename xps_context to xps_document. | Tor Andersson |
2011-09-21 | Add warning context. | Tor Andersson |
2011-09-21 | Rename malloc functions for arrays (fz_calloc and fz_realloc). | Tor Andersson |
2011-09-21 | Don't thread ctx through safe fz_obj functions. | Tor Andersson |
2011-09-15 | Add context to mupdf. | Robin Watts |
2011-09-14 | Initial import of exception handling code | Robin Watts |
2011-09-06 | Don't invoke tiling device calls when there is only one tile to be drawn. | Tor Andersson |
2011-08-09 | Fix bug 692284: return error for empty resource dictionaries. | Tor Andersson |
2011-08-09 | Fix bug 692412: typo in buffer size. | Tor Andersson |
2011-07-08 | Clip area optimisations for displaylist case: | Robin Watts |
2011-05-31 | Use fz_atof in XPS interpreter. | Tor Andersson |
2011-04-12 | Avoid conflict with compiler builtin definitions of tolower. | Tor Andersson |
2011-04-11 | Add triangle caps; separate start, dash and end cap styles for XPS. | Tor Andersson |
2011-04-10 | xps: Use specific font cache struct instead of hash table. | Tor Andersson |
2011-04-08 | Add soft limit to pixmap allocation. | Tor Andersson |
2011-04-08 | Simplify arguments to fz_new_pixmap. | Tor Andersson |
2011-04-08 | Various patches from SumatraPDF. | Tor Andersson |
2011-04-08 | Remove inline keyword where it is not strictly necessary for performance. | Tor Andersson |
2011-04-07 | Use fz_stream instead of FILE* to open XPS files. | Tor Andersson |
2011-04-05 | Add wrapper functions around device calls. | Tor Andersson |
2011-04-05 | Clean up xps and pdf page access functions. | Tor Andersson |
2011-04-04 | Le Roi est mort, vive le Roi! | Tor Andersson |
2011-04-04 | xps: Convert CMYK with alpha to RGB early to avoid premul alpha headaches. | Tor Andersson |
2011-04-04 | xps: Send a bigger view rect for X/Y flipped tiles. | Tor Andersson |
2011-04-04 | Add device interface functions to draw tiled patterns. | Tor Andersson |
2011-04-04 | Change how files are opened with fz_openfd/file/filew. | Tor Andersson |
2011-04-04 | xps: Always use floats for floating point math. | Tor Andersson |
2011-04-03 | xps: Plug memory leaks. | Tor Andersson |
2011-04-03 | Merge branch 'xps' | Tor Andersson |
2011-04-03 | xps: Fix bugs uncovered by QualityLogicMinBar tests. | 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 |
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 |