Age | Commit message (Expand) | Author |
2018-10-23 | Add fz_write_pixmap_as_data_uri helper function. | Tor Andersson |
2018-10-23 | Don't rely on CSS classes in HTML5 text output. | Tor Andersson |
2018-07-05 | Pass rects by value: device and document interface. | Tor Andersson |
2018-07-05 | Pass rect and matrix by value in geometry functions. | Tor Andersson |
2018-06-22 | Use fz_quad type in structured text and selection/highlighting. | Tor Andersson |
2017-11-08 | Select and copy structured text by lines. | Tor Andersson |
2017-11-01 | Add separate fz_close_output step. | Tor Andersson |
2017-09-07 | Make sure to always drop a fz_device even upon error. | Sebastian Rasmussen |
2017-08-21 | Remove redundant fz_stext_char_bbox function. | Tor Andersson |
2017-08-17 | Use font name in HTML output. | Tor Andersson |
2017-08-17 | Detect superscript style in stext html/xhtml output. | Tor Andersson |
2017-08-17 | Add direction of writing vector to fz_stext_line struct. | Tor Andersson |
2017-08-17 | Simplify stext structure and device. | Tor Andersson |
2017-08-09 | Put XHTML images inside a <p> tag (make them block level). | Tor Andersson |
2017-08-09 | Add common fz_write_image_as_data_uri function for HTML and SVG output. | Tor Andersson |
2017-07-27 | Add text format document writer. | Tor Andersson |
2017-07-27 | Add fz_write_base64 function. | Tor Andersson |
2017-06-22 | Add Color Management interface to MuPDF, with LCMS implementation. | Michael Vrhel |
2017-03-22 | Rename fz_putc/puts/printf to fz_write_*. | Tor Andersson |
2017-02-20 | Add fz_font_is_bold and italic functions. Use them for svg output. | Tor Andersson |
2016-11-14 | Make fz_buffer structure private to fitz. | Robin Watts |
2016-10-07 | Add ctx to fz_font functions. | Robin Watts |
2016-10-05 | Move fz_font definition to be private. | Robin Watts |
2016-09-14 | Add scripts to remove/replace 'static' from functions. | Robin Watts |
2016-06-17 | Use 'size_t' instead of int as appropriate. | Robin Watts |
2016-04-28 | Refactor fz_image code cases. | Robin Watts |
2016-04-28 | Partial image decode. | Robin Watts |
2015-12-15 | Rename fz_output_x to fz_write_pixmap_as_x etc. | Tor Andersson |
2015-12-11 | Rename structured text structs and functions to 'stext'. | Tor Andersson |
2015-02-17 | Add ctx parameter and remove embedded contexts for API regularity. | Tor Andersson |
2013-10-10 | Add fz_new_png_from_pixmap | Robin Watts |
2013-06-20 | Rearrange source files. | Tor Andersson |