summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
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
2012-02-02Support remote links in XPS documents.Robin Watts
2012-02-02Work on supporting links in xps documents.Robin Watts
2012-01-31Make pdfclean more resilient to errors while parsing.Robin Watts
2012-01-30Do not embed a context in the fz_outline structure.Tor Andersson
2012-01-30Add CBZ (comic book zip-file) parser.Tor Andersson
2012-01-27Android/Windows build fixesRobin Watts
2012-01-27Rename pdfdraw to mupdfdraw etc.Robin Watts
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-19Remove confusing optional 'password' argument to pdf_open_xref.Tor Andersson
2012-01-18Add fullscreen mode to mupdf viewer.Tor Andersson
2012-01-12Update copyright notices for 2012.Tor Andersson
2012-01-12Use the same coordinate system for pdf and xps pages in the interface.Tor Andersson
2012-01-11Add xps_run_page function.Tor Andersson
2012-01-11Use enum for FZ_STORE_DEFAULT default size.Tor Andersson
2012-01-11Hide glyph cache in context.Tor Andersson