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
/
list-device.c
Age
Commit message (
Expand
)
Author
2017-07-21
Rename shadowing flag variable to reduce potential confusion.
Tor Andersson
2017-07-21
Allow caching of rendered tiles when using the display list.
Tor Andersson
2017-07-17
Add colorspace handling to transparency groups
Michael Vrhel
2017-07-04
Remove is_static from fz_new{,_icc}_colorspace.
Robin Watts
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-05-25
Replace broken FZ_IGNORE_IMAGE hints with other mechanisms.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-03-28
Rejig fz_new_device to be fz_new_derived_device.
Robin Watts
2017-01-17
Fix typos.
Sebastian Rasmussen
2016-10-24
Fix cluster timeouts with test file.
Robin Watts
2016-10-18
Internal drop functions don't need to check for NULL.
Sebastian Rasmussen
2016-10-06
Hide internals of fz_colorspace
Robin Watts
2016-09-19
fz_store: Reap passes.
Robin Watts
2016-09-06
Devices now handle colorspace being NULL as alpha-only.
Sebastian Rasmussen
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-06-17
Add mediabox argument to fz_new_display_list.
Tor Andersson
2016-04-27
Add fz_close_device function.
Tor Andersson
2016-03-14
Remove begin_page and end_page device calls.
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
Remove pointless casts from void*.
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-11
Remove text clip accumulation.
Tor Andersson
2015-09-14
Add utility functions to help reduce device creation boilerplate.
Tor Andersson
2015-07-20
Improve Grid fitting of images for .gproof files.
Robin Watts
2015-03-24
Path packing for memory efficiency.
Robin Watts
2015-03-24
Don't pass interpreter context to pdf_processor opcode callbacks.
Tor Andersson
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
Squash some warnings from scan build.
Robin Watts
2015-02-20
Rejig display device to have a more compact memory representation.
Robin Watts
2015-02-17
Use embedded superclass struct instead of user pointer in devices.
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
2014-09-09
test-device: Abort interpretation when color found.
Robin Watts
2014-06-26
Partially revert "Add missing fz_var() and fix potential memory leak."
Matt Holgate
2014-06-26
Add missing fz_var() and fix potential memory leak.
Matt Holgate
2013-09-27
don't reset the clipping rectangle for accumulated text
Simon Bünzli
2013-06-26
Silence compiler warnings.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson