summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-04-16Reduce the changes that mupdfclean makes to floats.Robin Watts
2012-04-10Add fz_new_draw_device_with_bbox functionRobin Watts
2012-04-09Fix use of uninitialised variable.Robin Watts
2012-04-09Bug 692979: Fix race condition in thread debugging.Robin Watts
2012-04-09Bug 692976: Fix spurious thread lock debug warnings on context clonesRobin Watts
2012-04-09Bug 692977: Stop harmless thread debugging messages during cmapdumpRobin Watts
2012-04-06mucbz: use fz_malloc, not malloc.Robin Watts
2012-04-06Bug 692960: Ensure that -g flag overrides filename detectionRobin Watts
2012-04-05Fix potential problems on malloc failure.Robin Watts
2012-04-05Bug 692946 - fix 'stray white pixels in black areas' when halftoning.Robin Watts
2012-04-05Don't unlock a lock we don't own.Robin Watts
2012-04-05Bug 692141 - Work around bug in VS2005 Team SuiteRobin Watts
2012-03-28Add documentation for fz_link_dest and text extraction device.Robin Watts
2012-03-28Update application icons.Tor Andersson
2012-03-28Warn that the fz_link_dest struct is not finished.Tor Andersson
2012-03-28Bump version string to 1.0 release candidate 1.Tor Andersson
2012-03-28Disable link support in android app for 1.0 release.Tor Andersson
2012-03-28Fix access of recently freed memory.Tor Andersson
2012-03-28Whitespace fixes.Tor Andersson
2012-03-21Fix warning where we return nothing rather than NULL in sweepref.Tor Andersson
2012-03-21Update iOS app.Tor Andersson
2012-03-20Use a subtler background tiling pattern from subtlepatterns.comTor Andersson
2012-03-20Android app: fix missing highlightsPaul Gardiner
2012-03-20Android app: delay the appearance of the page render progress dialogsPaul Gardiner
2012-03-20Android app: delay the appearance of the search progress dialogPaul Gardiner
2012-03-20Updated README file for 1.0 release.Robin Watts
2012-03-19Tweaks to CONTRIBUTORS file.Robin Watts
2012-03-19mupdfclean: eliminate mutual recursion (sweepobj/sweepref).Robin Watts
2012-03-19Fix typo in text device where lines would group into blocks too eagerly.Tor Andersson
2012-03-19Don't create empty spans and lines in the text device.Tor Andersson
2012-03-19Bug 692669: Snap Rotate values for pages to be a multiple of 90Robin Watts
2012-03-19Bug 692746; avoid 'double palettes' on jpx images.Robin Watts
2012-03-19Add simple CONTRIBUTORS file.Robin Watts
2012-03-19Add simple 'inverted color' mode for mupdf viewer.Robin Watts
2012-03-19Bug 692934: Add Zoom to Width/Zoom to Height to MuPDF viewerRobin Watts
2012-03-16Add -Dverbose=-1 to zlib CFLAGS.Robin Watts
2012-03-16Allow XPS document to be opened from unzipped _rels/.rels in mupdf app again.Tor Andersson
2012-03-16Update multi-threaded documentation in light of bug 692925.Robin Watts
2012-03-16Add missing mudraw.1 man page.Robin Watts
2012-03-16Mudraw: Maximum width/height flags.Robin Watts
2012-03-16Bug 692805: BBox rounding issuesRobin Watts
2012-03-15Fix 2 regressions in xps test files due to palette change.Robin Watts
2012-03-15Bug 692866: Do not add a final newline when cutting/pasting.Robin Watts
2012-03-15Bug 692871: Improve X11 cut/paste handlingRobin Watts
2012-03-15Bug 692874: Fix Launch annotations.Robin Watts
2012-03-15Bug 692911: Cope with over/undersize palette entries in pngs.Robin Watts
2012-03-15Add multi-threading example based on pthreads.Sebastian Rasmussen
2012-03-15Android app: highlighting and inhibiting of linksPaul Gardiner
2012-03-15Android app: remove search highlights on search-term change and show progressPaul Gardiner