summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
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-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
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
2012-05-08Forms: handle font size zero in default appearancePaul Gardiner
2012-05-08Forms: create apearance streams for text fields when not present in the filePaul Gardiner
2012-05-08Forms: handle some cases of setting text-field textPaul Gardiner
2012-05-08Forms: part of text field handlingPaul Gardiner
2012-05-08Forms: initial simple handling of check boxes and radio buttonsPaul Gardiner
2012-05-08Forms: handle field appearance change on mouse up/downPaul Gardiner
2012-05-07A few general utility functions added for the sake of the forms workPaul Gardiner
2012-04-22Avoid leaking the page stack in pdf_load_page_tree_node.Robin Watts
2012-04-21Correct mistake in fz_meta.Robin Watts
2012-04-21Big 692996: Eliminate recursion to avoid exception stack overflows.Robin Watts
2012-04-19Bug 692847: Tiling problem fix.Robin Watts
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-04-16Reduce the changes that mupdfclean makes to floats.Robin Watts
2012-04-05Fix potential problems on malloc failure.Robin Watts
2012-04-05Don't unlock a lock we don't own.Robin Watts
2012-04-05Bug 692141 - Work around bug in VS2005 Team SuiteRobin Watts
2012-03-28Whitespace fixes.Tor Andersson
2012-03-19Bug 692669: Snap Rotate values for pages to be a multiple of 90Robin Watts
2012-03-19Bug 692746; avoid 'double palettes' on jpx images.Robin Watts
2012-03-15Bug 692874: Fix Launch annotations.Robin Watts
2012-03-14Bug 692917: Move to dynamic stroke_states.Robin Watts
2012-03-14Warn not throw on indirection cycles in pdf_resolve_indirect.Robin Watts
2012-03-14Avoid NULL dereferences in error cases when trying to warn.Robin Watts
2012-03-13Add ctx argument and rename fz_bound_pixmap to fz_pixmap_bbox.Tor Andersson
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-12Merge branch 'master' into header-splitRobin Watts
2012-03-12Squash MSVC warning.Robin Watts
2012-03-12Fix bitshifting by a negative amount in PS functionsRobin Watts
2012-03-12Take care of boundary conditions in ps function evaluation.Sebastian Rasmussen
2012-03-07More release tidyups.Robin Watts
2012-03-07Splitting tweaks.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts