summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-20Bug 693639: plug various memory leaks.Tor Andersson
2013-02-19Bug 693639: fix integer overflow in image_tiff.cTor Andersson
2013-02-19Bug 693639: don't take references on global (static) resource objects.Tor Andersson
2013-02-19Bug 693639: fix incomplete error handling in null device.Tor Andersson
2013-02-19Bug 693639: fix potential NULL pointer dereference in base_context.cTor Andersson
2013-02-19Bug 693639: Use strlcpy instead of strncpy!Tor Andersson
2013-02-19Fix whitespace.Tor Andersson
2013-02-14Change to Affero license.Tor Andersson
2013-02-14Update jbig2dec thirdparty to latest.Tor Andersson
2013-02-13Android: highlight reflow icon when in reflow modePaul Gardiner
2013-02-13Redraw reflow icons in Xara to get better antialiasing.Robin Watts
2013-02-13Add CHANGES file.Robin Watts
2013-02-13Update doc/multi-threaded.c for passing rect/matrix by reference.Tor Andersson
2013-02-13Update doc/example.c for passing rect/matrix by reference.Tor Andersson
2013-02-13Bump version number strings and dates for 1.2 release.Tor Andersson
2013-02-13Apple broke external scripts yet again.Tor Andersson
2013-02-13Update iOS app for rect/matrix pass by reference.Tor Andersson
2013-02-11Fix problem with text selection caused by 0399332d54Paul Gardiner
2013-02-11Android: factor out ReaderView's special handling of MuPDFView objectsPaul Gardiner
2013-02-11Android: factor out search from main activityPaul Gardiner
2013-02-06Fix Android build after reference/irect changes.Robin Watts
2013-02-06Rename bbox to irect.Tor Andersson
2013-02-06Solve potential problems with partial update.Robin Watts
2013-02-06Add some 'restrict' qualifiers to hopefully speed matrix ops.Robin Watts
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-02-06Fix forgetting to open fz_output for xml output.Robin Watts
2013-02-06Fix SEGVs seen on unix caused by the fz_output commit.Robin Watts
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