summaryrefslogtreecommitdiff
path: root/pdf/mupdf-internal.h
AgeCommit message (Expand)Author
2013-06-18Move header files into separate include directory.Tor Andersson
2013-06-13Fix typos in comments.Robin Watts
2013-06-13Remove stray code from last commit.Robin Watts
2013-06-13Bug 694303: Fix various problems in pdf parsingRobin Watts
2013-06-09Remove fz_interactive API in favour of direct use of pdf APIPaul Gardiner
2013-06-05Maintain the separation of xref sections when loading a documentPaul Gardiner
2013-05-30Add functions to return digital signature infoPaul Gardiner
2013-05-29Access the xref table via an interfacePaul Gardiner
2013-05-29Access the trailer via an interfacePaul Gardiner
2013-05-29Killed pdf_cmap_token enum.Tor Andersson
2013-04-11Move pdf_image to fz_image.Robin Watts
2013-03-29Move bpc into fz_imageRobin Watts
2013-03-26Make pdf_functions public as fz_functions.Robin Watts
2013-03-25Support creation of Ink annotations in MuPDF libraryPaul Gardiner
2013-03-21Add 'void' to a function declaration.Robin Watts
2013-03-18Auto-generate appearance streams for strikeout, underline, highlightPaul Gardiner
2013-03-04Avoid interactive features causing bloat in mutoolPaul Gardiner
2013-02-28Pass bbox to pdf_set_annot_appearance rather than base on display listPaul Gardiner
2013-02-26Include required quadPoints entry in created markup annotations.Paul Gardiner
2013-02-26Implement annotation deletion, with necessary changes to partial updatePaul Gardiner
2013-02-22Add fz_get_annot_typePaul Gardiner
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-31Add support for annotation creationPaul Gardiner
2013-01-30Parts of Robin's PDF editing/page creation commit useful for annotationsPaul Gardiner
2013-01-30Always pass value structs (rect, matrix, etc) as values not by pointer.Tor Andersson
2013-01-04Make token enum a type to ease debuggingSebastian Rasmussen
2013-01-03Improve mutool clean behaviour on broken streams.Robin Watts
2012-12-19Bug 693503: 'Flatten' display list for all type3 glyphs.Robin Watts
2012-11-29Bug 693463: Various small fixes.Robin Watts
2012-11-07Javascript: implement Field.namePaul Gardiner
2012-10-29Add fz_update_pagePaul Gardiner
2012-10-17First steps towards supporting transitions.Robin Watts
2012-10-16Forms: avoid the need to reload the page on every changePaul Gardiner
2012-10-11Android Forms: pass in mouse events and handle updatingPaul Gardiner
2012-10-05Refactor compressed stream loading.Robin Watts
2012-09-25Forms: support doc.mailDoc.Paul Gardiner
2012-09-25Javascript: support test for booleanPaul Gardiner
2012-09-25Forms: handle app.launchUrl, currently by displaying a warningPaul Gardiner
2012-09-25Forms: show warning for use of app.execDialogPaul Gardiner
2012-09-25Forms: handle app.execMenuItem (presently just as a not-supported warning)Paul Gardiner
2012-09-19Forms: handle print request, both from javascript and from named actionPaul Gardiner
2012-09-18Forms: add event handling api and specifically support for javascript alertPaul Gardiner
2012-09-18Forms: support property access in the javascript enginePaul Gardiner
2012-09-04Make pdf resource localisation procedure non-static.Robin Watts
2012-09-04Merge branch 'master' into formsPaul Gardiner
2012-09-04Forms: mass renaming for the sake of consistencyPaul Gardiner
2012-08-31Forms: rework form reset action to use new method introduced for JSPaul Gardiner
2012-08-31Forms: implement javascript doc.resetForm methodPaul Gardiner
2012-08-31Forms: provide js engine method for determining object typePaul Gardiner
2012-08-29Forms: implement javascript Field.display propertyPaul Gardiner