Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-18 | All external drop functions handles NULL. | Sebastian Rasmussen | |
2016-09-08 | Make fz_option_eq() available outside of pdf-writer. | Sebastian Rasmussen | |
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-06-17 | Add device space transform state to draw device. | Tor Andersson | |
Allows us to remove the out parameter 'transform' from fz_begin_page. | |||
2016-06-17 | Use 'size_t' instead of int as appropriate. | Robin Watts | |
This silences the many warnings we get when building for x64 in windows. This does not address any of the warnings we get in thirdparty libraries - in particular harfbuzz. These look (at a quick glance) harmless though. | |||
2016-06-16 | Add PNG output for mutool convert. | Tor Andersson | |
2016-05-30 | Respect FZ_ENABLE_PDF=0 to allow dropping all PDF specific code in tools. | Tor Andersson | |
2016-05-13 | Fix double free and memory leak. | Tor Andersson | |
2016-05-13 | Add pdf write support to mutool convert. | Tor Andersson | |
2016-05-13 | Add long output option parsing. | Tor Andersson | |
Use comma-separated list of flags and key/value pairs, for example: "linearize,resolution=72,colorspace=gray" | |||
2016-04-27 | Don't return a void function. | Robin Watts | |
2016-04-26 | MSVC: Fix MSVC builds. | Robin Watts | |
Some new files hadn't been added to the solution, and we were calling strcasecmp instead of fz_strcasecmp. | |||
2016-04-26 | Add 'mutool convert' and new document writer interface. | Tor Andersson | |
Only supports CBZ writing for now. Also add a zip file writer. |