summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-11-26xps: Fix potential off-by-one buffer overwrite in XML parser.Tor Andersson
2012-11-26xps: Save text content in XML nodes.Tor Andersson
2012-11-26Use display list for type 3 glyphs.Tor Andersson
2012-11-22Hardwire AA_BITS to 8 on android build.Robin Watts
2012-11-21Add weights caches for pixmap scaling.Robin Watts
2012-11-21Android: Move draw_simple_scale.c back into Core.mkRobin Watts
2012-11-21Bug 693458: Fix subscaler logic.Robin Watts
2012-11-21Bug 693458: Fix calculation of pointer offset in subsampler.Robin Watts
2012-11-21Bug 693458: Fix previous image subsample factor commit.Robin Watts
2012-11-21Forms: ensure changed widgets are marked dirty rather than parent fieldPaul Gardiner
2012-11-21ARM code pixmap subsampler.Robin Watts
2012-11-21ARM optimised fast_cmyk_to_rgb code.Robin Watts
2012-11-21Bug 693458: Fix typo in fax decoder.Robin Watts
2012-11-20Android: fix problem if screen timesout during alert displayPaul Gardiner
2012-11-20Fix android javascript build compile error.Robin Watts
2012-11-20Obsess about whitespace.Tor Andersson
2012-11-20Android: remove SafeAsyncTaskPaul Gardiner
2012-11-20Android: use AsyncTask from android sourcePaul Gardiner
2012-11-20Missed Core2.mk in the profiler commit.Robin Watts
2012-11-20Rename "tolower" back to "fz_tolower"Chris Liddell
2012-11-19Add image subsampling function.Robin Watts
2012-11-19Tweak image decode downscale factor internals.Robin Watts