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
2017-06-13
Introduce fz_rasterizer encapsulation
Robin Watts
2017-06-03
Remove forcing of isolate mode in clipping paths.
Robin Watts
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-04-27
Clean up store debug printing.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-14
Scan converter; API tweak.
Robin Watts
2017-04-13
Scan converter; simplify API.
Robin Watts
2017-04-13
Scan converter; simplify API.
Robin Watts
2017-03-28
Rejig fz_new_device to be fz_new_derived_device.
Robin Watts
2017-03-24
Ensure fz_store_types are all static const.
Robin Watts
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2017-02-20
Add svg writer.
Tor Andersson
2017-02-17
Bug 697592: Fix double application of transform.
Robin Watts
2017-01-17
Fix typos.
Sebastian Rasmussen
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
[next]