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-04-27
Add fz_close_device function.
Tor Andersson
2016-04-26
Change order of arguments to pdf_add_page etc.
Tor Andersson
2016-04-22
pdf: Remember to drop objects inserted into dicts.
Sebastian Rasmussen
2016-04-04
Fix typo in pdfwrite top-level matrix.
Tor Andersson
2016-03-21
Fix 696661: Missing annotations.
Tor Andersson
2016-03-15
Fix leak in PDF device.
Robin Watts
2016-03-14
Remove begin_page and end_page device calls.
Tor Andersson
2016-03-01
Don't use pdf_page struct when creating pages.
Tor Andersson
2016-03-01
Rename pdf_new_ref to pdf_add_object.
Tor Andersson
2016-02-29
pdfwrite: Use Tm directly to set matrix.
Tor Andersson
2016-02-29
pdfwrite: Handle all fonts as CID fonts.
Tor Andersson
2016-02-29
pdfwrite: Look through own resource list first.
Tor Andersson
2016-02-29
Rename pdf_add_simple_font_res and friends.
Tor Andersson
2016-02-29
Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer.
Tor Andersson
2016-02-29
Remove pdf_res struct. Use pdf_obj indirect references directly.
Tor Andersson
2016-02-29
Fix silly typo. Set default output file for pdfwrite device.
Tor Andersson
2016-02-29
Add mutool create tool, and PDF font and image resource creation.
Michael Vrhel
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
Fix leaks in pdf-device.c
Michael Vrhel
2016-02-22
Rename fz_path_processor to fz_path_walker.
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-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
[next]