Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-08 | Separate close and drop functionality for devices and writers. | Tor Andersson | |
Closing a device or writer may throw exceptions, but much of the foreign language bindings (JNI and JS) depend on drop to never throw an exception (exceptions in finalizers are bad). | |||
2016-05-20 | html: Add SVG image support. | Tor Andersson | |
2016-04-26 | Improve fz_new_document | Robin Watts | |
Use a macro to make fz_new_document nicer (akin to fz_malloc_struct). | |||
2016-04-26 | svg: Add fz_new_display_list_from_svg function. | Tor Andersson | |
2016-04-26 | Fix refcounting on SVG documents. | Robin Watts | |
2016-04-26 | svg: Add SVG parser. | Tor Andersson | |
svg: Implement graphics state stack. svg: Use idmap for symbol and use elements. svg: Put viewport and viewBox in state stack. svg: Rebase to version 1.9 master. |