summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2012-06-20Reduce amount of boiler plate by casting function pointers to void*.Tor Andersson
2012-06-20Add better mechanism for enumerating annotation rectangles.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-18Forms: fix potential SEGVPaul Gardiner
2012-06-15Move javascript loading after encryption/repair has been done.Robin Watts
2012-06-15Fix bug 693128: MuPDF forms support: crash on button clickPaul Gardiner
2012-06-15Forms: Assume black if default appearance doesn't specify a colorPaul Gardiner
2012-06-14Add -j flag to mudraw; create simple mujstest scripts automatically.Robin Watts
2012-06-14Fix problem in text_splitter (badly initialised max_lines)Robin Watts
2012-06-13Tweak pdf_new_{rect,matrix,xobject} to avoid warnings.Robin Watts
2012-06-13Merge branch 'master' into formsPaul Gardiner
2012-06-13Remove unnecessary function and improve namingPaul Gardiner
2012-06-13Merge branch 'master' into formsPaul Gardiner
2012-06-12A few general utility functions added for the sake of the forms workPaul 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-12Followup to commit 120dadb; improved error handling during interpretation.Robin Watts
2012-06-11Fix Bug 693099: Render failure due to corrupt jpeg data.Robin Watts
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-31A few general utility functions added for the sake of the forms workPaul Gardiner
2012-05-31Add linearization to pdf_write function.Robin Watts
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-23Bring xref object and stream mutation functions back from the dead.Tor Andersson
2012-05-16JavaScript: provide mechanism via which C++ js engines can fz_throw errorsPaul Gardiner
2012-05-15Add a dummy pdf_js implementation for use in non-form-supporting buildsPaul Gardiner
2012-05-15JavaScript: arrange for v8 gc to destroy native-side objectsPaul Gardiner
2012-05-15Forms: make forms API separate to the main document APIPaul Gardiner
2012-05-11Split part of fz_document interface for pdf_document into separate file.Tor Andersson
2012-05-10Combine all small tools into mubusy and remove the separate executables.Tor Andersson
2012-05-10Fix whitespace errors.Tor Andersson
2012-05-10mupdfclean - update to allow renumbering of encrypted objectsRobin Watts
2012-05-08Bug 693028 - improve mupdf viewer handling of broken page streamsRobin Watts
2012-05-08Switch to reading content streams on the fly during interpretation.Robin Watts
2012-05-08Update seeking behaviour of null streams.Robin Watts
2012-05-08JavaScript: add v8 implementationPaul Gardiner
2012-05-08Forms: use existing appearance stream Tm when present and handle alignmentPaul Gardiner
2012-05-08Hardcode %.8f format used by calc.pdf for nowPaul Gardiner
2012-05-08Free javascript types and objects correctlyPaul 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