index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
html
/
epub-doc.c
Age
Commit message (
Expand
)
Author
2016-01-08
epub: Fix memory leaks.
Tor Andersson
2015-10-02
epub: Parse NCX table of contents.
Tor Andersson
2015-10-02
epub: Parse enough metadata to find title and author.
Tor Andersson
2015-09-24
epub: Add metadata function.
Tor Andersson
2015-05-19
epub: User stylesheets.
Tor Andersson
2015-05-19
epub: Use per chapter page margins.
Tor Andersson
2015-05-15
epub: Apply @page selector margins.
Tor Andersson
2015-05-05
epub: Bail if rights.xml or encryption.xml are present (not DRM-free EPUB).
Tor Andersson
2015-05-05
epub: Decode URL escapes in epub paths.
Tor Andersson
2015-04-15
epub: Check version number and warn if it's not an EPUB 2.0 file.
Tor Andersson
2015-04-08
Fix windows builds of epub-doc.c
Robin Watts
2015-04-07
Add some basic page margins to EPUB layout.
Tor Andersson
2015-04-07
Trigger default layout in fz_document layer.
Tor Andersson
2015-02-26
Clean up some type casts.
Tor Andersson
2015-02-23
Merge branch 'html'
Tor Andersson
2014-12-03
html: Clean up some naming.
Tor Andersson
2014-12-03
html: Free css structures.
Tor Andersson
2014-12-03
html: Rename style, box and flow structs.
Tor Andersson
2014-12-03
epub: Add EPUB document type.
Tor Andersson