summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-06Tweak text extraction block creation.Robin Watts
2013-02-05Android: reflow - request layout each time we learn a new page heightPaul Gardiner
2013-02-05Android: Avoid SEGV on reflow on HTC Desire HDRobin Watts
2013-02-05Android: use identity matrix in html extraction to improve font sizesPaul Gardiner
2013-02-05Android: avoid view churn in reflow modePaul Gardiner
2013-02-05Android: reflow - get zoom working againPaul Gardiner
2013-02-05Android: avoid byte[] -> String -> byte[]Paul Gardiner
2013-02-05Tweak HTML output.Robin Watts
2013-02-05Android: Use HTML output in reflow mode.Robin Watts
2013-02-04Add fz_output, and make output functions use it.Robin Watts
2013-02-04Android: reset zoom on mode changePaul Gardiner
2013-02-04Android: alter zoom range for reflow modePaul Gardiner
2013-02-04Android: zooming in reflow mode altering CSS fontSize via javascriptPaul Gardiner
2013-02-04Android: add hooks for zooming in reflow modePaul Gardiner
2013-02-04Android: add button for reflowPaul Gardiner
2013-02-04Android: handle Unicode correctly in reflowPaul Gardiner
2013-02-03Android: first attempt at reflow modePaul Gardiner
2013-02-02Android: introduce common interface for normal and reflowed viewsPaul Gardiner
2013-02-01Android: quick and dirty conversion of text to htmlPaul Gardiner
2013-01-31Create annotations in indirect-object formPaul Gardiner
2013-01-31Android: fix buildPaul Gardiner
2013-01-31Fix missing linewidth in pdf-device-created appearance streamsPaul Gardiner
2013-01-31Android: use a single fz_page to render both main and hq bitmapsPaul Gardiner
2013-01-31Android: implement strikeout annotation creationPaul Gardiner
2013-01-31Add support for annotation creationPaul Gardiner
2013-01-30Improve exception handling in fz_bound_t3_glyphPaul Gardiner
2013-01-30Parts of Robin's PDF editing/page creation commit useful for annotationsPaul Gardiner
2013-01-30Fix Android build after rect/bbox changes.Robin Watts
2013-01-30Rename fz_irect back to fz_bbox.Tor Andersson
2013-01-30Always pass value structs (rect, matrix, etc) as values not by pointer.Tor Andersson
2013-01-30Rename fz_rect_covering_rect to fz_irect_from_rect.Tor Andersson
2013-01-30Introduce fz_irect where the old fz_bbox was useful.Tor Andersson
2013-01-30Pass content/clip bbox to device functions by value.Tor Andersson
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2013-01-30Fix dependencies in VS solution.Robin Watts
2013-01-26Android: Fix NullPointerException seen on Google PlayRobin Watts
2013-01-25Android: Refine Smart Motion to avoid tiny scrolls at end of pagesRobin Watts
2013-01-25Silence some warnings.Tor Andersson
2013-01-25Make strdup take a const char * to silence some warnings.Tor Andersson
2013-01-25Update copyright date.Tor Andersson
2013-01-24Android: Smart Motion fix.Robin Watts
2013-01-24android: Tint the icon in the file picker.Tor Andersson
2013-01-24Android: Show path in file picker title.Robin Watts
2013-01-24Android: Implement 'Smart Motion'.Robin Watts
2013-01-23Bug 693520: Fix rendering of non-orthogonal gradients.Robin Watts
2013-01-22Bug 693527: Avoid JP2K images with themselves as their SMask.Robin Watts
2013-01-22Android: Fix clipboard operation on older androids.Robin Watts
2013-01-22Android: Make the 'tap to skip page' regions more smartly sized.Robin Watts
2013-01-22Android: Update clipboard icons and resize doc icons.Robin Watts
2013-01-22More work on android bitmap recycling.Robin Watts