summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-11-19Unroll inner loop of ARM version of scale_row_to_temp1.Robin Watts
2012-11-19Enable android profiler build.Robin Watts
2012-11-19Attempt to speed up fax decompression.Robin Watts
2012-11-19Android: implement alert dialogPaul Gardiner
2012-11-19javascript fix typo in util functionPaul Gardiner
2012-11-16Implement fast_cmyk_to_rgb without calling cmyk_to_rgb.Robin Watts
2012-11-16Rejig cmyk_to_rgb to avoid repeated muls.Robin Watts
2012-11-16Fix build with openjpeg-1.5.1Wouter van Kesteren
2012-11-16Only invert color values, not alpha, in fz_invert_pixmap_rect.Tor Andersson
2012-11-16Add functions to highlight and copy text selections.Tor Andersson
2012-11-16Move text searching function into fitz.Tor Andersson
2012-11-16Add fz_write_buffer_rune to append a utf-8 character to a buffer.Tor Andersson
2012-11-16Build on Solaris (10, at least)Chris Liddell
2012-11-09Android: restrict annotation updates to ones within the patch areaPaul Gardiner
2012-11-09Android: fix bug causing intermittent out of position hq renderingPaul 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-08Android: fix rendering-wrong-page bugPaul Gardiner
2012-11-07Javascript: add alerts to keystroke-checking utility functionsPaul Gardiner
2012-11-07Javascript: implement Field.namePaul Gardiner