Age | Commit message (Expand) | Author |
2016-10-10 | Remove unused variable. | Robin Watts |
2016-10-10 | Bug 697075: Fix tile repeat calculations. | Robin Watts |
2016-10-06 | Hide internals of fz_colorspace | Robin Watts |
2016-09-06 | Devices now handle colorspace being NULL as alpha-only. | Sebastian Rasmussen |
2016-07-13 | Fix knockout/mask interaction. | Robin Watts |
2016-07-08 | Separate close and drop functionality for devices and writers. | Tor Andersson |
2016-06-22 | Transform device call scissor rectangles by device matrix. | Tor Andersson |
2016-06-17 | Set pixmap resolution when creating pixmaps for draw device. | Tor Andersson |
2016-06-17 | Add separate X and Y resolution to draw device options. | 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-06-16 | Add PNG output for mutool convert. | Tor Andersson |
2016-06-16 | Add fz_draw_options struct for use with draw device. | Tor Andersson |
2016-06-08 | Move to using size_t for all mallocs. | Robin Watts |
2016-05-30 | Ensure that we can use FZ_PLOTTERS_N instead of FZ_PLOTTERS_RGB. | Robin Watts |
2016-05-30 | Add config.h include file. | Robin Watts |
2016-05-29 | Split draw-paint.c plotters out into separate functions. | Robin Watts |
2016-05-26 | Cope better when asked to plot alpha only pixmaps. | Robin Watts |
2016-05-24 | fz_pixmap revamp: add stride and make alpha optional | Robin Watts |
2016-05-04 | Make minimum line thickness dependent on AA level. | Robin Watts |
2016-04-28 | Introduce tuning context. | Robin Watts |
2016-04-28 | Partial image decode. | Robin Watts |
2016-04-27 | Add fz_close_device function. | Tor Andersson |
2016-02-24 | Add optional scissor hint argument to text clipping functions. | Tor Andersson |
2016-02-24 | Clarify scissor argument to clip device functions. | Tor Andersson |
2016-02-22 | Drop const from fz_image. | Tor Andersson |
2016-02-22 | Drop const from fz_shade. | Tor Andersson |
2016-01-21 | Drop const from fz_colorspace. | Tor Andersson |
2016-01-13 | Add lots of consts. | Robin Watts |
2015-12-28 | Rename fz_image_get_pixmap to fz_get_pixmap_from_image. | Tor Andersson |
2015-12-15 | Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x. | Tor Andersson |
2015-12-11 | Remove text clip accumulation. | Tor Andersson |
2015-12-11 | Keep spans of multiple fonts and sizes in one fz_text object. | Tor Andersson |
2015-12-11 | Use fz_output instead of FILE* for most of our output needs. | Tor Andersson |
2015-07-20 | Improve Grid fitting of images for .gproof files. | Robin Watts |
2015-06-29 | Rejig the internals of fz_image slightly. | Robin Watts |
2015-04-07 | Fix whitespace. | 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 | 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_path and fz_text. | Tor Andersson |
2015-02-10 | Add some Memento_labels to aid debugging of leaks. | Robin Watts |
2014-06-09 | Bug 695300: Sanitize draw-device stack handling in error cases. | Robin Watts |
2014-05-28 | Further fix for Bug 695260: Cope with out of memory in fz_draw_end_mask | Robin Watts |
2014-05-26 | Fix 695261: separate TM and CTM in outline extraction and stroking steps. | Tor Andersson |
2014-02-25 | Bug 695040: prevent hang in path flattening | Simon Bünzli |
2014-01-13 | Bug 694890: Solve valgrind issues/SEGV due to use of invalid pixmap | Robin Watts |
2014-01-06 | fix various MSVC warnings | Simon Bünzli |
2013-12-24 | Bug 694587: Fix pattern repeat calculation | Robin Watts |