Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-05 | Pass matrices by value: device and document interface. | Tor Andersson | |
2017-06-22 | Move rasterizer/anti-alias choices into the draw device. | Robin Watts | |
We still use the fz_context versions as the default, but these can be overridden with draw device options. | |||
2017-04-27 | Include required system headers. | Tor Andersson | |
2017-01-17 | Fix 697476: Rename header files. | Tor Andersson | |
Xcode has an idiotic default configuration where it gets confused by include search paths and file names in projects, so that it will load our "mupdf/fitz/math.h" instead of the system <math.h>. Work around this by renaming header files that have the same base name as a system header (even though they live in a subdirectory, and should never be available directly on the compiler's include path). | |||
2016-11-14 | More API tweaks. | Robin Watts | |
Move internal functions from public to private headers. |