summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-27Bug 693640: Fix interpolated painting of images going out of rangeRobin Watts
2013-02-27Android: Update *.mk files to allow for non-arm android builds.Robin Watts
2013-02-26Fix pdf_device confusing stroke and non-stroke alphaPaul Gardiner
2013-02-26Android: add support for highlight and underline markup annotations.Paul Gardiner
2013-02-26Include required quadPoints entry in created markup annotations.Paul Gardiner
2013-02-26Android: implement annotation deletionPaul Gardiner
2013-02-26Implement annotation deletion, with necessary changes to partial updatePaul Gardiner
2013-02-22Android: add annotation-editing menu, triggered on annotation selectionPaul Gardiner
2013-02-22Android: support selection of annotationPaul Gardiner
2013-02-22Android: move selected text operations from PageView to MuPDFPageViewPaul Gardiner
2013-02-22Android: avoid unnecessary repeated set up of child viewsPaul Gardiner
2013-02-22Android: add MuPDFCore.getAnnotationsPaul Gardiner
2013-02-22Add fz_get_annot_typePaul Gardiner
2013-02-20Bug 693639: Avoid heap overflow and leaks in error cases.Robin Watts
2013-02-20Bug 693639: fix UTF-8 BOM detection.Tor Andersson
2013-02-20Bug 693639: some convenience functions.Tor Andersson
2013-02-20Bug 693639: be even more NULL in pdf_js_none.cTor Andersson
2013-02-20Bug 693639: treat NULL scissor in display list as infinite rect.Tor Andersson
2013-02-20Bug 693639: fix typo in ps calculator.Tor Andersson
2013-02-20Bug 693639: fix overflow due to wrong type of intermediate variable.Tor Andersson
2013-02-20Bug 693639: allow OpenXPS extension and XML namespaces.Tor Andersson
2013-02-20Bug 693639: fix warnings.Tor Andersson
2013-02-20Bug 693639: bring fitz.h in line with source use of restrict keyword.Tor Andersson
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