summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-11-06javascript: implement util.printfPaul Gardiner
2012-11-01Forms: extend setFillColor implementation to include text widgetsPaul Gardiner
2012-10-31Forms: add focus and blur actionsPaul Gardiner
2012-10-31android: avoid regeneration of annotation display list between updatesPaul Gardiner
2012-10-31Android: cache only one page object for the sake of hq renderingPaul Gardiner
2012-10-31Android: use partial updates to speed rendering after interactionPaul Gardiner
2012-10-30Android: cache information for 3 pages in the corePaul Gardiner
2012-10-29Support partial update in pdfapp.cPaul Gardiner
2012-10-29Add fz_update_pagePaul Gardiner
2012-10-29Forms: always use inherited version of default appearanceSebastian Rasmussen
2012-10-25Update the android app to keep a separate display list for annotationsPaul Gardiner
2012-10-25Update pdfapp to keep a separate display list for annotationsPaul Gardiner
2012-10-25Support separate rendering of the main page contents and the annotationsPaul Gardiner
2012-10-22Android: update file list upon download directory changesSebastian Rasmussen
2012-10-22Android: wait for page to be rendered even if no more interactionSebastian Rasmussen
2012-10-22Android: handle all ContentProvider paths the sameSebastian Rasmussen
2012-10-21Android: scan list of files when resumingSebastian Rasmussen
2012-10-21Android: improve build instructionsSebastian Rasmussen
2012-10-21Android: eliminate redundant step in build instructionsSebastian Rasmussen
2012-10-21Android: handle empty downloads directorySebastian Rasmussen
2012-10-21Android: show version number in file pickerSebastian Rasmussen
2012-10-21Android: move version number to string resourcesSebastian Rasmussen
2012-10-19Fix double free of old image in page transitionsSebastian Rasmussen
2012-10-19Fix bug where X11 motion events were parsed as button eventsSebastian Rasmussen
2012-10-17First steps towards supporting transitions.Robin Watts