summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-13Forms: refactor form resetPaul Gardiner
2012-12-12Fix use of text_bbox with pattern filled text.Robin Watts
2012-12-12Fix fz_try/fz_catch in overflow case.Robin Watts
2012-12-12Fix whitespace.Robin Watts
2012-12-09Rejig color conversion.Robin Watts
2012-12-08Fix blend.ai.pdf - Missing "exclusion" textRobin Watts
2012-12-08Bug 693290: Missed line from earlier patch causing SEGV.Robin Watts
2012-12-08Optimise sharp scan conversion as we did with aa scan conversion.Robin Watts
2012-12-08ios: Add button to highlight links.Tor Andersson
2012-12-08ios: Use fz_document interface directly.Tor Andersson
2012-12-08ios: Use setRootViewController instead of addSubview.Tor Andersson
2012-12-05Android: fix opening the wrong document from the file pickerPaul Gardiner
2012-12-05Android: rework link handlingPaul Gardiner
2012-12-04Android: allow app to be moved to sd cardPaul Gardiner
2012-12-03Tweak fz_try/fz_always/fz_catch to handle throws from within always.Robin Watts
2012-12-03Fix potential infinite loop in jpeg error handling code.Robin Watts
2012-11-30Rejig VS projects to avoid compiling files twice.Robin Watts
2012-11-30Bug 693290: Harden pdf interpreter.Robin Watts
2012-11-30Bug 693290: Fix for potential infinite recursion reading xrefs.Robin Watts
2012-11-30Bug 693290: Various fixes found from fuzzing.Robin Watts
2012-11-29Android: sort file names in the file chooserPaul Gardiner
2012-11-29Fix a couple of leaksPaul Gardiner
2012-11-29Bug 693463: Various small fixes.Robin Watts
2012-11-29Bug 693463: Fix various memory leaks.Robin Watts
2012-11-29Bug 693461: Add LL suffix to large number.Robin Watts
2012-11-28Bug 693452: Memory leak with transitions disabled.Robin Watts
2012-11-28Bug 693443: Don't check for fz_opts being NULL in pdf_write_documentRobin Watts
2012-11-28Bug 693392: Add \n to some printfs in mujstest.Robin Watts
2012-11-28Avoid calling interactive functions with a NULL idoc.Robin Watts
2012-11-28Remove .png from .gitignore since we have png files in the apps.Tor Andersson
2012-11-28Skip BOM in UTF-8 encdoded XML documents too.Tor Andersson
2012-11-28Android: fix null exception when viewing calc.pdfPaul Gardiner
2012-11-28Remove 2 unused variables.Robin Watts
2012-11-28Android: add support for listbox and combobox form fieldsPaul Gardiner
2012-11-28Android: Allow multiple instances of MuPDF to run simultaneously.Robin Watts
2012-11-27Tweak image color conversionRobin Watts
2012-11-27Update scan converter to cope better with rectangular paths.Robin Watts
2012-11-27android: Use custom styles for widgets.Tor Andersson
2012-11-27android: Re-enable highlight button and use tinting for button states.Tor Andersson
2012-11-27android: Use fullscreen activities for page and outline views.Tor Andersson
2012-11-27android: Update cancel icon to be the same size as the other icons.Tor Andersson
2012-11-27ios: Add xcode project temp files to .gitignore.Tor Andersson
2012-11-27Skip BOM in XML parser which was confusing the XPS parser.Tor Andersson
2012-11-27Android: fix accidently swapped title and message in alert dialogPaul Gardiner
2012-11-27Android: implement saving of form dataPaul Gardiner
2012-11-27Forms: avoid directly saving to the original filePaul Gardiner
2012-11-26Move xps_xml.c to base_xml.c in Android makefiles.Robin Watts
2012-11-26Remove xps/xps_xml.c from libmupdf-V8 VS project.Robin Watts
2012-11-26Move XML parser into fitz directory.Tor Andersson
2012-11-26xps: Move XML parser into fitz namespace.Tor Andersson