summaryrefslogtreecommitdiff
path: root/source/fitz/draw-device.c
AgeCommit message (Expand)Author
2016-02-24Add optional scissor hint argument to text clipping functions.Tor Andersson
2016-02-24Clarify scissor argument to clip device functions.Tor Andersson
2016-02-22Drop const from fz_image.Tor Andersson
2016-02-22Drop const from fz_shade.Tor Andersson
2016-01-21Drop const from fz_colorspace.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2015-12-28Rename fz_image_get_pixmap to fz_get_pixmap_from_image.Tor Andersson
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
2015-12-11Remove text clip accumulation.Tor Andersson
2015-12-11Keep spans of multiple fonts and sizes in one fz_text object.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-07-20Improve Grid fitting of images for .gproof files.Robin Watts
2015-06-29Rejig the internals of fz_image slightly.Robin Watts
2015-04-07Fix whitespace.Tor Andersson
2015-02-17Use embedded superclass struct instead of user pointer in devices.Tor Andersson
2015-02-17Add helper functions to keep/drop reference counts with locking.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2015-02-17Reference count fz_path and fz_text.Tor Andersson
2015-02-10Add some Memento_labels to aid debugging of leaks.Robin Watts
2014-06-09Bug 695300: Sanitize draw-device stack handling in error cases.Robin Watts
2014-05-28Further fix for Bug 695260: Cope with out of memory in fz_draw_end_maskRobin Watts
2014-05-26Fix 695261: separate TM and CTM in outline extraction and stroking steps.Tor Andersson
2014-02-25Bug 695040: prevent hang in path flatteningSimon Bünzli
2014-01-13Bug 694890: Solve valgrind issues/SEGV due to use of invalid pixmapRobin Watts
2014-01-06fix various MSVC warningsSimon Bünzli
2013-12-24Bug 694587: Fix pattern repeat calculationRobin Watts
2013-12-19Solve subpixel rendering problems with 270 degree rotationsRobin Watts
2013-11-27Bug 694116: Solve valgrind issues in draw device.Robin Watts
2013-10-14Handle stroke+fill operations with transparency/blendmodes.Robin Watts
2013-10-10Rename the draw devices 'stack_max' member to be 'stack_cap'Robin Watts
2013-09-30Disable image interpolation with a hint.Robin Watts
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-09-02Be smarter when quantising sub pixel positions for glyphs.Robin Watts
2013-08-30Use RLE coding scheme for glyph bitmaps.Robin Watts
2013-07-24Fix memory overwrites when plotting glyphs that are completely clipped.Robin Watts
2013-06-20Rename fz_image_to_pixmap to fz_new_pixmap_from_image.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson