summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2012-11-19Tweak image decode downscale factor internals.Robin Watts
2012-11-19javascript fix typo in util functionPaul Gardiner
2012-11-08Forms: correctly handle setting the value of a checkbox fieldPaul Gardiner
2012-11-08Forms: handle all color types in Field.setTextColorPaul Gardiner
2012-11-07Javascript: add alerts to keystroke-checking utility functionsPaul Gardiner
2012-11-07Javascript: implement Field.namePaul Gardiner
2012-11-06javascript: implement util.printfPaul Gardiner
2012-11-01Forms: extend setFillColor implementation to include text widgetsPaul Gardiner
2012-10-31Forms: add focus and blur actionsPaul Gardiner
2012-10-29Add fz_update_pagePaul Gardiner
2012-10-29Forms: always use inherited version of default appearanceSebastian Rasmussen
2012-10-25Support separate rendering of the main page contents and the annotationsPaul 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-10android: v8 buildPaul Gardiner
2012-10-08Bug 693350: Add some dreaded 'const's for string keys.Robin Watts
2012-10-05Make shadings hold the data streams compressed.Robin Watts
2012-10-05Refactor compressed stream loading.Robin Watts
2012-10-01Move to consistently refer to "Linear" shadings rather than "Axial" ones.Robin Watts
2012-10-01Use malformed shading entries as far as possibleSebastian Rasmussen
2012-10-01Give better warnings for out of bounds values in shadingsSebastian Rasmussen
2012-10-01Bug 693330: Change shadings to decompose to meshes at render time.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-21Add ifdef option to embed either the small or full CJK fallback font.Tor Andersson
2012-09-21Move defaulting of image params into predictor function.Robin Watts
2012-09-19Forms: handle print request, both from javascript and from named actionPaul Gardiner
2012-09-19Forms: ensure result from alert callback is passed back to callerPaul Gardiner
2012-09-19Forms: handle 'additional' actions for mouse up and mouse downPaul Gardiner
2012-09-19Forms: correct bug in form resetPaul 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-18Forms: improve cpp/c interface regarding exceptionsPaul Gardiner
2012-09-06Add pdf_dict_puts_drop function.Robin Watts
2012-09-04Make pdf resource localisation procedure non-static.Robin Watts
2012-09-04Improve error message when an object is missing from the xref.Tor Andersson
2012-09-04Fix error message/comment typos.Sebastian Rasmussen
2012-09-04Prevent recursive image soft masks from being loadedSebastian Rasmussen
2012-09-04Don't adjust stream lengths for encrypted documents when repairingSebastian Rasmussen
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-31Forms: don't focus hidden fieldsPaul Gardiner
2012-08-31Forms: keep checkbox and radio button values up to datePaul Gardiner