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
Age
Commit message (
Expand
)
Author
2016-01-15
pdf: Consume entire token before lexing numbers.
Tor Andersson
2016-01-13
Add lots of consts.
Robin Watts
2016-01-08
pdf: Add function to look up the page for a named destination.
Tor Andersson
2016-01-08
pdf: Fix pdf_annot memory leak.
Tor Andersson
2016-01-08
Tweak lex_number to avoid (or minimise) underflow
Robin Watts
2016-01-06
Squash some warnings
Robin Watts
2016-01-06
js: Fix error handling bugs and one scoping bug.
Tor Andersson
2016-01-05
Separate pdf_drop_annots (that drops lists) and fz_drop_annot.
Tor Andersson
2016-01-05
Stylistic naming cleanups.
Tor Andersson
2016-01-05
Clean up trailing whitespace.
Tor Andersson
2016-01-05
Remove fz_page argument from fz_annot function calls.
Tor Andersson
2015-12-28
Drop 'jsimp' abstraction and use mujs directly.
Tor Andersson
2015-12-28
Rename fz_image_get_pixmap to fz_get_pixmap_from_image.
Tor Andersson
2015-12-18
Remove fz_save_document and use pdf_save_document directly instead.
Tor Andersson
2015-12-15
Rename fz_buffer_cat to fz_append_buffer.
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-10-21
Fix signatures for files created with pdf_create_document.
Simon Reinhardt
2015-10-19
Fix 695582: add knockout group for text that is both stroke and fill.
Tor Andersson
2015-10-15
Fix 696241: fix bracketing of begin_group/end_group for text objects.
Tor Andersson
2015-10-14
Remove unused variable.
Michael Vrhel
2015-10-14
Add proper support for when a combobox widget has options that are 2-element ...
Michael Vrhel
2015-10-14
Fix incremental xref stream.
Simon Reinhardt
2015-10-14
Fix pdf_create_document.
Simon Reinhardt
2015-10-14
pdf: Handle surrogate pairs in pdf_to_utf8.
Tor Andersson
2015-10-14
pdf: Flush text if content stream processing is cut short by errors.
Tor Andersson
2015-10-02
Don't stretch CJK substitute fonts.
Tor Andersson
2015-10-02
Fix 696148: Always create a glyph width table.
Tor Andersson
2015-10-02
Bug 696131: Detect some overflow conditions
Robin Watts
2015-10-02
Bug 696129: Be more forgiving of broken files.
Robin Watts
2015-10-02
Reference count fz_outline struct.
Robin Watts
2015-10-01
Bug 696146: Improve pdf_repair to find /Root in new style XRefs.
Robin Watts
2015-09-28
Bug 696170: Fix typo.
Robin Watts
2015-09-28
Bug 696182: Fix Revision 6 PDF encryption.
Robin Watts
2015-09-25
Abort repairing if we cannot find any objects.
Tor Andersson
2015-09-01
Default to invert_cmyk_jpeg for all formats other than PDF.
Tor Andersson
2015-08-27
Support several levels of incremental xref
Paul Gardiner
2015-08-27
Move objects to the incremental xref before changing them
Paul Gardiner
2015-08-27
In pdf_write_document, factor out init/fin of pdf_write_options
Paul Gardiner
2015-08-27
Fix bug in setting of opts->ofs_list
Paul Gardiner
2015-08-27
Add a deep-copy function for pdf objects
Paul Gardiner
2015-08-27
Ensure the unsaved signatures list is held in ascending order
Paul Gardiner
2015-08-20
Remove duplicate inclusions of headers.
Sebastian Rasmussen
2015-07-31
Use new fz_read_int functions.
Tor Andersson
2015-07-28
Reset xref object entry when repairing pdf objects.
Sebastian Rasmussen
2015-07-27
Handle out of range line join and line cap styles.
Sebastian Rasmussen
2015-07-27
Do not attempt to resolve indirect objects during pdf repair
Sebastian Rasmussen
2015-07-27
Correctly compare PDF names with null, true and false.
Sebastian Rasmussen
[next]