Age | Commit message (Expand) | Author |
2015-02-25 | Add 64 bit windows builds to MSVC solution. | Robin Watts |
2015-02-25 | filter-fax.c: remove cf_uncompressed_decode, it's never used | Joseph Heenan |
2015-02-25 | Avoid fz_begin_tile_id ever returning an undefined value. | Robin Watts |
2015-02-25 | Text device; collect matrix and bbox for images too. | Robin Watts |
2015-02-24 | Update display list tile skipping. | Robin Watts |
2015-02-24 | Fix incorrect object culling in display list. | Robin Watts |
2015-02-24 | Bug 695843: Tweak bboxes of type3 fonts; honour the d1 values. | Robin Watts |
2015-02-24 | fz_irect_from_rect; don't make a non empty irect from an empty rect. | Robin Watts |
2015-02-24 | Squash some warnings from scan build. | Robin Watts |
2015-02-23 | Merge branch 'html' | Tor Andersson |
2015-02-23 | Fix double-malloc error. | Tor Andersson |
2015-02-20 | Add fz_trim_path and call it. | Robin Watts |
2015-02-20 | Rejig display device to have a more compact memory representation. | Robin Watts |
2015-02-20 | Do not crash on text extraction on pages with no text. | Robin Watts |
2015-02-18 | Fix 695831: integer overflow in PNG and TIFF loaders. | Tor Andersson |
2015-02-17 | Fix memory leak in fz_page. | Tor Andersson |
2015-02-17 | Use embedded superclass struct instead of user pointer in devices. | Tor Andersson |
2015-02-17 | Add helper functions to keep/drop reference counts with locking. | Tor Andersson |
2015-02-17 | Remove pointless return value checks when calling fz_open_file. | 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 |
2015-02-17 | Reference count fz_document. | Tor Andersson |
2015-02-17 | Reference count fz_path and fz_text. | Tor Andersson |
2015-02-10 | Add some Memento_labels to aid debugging of leaks. | Robin Watts |
2015-02-10 | Attempting to render a JPEG with xres and yres set to 1 fails. | Robin Watts |
2014-12-18 | Bug 695746: make LZW decoder slightly more tolerant | Simon Bünzli |
2014-12-12 | fix memory leaks | Simon Bünzli |
2014-12-03 | epub: Add EPUB document type. | Tor Andersson |
2014-12-03 | html: Add scaffolding. | Tor Andersson |
2014-12-03 | Fix leak of directory string in fz_archive. | Tor Andersson |
2014-12-03 | Don't automatically trim buffer during fz_keep_buffer. | Tor Andersson |
2014-12-03 | Add fz_layout_document function. | Tor Andersson |
2014-12-03 | Add dirname and cleanname path manipulation functions. | Tor Andersson |
2014-12-03 | Add ZIP file and directory reading module. | Tor Andersson |
2014-12-03 | Fix off-by-one in fz_write_buffer_byte. | Tor Andersson |
2014-12-03 | Add convenience fz_read_file function. | Tor Andersson |
2014-12-03 | Don't always trim the buffer when calling fz_read_all. | Tor Andersson |
2014-12-03 | xml: Make accessors NULL-resistant. Add fz_xml_find functions. | Tor Andersson |
2014-12-03 | xml: Optimize creation of really long lists by keeping a tail pointer. | Tor Andersson |
2014-12-03 | xml: Don't emit empty text nodes between tags when preserving whitespace. | Tor Andersson |
2014-10-22 | Fix warnings. | Tor Andersson |
2014-10-04 | Avoid redefinition warning from clang when building cmapdump.c | Joseph Heenan |
2014-09-22 | Fix 695467: Add and use fz_ftoa function (like dtoa but with floats). | Tor Andersson |
2014-09-22 | Ensure that TIFFs with resolution set to zero get sane values. | Robin Watts |
2014-09-17 | xps: Add fz_xml_is_tag to simplify tag matching. | Tor Andersson |
2014-09-17 | Improve XML parser. | Tor Andersson |
2014-09-09 | test-device: Abort interpretation when color found. | Robin Watts |
2014-09-08 | Bug 695440: fix buffer underflows in load-jpeg.c | Simon Bünzli |
2014-09-08 | Update test-device to check images piecemeal. | Robin Watts |
2014-09-02 | Fix windows build breakages due to missing NAN and INFINITY. | Robin Watts |