summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2012-04-06Bug 692960: Ensure that -g flag overrides filename detectionRobin Watts
2012-04-05Fix potential problems on malloc failure.Robin Watts
2012-04-05Don't unlock a lock we don't own.Robin Watts
2012-03-28Update application icons.Tor Andersson
2012-03-28Bump version string to 1.0 release candidate 1.Tor Andersson
2012-03-21Fix warning where we return nothing rather than NULL in sweepref.Tor Andersson
2012-03-19mupdfclean: eliminate mutual recursion (sweepobj/sweepref).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-16Allow XPS document to be opened from unzipped _rels/.rels in mupdf app again.Tor Andersson
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-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-14Fix memory leaks in style sheet handling of the new text device.Tor Andersson
2012-03-13Bug 692882 - fix buffer overflow.Robin Watts
2012-03-13Make fz_print functions all take a FILE *.Robin Watts
2012-03-13Add ctx argument and rename fz_bound_pixmap to fz_pixmap_bbox.Tor Andersson
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-13Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.Tor Andersson
2012-03-12Create style sheet and group extracted text into blocks, lines and spans.Tor Andersson
2012-03-12Merge branch 'header-split'Robin Watts
2012-03-12Add -w, -h and -f options to mudraw.cRobin Watts
2012-03-12More API work.Robin Watts
2012-03-12Merge branch 'master' into header-splitRobin Watts
2012-03-12More API tidying.Robin Watts
2012-03-10Make mudraw and the trace device print well-formed XML.Sebastian Rasmussen
2012-03-07More release tidyups.Robin Watts
2012-03-07Tweak Halftone functionsRobin Watts
2012-03-07Splitting tweaks.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-03-06Remove stray newlines in error messages.Tor Andersson
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-16Remove mupdfdraw and muxpsdraw in favour of mudraw.Robin Watts
2012-02-15Stop searching in viewer when clicking page links.Sebastian Rasmussen
2012-02-13Create mudraw; mupdfdraw cloned and adapted to use fz_documentRobin Watts
2012-02-11Purge unused and bit rotted fz_accelerate stuff.Tor Andersson
2012-02-08Lock reworking.Robin Watts
2012-02-07Update windows viewer to latest changes.Tor Andersson
2012-02-07Rename a few functions.Tor Andersson
2012-02-06Fix 692841: Look at ConfigureNotify events while waiting for MapNotify.Tor Andersson
2012-02-03Free current document page when closing pdf application.Sebastian Rasmussen
2012-02-03Be consistent about passing a fz_context in path/text/shade functions.Tor Andersson
2012-02-03Be consistent about passing a fz_context argument in pixmap functions.Tor Andersson
2012-02-03Reference count fz_link objects.Tor Andersson
2012-02-03Use the new document interface in viewer.Tor Andersson
2012-02-03Add document interface.Tor Andersson
2012-02-03Allow ZIP as extension for CBZ files.Tor Andersson