Age | Commit message (Expand) | Author |
2016-10-07 | Add ctx to fz_font functions. | Robin Watts |
2016-10-06 | Squash compiler warning. | Robin Watts |
2016-10-05 | Add a const to a lookup function. | Robin Watts |
2016-10-05 | Simplify fz_new_type3_font | Robin Watts |
2016-10-05 | Uncouple font shaper data from harfbuzz. | Robin Watts |
2016-10-05 | Move fz_font definition to be private. | Robin Watts |
2016-09-13 | Bug 696984: Type 3 fonts bbox fixes. | Robin Watts |
2016-08-01 | Move to bitfields in fz_font rather than chars/ints etc. | Robin Watts |
2016-08-01 | Bug 696984: Badly rendered characters. | Robin Watts |
2016-07-08 | Separate close and drop functionality for devices and writers. | Tor Andersson |
2016-06-23 | epub: Use markup language when shaping and selecting fallback fonts. | Tor Andersson |
2016-06-17 | Add mediabox argument to fz_new_display_list. | Tor Andersson |
2016-06-17 | Add device space transform state to draw device. | Tor Andersson |
2016-06-17 | Use 'size_t' instead of int as appropriate. | Robin Watts |
2016-05-30 | Avoid fz_font pulling harfbuzz in. | Robin Watts |
2016-05-24 | fz_pixmap revamp: add stride and make alpha optional | Robin Watts |
2016-04-26 | Allow text/graphics aa levels to be controlled separately. | Robin Watts |
2016-04-04 | epub: Add harfbuzz bypass for fonts without opentype tables. | Tor Andersson |
2016-04-04 | Always set glyph_count! | Tor Andersson |
2016-04-04 | Add glyph names to trace device output. | Tor Andersson |
2016-03-30 | Use the font bbox for bounding empty glyphs. | Robin Watts |
2016-03-28 | Add missing hb_lock/unlock around shaper freeing. | 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-11 | Rejig Bidirectional and Text code. | Robin Watts |
2016-02-29 | Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer. | Tor Andersson |
2016-02-24 | Add fz_show_string function and move wmode argument to end. | Tor Andersson |
2016-02-15 | Convert line cap types to freetype linecap types properly. | Tor Andersson |
2016-02-10 | Add bold/italic/monospaced/serif flags to fz_font. | Tor Andersson |
2016-02-04 | Make HTML layout use harfbuzz for shaping. | Robin Watts |
2016-01-28 | Add fallback font cache to font context. | Tor Andersson |
2016-01-22 | epub: Implement @font-face rules. | Tor Andersson |
2016-01-21 | epub: Put font fallback chain in fz_font. | Tor Andersson |
2016-01-21 | Drop the const on fz_font. | Tor Andersson |
2016-01-13 | Add lots of consts. | Robin Watts |
2016-01-08 | Use a binned cache for font encoding lookups. | Tor Andersson |
2016-01-08 | Optimize font advance and encoding caches. | Tor Andersson |
2016-01-06 | epub: Cache font encoding lookups. | Tor Andersson |
2016-01-05 | epub: Speed up font layout by caching freetype advance widths. | Tor Andersson |
2015-12-11 | Use fz_output instead of FILE* for most of our output needs. | Tor Andersson |
2015-10-06 | Never squish a substitute font to zero width, in case of broken font metrics. | Tor Andersson |
2015-10-05 | Use FT_Get_Advance in glyph width scaling calculations. | 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 |
2015-04-07 | Use fz_advance_glyph rather than direct FT calls during PDF layout. | Robin Watts |
2015-03-24 | Path rework for improved memory usage. | Robin Watts |
2015-02-24 | Bug 695843: Tweak bboxes of type3 fonts; honour the d1 values. | Robin Watts |
2015-02-17 | Add helper functions to keep/drop reference counts with locking. | Tor Andersson |
2015-02-17 | Add ctx parameter and remove embedded contexts for API regularity. | Tor Andersson |
2015-02-17 | Rename fz_close_* and fz_free_* to fz_drop_*. | Tor Andersson |