summaryrefslogtreecommitdiff
path: root/source/html/epub-doc.c
AgeCommit message (Expand)Author
2016-09-08EPUB and XPS may only be zip archives or directories.Sebastian Rasmussen
2016-07-15Add interface indicating if a document is reflowable.Sebastian Rasmussen
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-04-26Improve fz_new_documentRobin Watts
2016-04-06epub: Remove debug logging printfs.Tor Andersson
2016-04-06epub: Change order of arguments to fz_draw_html.Tor Andersson
2016-01-08epub: Fix memory leaks.Tor Andersson
2015-10-02epub: Parse NCX table of contents.Tor Andersson
2015-10-02epub: Parse enough metadata to find title and author.Tor Andersson
2015-09-24epub: Add metadata function.Tor Andersson
2015-05-19epub: User stylesheets.Tor Andersson
2015-05-19epub: Use per chapter page margins.Tor Andersson
2015-05-15epub: Apply @page selector margins.Tor Andersson
2015-05-05epub: Bail if rights.xml or encryption.xml are present (not DRM-free EPUB).Tor Andersson
2015-05-05epub: Decode URL escapes in epub paths.Tor Andersson
2015-04-15epub: Check version number and warn if it's not an EPUB 2.0 file.Tor Andersson
2015-04-08Fix windows builds of epub-doc.cRobin Watts
2015-04-07Add some basic page margins to EPUB layout.Tor Andersson
2015-04-07Trigger default layout in fz_document layer.Tor Andersson
2015-02-26Clean up some type casts.Tor Andersson
2015-02-23Merge branch 'html'Tor Andersson
2014-12-03html: Clean up some naming.Tor Andersson
2014-12-03html: Free css structures.Tor Andersson
2014-12-03html: Rename style, box and flow structs.Tor Andersson
2014-12-03epub: Add EPUB document type.Tor Andersson