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
/
pdf_form.c
Age
Commit message (
Expand
)
Author
2012-07-18
Forms: convert strings from pdf to utf8 before passing to the js engine
Paul Gardiner
2012-07-18
Forms: partial handling of utf8 output from javascript
Paul Gardiner
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-05
Merge branch 'master' into forms
Robin Watts
2012-07-04
Forms: avoid infinite loop when laying out multiline text in thin box
Paul Gardiner
2012-07-02
Form: implement calculation action and javascrip AFSimple_Calculate
Paul Gardiner
2012-06-28
Forms: implement javascript form-field formatting
Paul Gardiner
2012-06-25
Fix warnings/compile error on linux.
Robin Watts
2012-06-25
Forms: handle clicking on one of a group of like-named check boxes
Paul Gardiner
2012-06-22
Forms support: correctly locate the field dictionary when setting value
Paul Gardiner
2012-06-22
Forms: implement appearance synthesis for combed text
Paul Gardiner
2012-06-22
Rework pdf_lexbuf to allow for dynamic parsing buffers.
Robin Watts
2012-06-21
Add fz_buffer_cat_pdf_string function to avoid Bug 693143.
Robin Watts
2012-06-21
Forms; Improve text positioning in single-line text widgets
Paul Gardiner
2012-06-21
Forms: handle exclusivity of radio buttons. Fixes bug 693125
Paul Gardiner
2012-06-21
Forms: implement the ResetForm action
Paul Gardiner
2012-06-20
Various fixes to pdf forms stuff found while compiling for linux.
Robin Watts
2012-06-19
Avoid lots of const warnings.
Robin Watts
2012-06-19
Fix bug 693133: MuPDF forms support: Text incorrectly transformed
Paul Gardiner
2012-06-15
Forms: Assume black if default appearance doesn't specify a color
Paul Gardiner
2012-06-14
Fix problem in text_splitter (badly initialised max_lines)
Robin Watts
2012-06-13
Merge branch 'master' into forms
Paul Gardiner
2012-06-13
Merge branch 'master' into forms
Paul Gardiner
2012-06-12
Forms: handle carriage control in multiline text widget
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-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-08
Forms: use existing appearance stream Tm when present and handle alignment
Paul Gardiner
2012-05-08
Use defaults from AcroForm dict when attributes missing in field heirarchy
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: replace the marked content rather than the entire stream
Paul Gardiner
2012-05-08
Forms: use a text matrix to fit text rather than altering the font size
Paul Gardiner
2012-05-08
Forms: fix the base line for fit to width text
Paul Gardiner
2012-05-08
Forms: update field value on text entry
Paul Gardiner
2012-05-08
Forms: handle scaling text to fit
Paul Gardiner
2012-05-08
Forms: initialise stream contents of freshly created text appearance streams
Paul Gardiner
2012-05-08
Forms: centre text vertically
Paul Gardiner
2012-05-08
Forms: handle font size zero in default appearance
Paul Gardiner
2012-05-08
Forms: create apearance streams for text fields when not present in the file
Paul Gardiner
2012-05-08
Forms: handle some cases of setting text-field text
Paul Gardiner
2012-05-08
Forms: part of text field handling
Paul Gardiner
[prev]
[next]