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
/
pdf
/
pdf-device.c
Age
Commit message (
Expand
)
Author
2016-01-21
Drop const from fz_colorspace.
Tor Andersson
2016-01-21
Drop the const on fz_font.
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-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-09-28
Bug 696170: Fix typo.
Robin Watts
2015-06-29
Rejig the internals of fz_image slightly.
Robin Watts
2015-04-03
Bug 694713: Avoid assert when using pdf_page_write
Robin Watts
2015-03-24
Path rework for improved memory usage.
Robin Watts
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-03-20
Automatically update /Length and /Filter in pdf_update_stream.
Tor Andersson
2015-02-25
Allow pdf_device to be created with pre-populated buffer.
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
2014-05-29
fix memory leaks during PDF document creation
Simon Bünzli
2014-01-02
Add rebinding for fz_devices and fz_documents
Robin Watts
2014-01-02
Bug 694569: suspicious for loop in pdf-device.c
Paul Gardiner
2013-12-23
Bug 694794: Fix blendmode use in pdf device.
Robin Watts
2013-11-11
Add fz_new_font_from_buffer function.
Tor Andersson
2013-10-17
Remove duplicated line.
Robin Watts
2013-10-16
page->contents should be a reference, not the original object.
Robin Watts
2013-10-14
Create Contents entry in PDF write device if one doesn't exist already.
Robin Watts
2013-09-08
Separate command and coordinate arrays in fz_path structure.
Tor Andersson
2013-08-29
Make the pdf device produce more efficient appearance streams for text
Paul Gardiner
2013-07-29
A few updates to the pdf device
Paul Gardiner
2013-06-26
Silence compiler warnings.
Tor Andersson
2013-06-25
Update pdf_obj's to have a pdf_document field.
Robin Watts
2013-06-21
Initial PDF editing/page creation commit
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson