summaryrefslogtreecommitdiff
path: root/pdf/pdf_form.c
AgeCommit message (Expand)Author
2012-08-07Forms: simple appearance generation for choice widgetsPaul Gardiner
2012-08-07Forms: for choices with a single selection avoid an unnecessary arrayPaul Gardiner
2012-08-07Forms: mark choice field dirty after value change (and fix error handling)Paul Gardiner
2012-08-02Forms: add document dirty flagPaul Gardiner
2012-07-18Forms: convert strings from pdf to utf8 before passing to the js enginePaul Gardiner
2012-07-18Forms: partial handling of utf8 output from javascriptPaul Gardiner
2012-07-17Forms: implement library api for handling list boxes and combo boxesPaul Gardiner
2012-07-17Forms: remove unhelpful type distinctionPaul Gardiner
2012-07-17Forms: protect agains recursion during internal field recalculationPaul Gardiner
2012-07-09Forms: add widget enumeration, and text-widget content typePaul Gardiner
2012-07-05Merge branch 'master' into formsRobin Watts
2012-07-04Forms: avoid infinite loop when laying out multiline text in thin boxPaul Gardiner
2012-07-02Form: implement calculation action and javascrip AFSimple_CalculatePaul Gardiner
2012-06-28Forms: implement javascript form-field formattingPaul Gardiner
2012-06-25Fix warnings/compile error on linux.Robin Watts
2012-06-25Forms: handle clicking on one of a group of like-named check boxesPaul Gardiner
2012-06-22Forms support: correctly locate the field dictionary when setting valuePaul Gardiner
2012-06-22Forms: implement appearance synthesis for combed textPaul Gardiner
2012-06-22Rework pdf_lexbuf to allow for dynamic parsing buffers.Robin Watts
2012-06-21Add fz_buffer_cat_pdf_string function to avoid Bug 693143.Robin Watts
2012-06-21Forms; Improve text positioning in single-line text widgetsPaul Gardiner
2012-06-21Forms: handle exclusivity of radio buttons. Fixes bug 693125Paul Gardiner
2012-06-21Forms: implement the ResetForm actionPaul Gardiner
2012-06-20Various fixes to pdf forms stuff found while compiling for linux.Robin Watts
2012-06-19Avoid lots of const warnings.Robin Watts
2012-06-19Fix bug 693133: MuPDF forms support: Text incorrectly transformedPaul Gardiner
2012-06-15Forms: Assume black if default appearance doesn't specify a colorPaul Gardiner
2012-06-14Fix problem in text_splitter (badly initialised max_lines)Robin Watts
2012-06-13Merge branch 'master' into formsPaul Gardiner
2012-06-13Merge branch 'master' into formsPaul Gardiner
2012-06-12Forms: handle carriage control in multiline text widgetPaul Gardiner
2012-06-12Forms: improved handling of text scaling in multiline text widgetsPaul Gardiner
2012-06-11Forms: first version appearance synthesis for multiline text widgetsPaul Gardiner
2012-06-07Forms: avoid repeated parsing of default appearance stringPaul Gardiner
2012-06-04Forms: measure text using the info from the font descriptorPaul Gardiner
2012-06-01Merge branch 'master' into formsPaul Gardiner
2012-05-28Forms: implement JavaScript Field methods setFillColor and setTextColorPaul Gardiner
2012-05-25Forms: additions necessary to make toggle-button example workPaul Gardiner
2012-05-24Forms: synthesise push button widgetPaul Gardiner
2012-05-08Forms: use existing appearance stream Tm when present and handle alignmentPaul Gardiner
2012-05-08Use defaults from AcroForm dict when attributes missing in field heirarchyPaul Gardiner
2012-05-08Implement dummy JavaScript engine just for the sake of viewing calc.pdfPaul Gardiner
2012-05-08First go at Javascript-engine abstract APIPaul Gardiner
2012-05-08Forms: replace the marked content rather than the entire streamPaul Gardiner
2012-05-08Forms: use a text matrix to fit text rather than altering the font sizePaul Gardiner
2012-05-08Forms: fix the base line for fit to width textPaul Gardiner
2012-05-08Forms: update field value on text entryPaul Gardiner
2012-05-08Forms: handle scaling text to fitPaul Gardiner
2012-05-08Forms: initialise stream contents of freshly created text appearance streamsPaul Gardiner
2012-05-08Forms: centre text verticallyPaul Gardiner