Age | Commit message (Expand) | Author |
2017-04-27 | Clean up store debug printing. | Tor Andersson |
2017-04-27 | Include required system headers. | Tor Andersson |
2017-03-28 | pdf: Use FZ_ERROR_SYNTAX code for syntax errors. | Tor Andersson |
2017-03-24 | Ensure fz_store_types are all static const. | Robin Watts |
2017-03-22 | Rename fz_putc/puts/printf to fz_write_*. | Tor Andersson |
2017-03-03 | Fix 697554: Use the first 'cmap' table that matches. | Tor Andersson |
2017-03-03 | pdf: Additional entries in Mac OS Roman encoding not in MacRomanEncoding. | Tor Andersson |
2016-11-14 | Make fz_buffer structure private to fitz. | Robin Watts |
2016-10-19 | Rename internal headers to follow pattern *-imp.h. | Sebastian Rasmussen |
2016-10-18 | Avoid checking argument to fz_drop_*()/fz_free(). | Sebastian Rasmussen |
2016-10-05 | Move fz_font definition to be private. | Robin Watts |
2016-09-01 | Always use glyph aliases when creating encoding tables. | Tor Andersson |
2016-09-01 | pdf: Load/open streams by indirect reference object when possible. | Tor Andersson |
2016-09-01 | Simplify PDF resource caching table handling. | Tor Andersson |
2016-07-06 | pdf: Drop generation number from public interfaces. | Tor Andersson |
2016-06-22 | Use vertical presentation forms. | Tor Andersson |
2016-06-17 | Use 'size_t' instead of int as appropriate. | Robin Watts |
2016-06-14 | Fix typos in various parts of the code. | Sebastian Rasmussen |
2016-05-13 | Fix double free and memory leak. | Tor Andersson |
2016-04-27 | Fix 696649: remove fz_rethrow_message calls. | Tor Andersson |
2016-04-26 | pdfcreate: Use industry font name for built-in fonts. | Tor Andersson |
2016-04-12 | Silence some warnings in release builds. | Robin Watts |
2016-03-23 | Compile embedded fonts in separate C files. | Tor Andersson |
2016-03-21 | Allow building with old versions of freetype. | Tor Andersson |
2016-03-07 | Fix signed/unsigned comparison warning. | Robin Watts |
2016-03-02 | Fix mask flags to FT_Get_Advance in ft_width. | Tor Andersson |
2016-03-01 | Rename pdf_new_ref to pdf_add_object. | Tor Andersson |
2016-03-01 | Use FT_Get_Advance in when loading simple font widths in ft_width. | Tor Andersson |
2016-02-29 | pdf-font: Remove unused locking | Robin Watts |
2016-02-29 | Simplify ToUnicode CMap creation. | Tor Andersson |
2016-02-29 | Fix pdf_add_cid_font_widths to work on glyph indices as intended. | Tor Andersson |
2016-02-29 | Create CID font /W array as an indirect object. | Tor Andersson |
2016-02-29 | Clean up error handling. | Tor Andersson |
2016-02-29 | Use fz_advance_glyph when computing CID font widths array. | Tor Andersson |
2016-02-29 | Don't embed base 14 or substitute fonts. | Tor Andersson |
2016-02-29 | Rename pdf_add_simple_font_res and friends. | Tor Andersson |
2016-02-29 | Simplify font descriptor creation. | Tor Andersson |
2016-02-29 | Create simple font width table when creating the PDF object. | Tor Andersson |
2016-02-29 | Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer. | Tor Andersson |
2016-02-29 | Remove pdf_res struct. Use pdf_obj indirect references directly. | Tor Andersson |
2016-02-29 | Rename some functions. | Tor Andersson |
2016-02-29 | Don't deflate the font file stream. | Tor Andersson |
2016-02-29 | Add mutool create tool, and PDF font and image resource creation. | Michael Vrhel |
2016-02-29 | Remove useless FT_Set_Char_Size call. | Tor Andersson |
2016-02-22 | Remove pointless casts from void*. | Tor Andersson |
2016-02-10 | Add bold/italic/monospaced/serif flags to fz_font. | Tor Andersson |
2016-01-28 | Add Noto fallback fonts. | Tor Andersson |
2015-12-11 | Use fz_output instead of FILE* for most of our output needs. | Tor Andersson |
2015-10-02 | Don't stretch CJK substitute fonts. | Tor Andersson |
2015-10-02 | Fix 696148: Always create a glyph width table. | Tor Andersson |