Age | Commit message (Expand) | Author |
2018-04-03 | epub: Cope with empty (zero units tall) chapters. | Tor Andersson |
2018-03-22 | html: Keep 'b' instead of 'h' in boxes. | Tor Andersson |
2017-09-07 | Initialize variables to appease clang scan-build. | Sebastian Rasmussen |
2017-06-16 | Drop HTML document in case of error. | Sebastian Rasmussen |
2017-04-27 | Include required system headers. | Tor Andersson |
2017-04-27 | Make HTML header private. | Tor Andersson |
2017-04-13 | Move extension/mimetype detection to common function. | Sebastian Rasmussen |
2017-03-28 | Return fz_document from all document handlers. | Sebastian Rasmussen |
2017-03-23 | Introduce fz_new_derived_... | Robin Watts |
2017-03-22 | Update fz_new_page. | Robin Watts |
2017-02-06 | Make sure to fill in 'doc' field of HTML links. | Tor Andersson |
2017-02-06 | Add bookmarks so we can find a location after reflowing a document. | Tor Andersson |
2017-01-09 | Add fz_terminate_buffer function. | Tor Andersson |
2016-12-16 | Move page size and margins into fz_html struct. | Tor Andersson |
2016-11-14 | Add/fix page coordinates to link targets. | Tor Andersson |
2016-10-28 | epub: Add links to XHTML and FB2 formats. | Tor Andersson |
2016-10-12 | Split fz_html into fz_html and fz_html_box for nodes. | Tor Andersson |
2016-10-11 | Free document in fz_drop_document(), not in subclassing documents. | Sebastian Rasmussen |
2016-10-09 | html: Fix leak of buffer when opening as stream. | Sebastian Rasmussen |
2016-10-09 | html: Add missing function pointer when opening as stream. | Sebastian Rasmussen |
2016-09-26 | Fix memory leak when opening html/loading raw stream. | Sebastian Rasmussen |
2016-07-15 | Add interface indicating if a document is reflowable. | Sebastian Rasmussen |
2016-07-08 | Separate close and drop functionality for devices and writers. | Tor Andersson |
2016-06-17 | Use 'size_t' instead of int as appropriate. | Robin Watts |
2016-04-26 | Improve fz_new_document | Robin Watts |
2016-04-26 | fb2: Add basic FictionBook support. | Tor Andersson |
2016-04-06 | epub: Change order of arguments to fz_draw_html. | Tor Andersson |
2016-03-30 | Use fz_new_document for pdf and html docs. | Robin Watts |
2016-01-08 | epub: Fix memory leaks. | Tor Andersson |
2015-09-24 | epub: Add metadata function. | Tor Andersson |
2015-05-19 | epub: User stylesheets. | Tor Andersson |
2015-05-15 | epub: Apply @page selector margins. | Tor Andersson |
2015-04-20 | epub: Also accept ".htm" file extension. | Tor Andersson |
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 | html: Rename files. | Tor Andersson |