Age | Commit message (Collapse) | Author |
|
Use a macro to make fz_new_document nicer (akin to
fz_malloc_struct).
|
|
No images.
The default stylesheet is preliminary, and will need improvements.
|
|
|
|
In particular for html docs we were getting the refcount wrong,
causing us to leak on closedown.
|
|
|
|
Still a no-op except for returning the document format.
|
|
Add -U option to mupdf and mudraw to set a user stylesheet.
Uses a context to store user the stylesheet, just like the AA level.
|
|
|
|
|
|
Add margins of 1 em at the top and bottom of every page at the top level.
TODO: This should be set from the CSS using the @page selector, and be
collapsed with the body margins at the start and end of each chapter, as well
as the left and right body margins.
|
|
Trigger the default layout when needed, but only if no manual layout has
been done. This avoids doing a pointless double layout (once with default
when loading the document, then with the manual layout call with the
desired layout options).
|
|
|
|
Conflicts:
Makefile
|
|
|
|
|
|
|
|
|