Age | Commit message (Expand) | Author |
2018-07-05 | Pass matrices by value: device and document interface. | Tor Andersson |
2018-07-05 | Pass rect and matrix by value in geometry functions. | Tor Andersson |
2018-04-03 | epub: Cope with empty (zero units tall) chapters. | Tor Andersson |
2018-03-22 | html: Build box model for tables. | Tor Andersson |
2018-03-22 | html: Keep 'b' instead of 'h' in boxes. | Tor Andersson |
2018-03-22 | Auto-size HTML layout if layout page height is 0. | Tor Andersson |
2018-02-08 | Add FZ_DEBUG_HTML option to EPUB parser. | Tor Andersson |
2017-12-13 | Parse XML using pool allocator. | Tor Andersson |
2017-09-20 | gl: Scroll to link coordinates when following links. | Tor Andersson |
2017-09-19 | Fix 698558: Handle non-tags in tag name comparisons. | Tor Andersson |
2017-09-07 | Initialize variables to appease clang scan-build. | Sebastian Rasmussen |
2017-08-10 | Bug 697988: Make sure to extend buffer to accomodate all text. | Sebastian Rasmussen |
2017-07-21 | Ignore image resolution in EPUB files. | Tor Andersson |
2017-07-06 | fz_var() variables must be initialized before fz_try. | Sebastian Rasmussen |
2017-06-29 | Harfbuzz tweaks. | Robin Watts |
2017-06-29 | html: Drop buffers in case of error. | Sebastian Rasmussen |
2017-06-28 | Always drop xml in case of error in HTML processing. | Sebastian Rasmussen |
2017-06-22 | Use unsigned char arrays in hexdumped data. | Tor Andersson |
2017-06-22 | Add Color Management interface to MuPDF, with LCMS implementation. | Michael Vrhel |
2017-06-16 | epub: Drop container xml objects upon error. | Sebastian Rasmussen |
2017-06-16 | epub: Free chapter, path and buffer in case of error. | Sebastian Rasmussen |
2017-06-16 | Drop HTML document in case of error. | Sebastian Rasmussen |
2017-05-31 | Avoid double literals causing casts to float. | Sebastian Rasmussen |
2017-05-23 | Handle 'auto' property in css numbers. Support block box 'width' property. | Tor Andersson |
2017-04-27 | Typedef function pointers consistently. | Tor Andersson |
2017-04-27 | Make CSS rule debug printing functions static. | Tor Andersson |
2017-04-27 | Rewrite HTML layout debug printing. | Tor Andersson |
2017-04-27 | Include required system headers. | Tor Andersson |
2017-04-27 | Remove public SVG header. | Tor Andersson |
2017-04-27 | Make HTML header private. | Tor Andersson |
2017-04-27 | Include "mupdf/ucdn.h" explicitly. | Tor Andersson |
2017-04-25 | Fix 697123: Handle nesting of block-boxes deep inside inline-boxes. | 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-03-20 | epub: Fix disappearing images bug. | Tor Andersson |
2017-03-01 | epub: Adjust y coordinate for page_top in draw calls, not by top matrix. | Tor Andersson |
2017-03-01 | Don't truncate page height when loading links. | Tor Andersson |
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 | epub: Reset old line breaks before choosing new ones. | Tor Andersson |
2017-01-09 | Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer. | Tor Andersson |
2017-01-09 | Add fz_terminate_buffer function. | Tor Andersson |
2016-12-27 | Strip extraneous blank lines. | Tor Andersson |
2016-12-16 | Fix 697355: Use @page background color. | Tor Andersson |
2016-12-16 | Move page size and margins into fz_html struct. | Tor Andersson |
2016-12-16 | gl: Print warning when link destinations cannot be found. | Tor Andersson |
2016-11-23 | Add toggle to enable/disable document styles. | Tor Andersson |
2016-11-16 | Fix 697335: Handle links with content in nested tag. | Tor Andersson |