summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2012-11-27Tweak image color conversionRobin Watts
2012-11-27Skip BOM in XML parser which was confusing the XPS parser.Tor Andersson
2012-11-26Move XML parser into fitz directory.Tor Andersson
2012-11-26Use display list for type 3 glyphs.Tor Andersson
2012-11-21Add weights caches for pixmap scaling.Robin 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-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-20Obsess about whitespace.Tor Andersson
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-19Enable android profiler build.Robin Watts
2012-11-19Attempt to speed up fax decompression.Robin Watts
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-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-10-29Support partial update in pdfapp.cPaul Gardiner
2012-10-29Add fz_update_pagePaul Gardiner
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-17Fix warning; pdf_js_supported not prototyped.Robin Watts
2012-10-11Android Forms: pass in mouse events and handle updatingPaul Gardiner
2012-10-08Bug 693368: Fix typo "atin2f".Robin Watts
2012-10-08Fix SHA-384/-512 hash algorithm typosSebastian Rasmussen
2012-10-05Bug 693346: Fix calculation of progress_maxRobin Watts
2012-10-05Move local implementation of trig function to internal headerSebastian Rasmussen
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-01Handle axial and radial shadings the same way as other shadings.Sebastian 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-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-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-18Forms: add event handling api and specifically support for javascript alertPaul Gardiner
2012-09-18Forms: document event apiPaul Gardiner
2012-09-04Tweak fz_keep_stream to cope with NULL.Robin Watts
2012-09-04Tweak to allow building on metro.Robin Watts
2012-09-04Merge branch 'master' into formsPaul Gardiner
2012-09-04Forms: mass renaming for the sake of consistencyPaul Gardiner