index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pdf
/
mupdf-internal.h
Age
Commit message (
Expand
)
Author
2012-08-16
Forms: respond to failed validation in windows app
Paul Gardiner
2012-08-10
Forms: handle Keystroke and Validate actions
Paul Gardiner
2012-08-10
Forms: alter the handling of the javascript event object
Paul Gardiner
2012-08-08
Merge branch 'master' into forms
Paul Gardiner
2012-08-06
Expose both PDF encryption version and revision
Sebastian Rasmussen
2012-08-02
Forms: add document dirty flag
Paul Gardiner
2012-08-01
Merge branch 'master' into forms
Paul Gardiner
2012-08-01
Enable pdf_print_xref in release builds; required for pdfshow.
Robin Watts
2012-07-23
Provide number of inputs/outpus when loading pdf functions
Sebastian Rasmussen
2012-07-17
Forms: implement library api for handling list boxes and combo boxes
Paul Gardiner
2012-07-17
Forms: remove unhelpful type distinction
Paul Gardiner
2012-07-17
Forms: protect agains recursion during internal field recalculation
Paul Gardiner
2012-07-09
Forms: add widget enumeration, and text-widget content type
Paul Gardiner
2012-07-06
Remove debugging functions for release builds.
Sebastian Rasmussen
2012-06-28
Forms: implement javascript form-field formatting
Paul Gardiner
2012-06-22
Rework pdf_lexbuf to allow for dynamic parsing buffers.
Robin Watts
2012-06-22
Rework pdf_lexbuf to allow for dynamic parsing buffers.
Robin Watts
2012-06-20
Add better mechanism for enumerating annotation rectangles.
Robin Watts
2012-06-19
Fix bug 693133: MuPDF forms support: Text incorrectly transformed
Paul Gardiner
2012-06-13
Merge branch 'master' into forms
Paul Gardiner
2012-06-13
Remove unnecessary function and improve naming
Paul Gardiner
2012-06-13
Merge branch 'master' into forms
Paul Gardiner
2012-06-12
A few general utility functions added for the sake of the forms work
Paul Gardiner
2012-06-12
Forms: improved handling of text scaling in multiline text widgets
Paul Gardiner
2012-06-11
Forms: first version appearance synthesis for multiline text widgets
Paul Gardiner
2012-06-07
Forms: avoid repeated parsing of default appearance string
Paul Gardiner
2012-06-04
Forms: measure text using the info from the font descriptor
Paul Gardiner
2012-06-01
Merge branch 'master' into forms
Paul Gardiner
2012-05-31
A few general utility functions added for the sake of the forms work
Paul Gardiner
2012-05-31
Add linearization to pdf_write function.
Robin Watts
2012-05-28
Forms: implement JavaScript Field methods setFillColor and setTextColor
Paul Gardiner
2012-05-25
Forms: additions necessary to make toggle-button example work
Paul Gardiner
2012-05-24
Forms: synthesise push button widget
Paul Gardiner
2012-05-23
Bring xref object and stream mutation functions back from the dead.
Tor Andersson
2012-05-15
Forms: make forms API separate to the main document API
Paul Gardiner
2012-05-11
Split part of fz_document interface for pdf_document into separate file.
Tor Andersson
2012-05-10
mupdfclean - update to allow renumbering of encrypted objects
Robin Watts
2012-05-08
Switch to reading content streams on the fly during interpretation.
Robin Watts
2012-05-08
JavaScript: add v8 implementation
Paul Gardiner
2012-05-08
Free javascript types and objects correctly
Paul Gardiner
2012-05-08
Implement dummy JavaScript engine just for the sake of viewing calc.pdf
Paul Gardiner
2012-05-08
First go at Javascript-engine abstract API
Paul Gardiner
2012-05-08
Forms: create apearance streams for text fields when not present in the file
Paul Gardiner
2012-05-08
Forms: part of text field handling
Paul Gardiner
2012-05-08
Forms: handle field appearance change on mouse up/down
Paul Gardiner
2012-05-07
A few general utility functions added for the sake of the forms work
Paul Gardiner
2012-03-13
Rename some functions and accessors to be more consistent.
Tor Andersson
2012-03-07
Splitting tweaks.
Tor Andersson
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts