summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-24Android: warn when no text selected and avoid creating empty annotationsPaul Gardiner
2013-03-24Add another input mode for drawing ink annotationsPaul Gardiner
2013-03-22Bug 693708: Fix unclosed XML entry in fz_trace output.Robin Watts
2013-03-22pdf_device: only output color if it's changed.Robin Watts
2013-03-22Squash some warnings.Robin Watts
2013-03-22Fix store debugging fns so that all output goes to the same file.Robin Watts
2013-03-21Add 'void' to a function declaration.Robin Watts
2013-03-21Bug 693708: Avoid dereferencing null pointer.Robin Watts
2013-03-21Simple debug code to quantify locking timesRobin Watts
2013-03-21Bug 693719: Android: Catch exceptions when counting pages.Robin Watts
2013-03-20Add caching of rendered tiles.Robin Watts
2013-03-20Fix invalid font bboxesRobin Watts
2013-03-20Fix incorrect scissor boxes for second and subsequent glyphs.Robin Watts
2013-03-20Remove unneccessary ./ prefix in generated file makefile recipes.Tor Andersson
2013-03-20Silence warnings.Tor Andersson
2013-03-20Add noreturn attribute to throw/rethrow to help improve compiler warnings.Tor Andersson
2013-03-19Fix compilation on Mac OS X by partially reverting 61c1f80d36.Marcos H. Woehrmann
2013-03-18Auto-generate appearance streams for strikeout, underline, highlightPaul Gardiner
2013-03-05Fix warnings seen on cleaning a document.Robin Watts
2013-03-04Fix misalignment of rotated images.Robin Watts
2013-03-04Avoid interactive features causing bloat in mutoolPaul Gardiner
2013-03-01Bug 693624: Ensure that windows copes with utf8 filenamesRobin Watts
2013-03-01Bug 693627: Avoid linearisation deleting Outlines.Robin Watts
2013-03-01Fix JPX Softmasks being all FF's.Robin Watts
2013-02-28Pass bbox to pdf_set_annot_appearance rather than base on display listPaul Gardiner
2013-02-28Fix pdf_device ignoring the coordinate transform matrix in some casesPaul Gardiner
2013-02-28Fix bug: failure to set the SubType field of created annotations.Paul Gardiner
2013-02-28Bug 693595: Fix typo in Makefile resulting in mutool not being installed.Robin Watts
2013-02-28Bug 693596: Speed compilation on unix based systems.Robin Watts
2013-02-28Force colorspaces to match with JPX images.Robin Watts
2013-02-27Bug 693624: Update mudraw and mutool to use Unicode entry points on windowsRobin Watts
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