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-appearance.c
Age
Commit message (
Expand
)
Author
2018-03-22
Load most annotations, even if they are missing appearances.
Tor Andersson
2018-03-22
Fix leak of form object when updating text appearance.
Sebastian Rasmussen
2018-03-16
Fix 699026: Create missing font resource.
Tor Andersson
2018-02-27
Remove pdf_xobject wrapper struct.
Tor Andersson
2018-02-27
Remove typedef in favor of explicit enum keyword.
Tor Andersson
2018-02-12
Fix changed annotations not marked as dirty
Paul Gardiner
2018-02-06
Include limits.h where INT_MAX/INT_MIN/PATH_MAX/UINT_MAX are used.
Sebastian Rasmussen
2018-01-31
Don't load an xobject before the stream is final when creating new forms.
Tor Andersson
2017-12-20
Bug 698826: Plug leak of font names when parsing appearance string.
Sebastian Rasmussen
2017-12-19
Bug 698825: Do not drop borrowed colorspaces.
Sebastian Rasmussen
2017-11-22
jni: Make sure to dirty annotation whenever it changes.
Fred Ross-Perry
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-07-24
Fix ordering of quadpoints in highlight synthesis.
Tor Andersson
2017-07-20
Use annotation color when synthesizing text annotations.
Sebastian Rasmussen
2017-07-20
Synthesize annotation appearance if normal appearance is absent.
Sebastian Rasmussen
2017-07-04
Remove is_static from fz_new{,_icc}_colorspace.
Robin Watts
2017-06-29
pdf: Drop appearance stream content buffer upon error.
Sebastian Rasmussen
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-04-27
Ensure we can compile as -pedantic -std=c99.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-20
The default color of ink annotation is transparent.
Sebastian Rasmussen
2017-03-22
Always use %g for short-as-possible format character.
Tor Andersson
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2016-11-22
Fix const compiler warning.
Sebastian Rasmussen
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-11-02
Use pdf_annot_border to get the border width of an annotation.
fred ross-perry
2016-10-07
Remove separate tmp/deleted/changed annotation lists.
Tor Andersson
2016-09-23
Clean up annotation enum names.
Tor Andersson
2016-09-01
pdf: Load/open streams by indirect reference object when possible.
Tor Andersson
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-07-08
Slim pdf_xobject struct: remove cached matrix field.
Tor Andersson
2016-07-08
Slim pdf_xobject struct: remove cached bbox field.
Tor Andersson
2016-07-08
Slim pdf_xobject struct: remove cached resources field.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached page_ctm field.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached inv_page_ctm field.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached annot_type and widget_type fields.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached rect field.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached pagerect field.
Tor Andersson
2016-07-06
Start slimming pdf_page.
Tor Andersson
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-06-17
Add mediabox argument to fz_new_display_list.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-14
Fix typos in various parts of the code.
Sebastian Rasmussen
2016-04-26
Change order of arguments to pdf_add_page etc.
Tor Andersson
2016-04-05
Clean up bidi enum names.
Tor Andersson
2016-03-21
Fix 696661: Missing annotations.
Tor Andersson
2016-03-14
Take pdf_obj argument to pdf_is_stream.
Tor Andersson
2016-03-11
Fix various warnings.
Robin Watts
2016-03-11
Implement fz_text_language support functions.
Robin Watts
[next]