summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-26Add thirdparty libraries as git submodules.Tor Andersson
2012-09-26Implement oversized text clipping and stroked text clipping.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-25Some gitignore updatesPaul 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-25Avoid possible buffer overflow in pdfapp_warnPaul Gardiner
2012-09-21Add ifdef option to embed either the small or full CJK fallback font.Tor Andersson
2012-09-21Update DroidSansFallback font.Tor Andersson
2012-09-21Update CMap resources to latest version from Adobe.Tor Andersson
2012-09-21When we are growing an fz_buffer, ensure it doesn't stay 0 sized.Robin Watts
2012-09-21Move defaulting of image params into predictor function.Robin Watts
2012-09-19Android: make bitmap creation part of the synchronised drawPage methodPaul Gardiner
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-18Forms: document event apiPaul Gardiner
2012-09-06Add pdf_dict_puts_drop function.Robin Watts
2012-09-06Update android makefile to build with the newly merged forms code.Tor Andersson
2012-09-04Tweak fz_keep_stream to cope with NULL.Robin Watts
2012-09-04Tweak to allow building on metro.Robin Watts
2012-09-04Make pdf resource localisation procedure non-static.Robin Watts
2012-09-04Tweak VS solution to solve build issues.Robin Watts
2012-09-04Fix Release and Memento builds under VS.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
2012-08-29Forms: implement javascript Field.display propertyPaul Gardiner
2012-08-29Handle missing clear codes in LZW.Sebastian Rasmussen
2012-08-29Merge branch 'master' into formsPaul Gardiner
2012-08-28Add fz_open_document_with_stream function.Tor Andersson
2012-08-27Add DOM object "app" initially with no properties or methods.Paul Gardiner
2012-08-24Forms: avoid javascript action execution when engine not availablePaul Gardiner
2012-08-23Rename fz_new_name to pdf_new_name.Robin Watts
2012-08-23Silence some warnings.Robin Watts
2012-08-23Mupdfinfo: Cope with zero page pdf files.Robin Watts