index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
draw-device.c
Age
Commit message (
Expand
)
Author
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-14
Let pixmap colorspace conversion create new pixmap.
Sebastian Rasmussen
2016-11-14
More API tweaks.
Robin Watts
2016-11-10
Add minimum line width configuration option.
Robin Watts
2016-11-07
Move fz_new_draw_device_with_options within file.
Robin Watts
2016-11-07
Bug 697241: Fix blending through clips.
Robin Watts
2016-11-07
Fix DUMP_GROUP_BLENDS debugging code.
Robin Watts
2016-10-26
Don't use local function, use fz_option_eq().
Sebastian Rasmussen
2016-10-18
Drop scaled pixmap later in draw_fill_image_mask().
Sebastian Rasmussen
2016-10-18
Remove unused luminosity.
Sebastian Rasmussen
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
[next]