Age | Commit message (Expand) | Author |
2011-12-08 | Throw exceptions for read errors. | Tor Andersson |
2011-12-06 | Move antialias levels into context. | Robin Watts |
2011-11-28 | Move Freetype globals into context. | Robin Watts |
2011-10-04 | Move to exception handling rather than error passing throughout. | Robin Watts |
2011-09-21 | Add warning context. | Tor Andersson |
2011-09-21 | Rename malloc functions for arrays (fz_calloc and fz_realloc). | Tor Andersson |
2011-09-21 | Don't thread ctx through safe fz_obj functions. | Tor Andersson |
2011-09-15 | Add context to mupdf. | Robin Watts |
2011-09-14 | Initial import of exception handling code | Robin Watts |
2011-08-06 | Cosmetic style fixes. | Tor Andersson |
2011-08-01 | Add support for colored Type3 glyphs (ones that use d0). | Robin Watts |
2011-07-26 | Fix bug 692354: Horizontal white lines in images. | Robin Watts |
2011-04-20 | Revert part of "Tweak hinting flags to freetype." | Tor Andersson |
2011-04-15 | Tweak hinting flags to freetype. | Tor Andersson |
2011-04-15 | Use artificial italics and emboldening for substitute font. | Tor Andersson |
2011-04-15 | Use DroidSans.ttf as substitute font. | Tor Andersson |
2011-04-11 | Add triangle caps; separate start, dash and end cap styles for XPS. | Tor Andersson |
2011-04-08 | Simplify arguments to fz_new_pixmap. | Tor Andersson |
2011-04-08 | Add special case non-aa scan converter with accompanying blit functions. | Tor Andersson |
2011-04-07 | Add text antialiasing too. | Robin Watts |
2011-04-04 | Le Roi est mort, vive le Roi! | Tor Andersson |
2011-04-03 | xps: Plug memory leaks. | Tor Andersson |
2011-04-03 | xps: Fix bugs uncovered by QualityLogicMinBar tests. | Tor Andersson |
2011-02-23 | Revert to using fthint since we cannot rely on FreeType's trickyness detectio... | Tor Andersson |
2011-02-23 | Remove fthint workaround for DynaLab fonts, since that is now a part of freet... | Tor Andersson |
2011-02-17 | Stretch glyphs for substituted fonts when stroking the same as when filling. | Tor Andersson |
2011-02-04 | Add ftsize and ftfile fields to font struct for SumatraPDF use. | Tor Andersson |
2011-02-02 | Store font data buffer in fz_font rather than in pdf_fontdesc. Fixes bug wher... | Tor Andersson |
2011-01-27 | Add fz_calloc function to check for integer overflow when allocating arrays, ... | Tor Andersson |
2010-12-30 | Adhere to nil idiom. | Sebastian Rasmussen |
2010-11-28 | Support luminosity softmask background colors. | Tor Andersson |
2010-08-04 | Rearrange low level painting functions and add new functions for constant alp... | Tor Andersson |
2010-07-17 | Remove all trailing whitespace. | Tor Andersson |
2010-07-17 | Minor edits. | Tor Andersson |
2010-07-17 | Support SMasks for general graphics (incomplete). | Tor Andersson |
2010-07-15 | Check page for transparency to install a page-level transparency group. | Tor Andersson |
2010-07-13 | Implement stroked text. | Tor Andersson |
2010-07-09 | Rearrange and merge some files in the fitz directory. | Tor Andersson |
2010-06-29 | Reformat to remove all instances of double spaces (to easier spot indentation... | Tor Andersson |
2010-06-21 | Fix ascender and descender and other metric calculations to use proper scalin... | Tor Andersson |
2010-06-19 | Floats everywhere! | Tor Andersson |
2010-05-14 | Add workaround to clip image blits against the unit rectangle. | Tor Andersson |
2010-05-11 | Use the bbox device to get an accurate bounding box for type 3 font glyphs. | Tor Andersson |
2010-04-24 | Add font width scaling for rendering substituted fonts. | Tor Andersson |
2010-04-24 | Round type 3 font bounding box size outward when rendering. | Tor Andersson |
2010-04-16 | Rewrite glyph cache to use fz_hashtable without a fixed size buffer. | Tor Andersson |
2010-04-15 | Make the content stream interpreter automatically rewind the fz_buffer. | Tor Andersson |
2010-04-15 | Make the glyph cache an input to fz_newdrawdevice so that it can be shared be... | Tor Andersson |
2010-04-11 | Rename functions fz_intersectirects and fz_transformaabb. | Tor Andersson |
2010-04-11 | Revert to using fitz string functions instead of non-standard libc variants. | Tor Andersson |