summaryrefslogtreecommitdiff
path: root/source/html/epub-doc.c
AgeCommit message (Expand)Author
2018-10-23Remove extra blank lines.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-04-03epub: Cope with empty (zero units tall) chapters.Tor Andersson
2018-03-22html: Keep 'b' instead of 'h' in boxes.Tor Andersson
2017-12-13Parse XML using pool allocator.Tor Andersson
2017-09-20gl: Scroll to link coordinates when following links.Tor Andersson
2017-06-16epub: Drop container xml objects upon error.Sebastian Rasmussen
2017-06-16epub: Free chapter, path and buffer in case of error.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-04-27Make HTML header private.Tor Andersson
2017-04-13Move extension/mimetype detection to common function.Sebastian Rasmussen
2017-03-28Return fz_document from all document handlers.Sebastian Rasmussen
2017-03-23Introduce fz_new_derived_...Robin Watts
2017-03-22Update fz_new_page.Robin Watts
2017-02-06Make sure to fill in 'doc' field of HTML links.Tor Andersson
2017-02-06Add bookmarks so we can find a location after reflowing a document.Tor Andersson
2017-01-09Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.Tor Andersson
2017-01-09Add fz_terminate_buffer function.Tor Andersson
2016-12-16Move page size and margins into fz_html struct.Tor Andersson
2016-12-16gl: Print warning when link destinations cannot be found.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-14Add/fix page coordinates to link targets.Tor Andersson
2016-11-03Fix signed/unsigned and size_t/int/fz_off_t warnings.Robin Watts
2016-10-28epub: Add links to XHTML and FB2 formats.Tor Andersson
2016-10-28epub: Add 'id' attribute to all HTML elements, not just <a> tags.Tor Andersson
2016-10-28Clean up link destination handling.Tor Andersson
2016-10-14epub: Add hyperlinks.Tor Andersson
2016-10-12Split fz_html into fz_html and fz_html_box for nodes.Tor Andersson
2016-10-12Always call fz_drop_document() to drop the document.Sebastian Rasmussen
2016-10-11Free document in fz_drop_document(), not in subclassing documents.Sebastian Rasmussen
2016-10-10Bug 697123: epub: Adjust anchor positions using fragments.Robin Watts
2016-10-10Simplify linked list handling in epub-doc.cRobin Watts
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