summaryrefslogtreecommitdiff
path: root/apps/pdfapp.c
AgeCommit message (Expand)Author
2012-05-15Forms: make forms API separate to the main document APIPaul Gardiner
2012-05-08Forms: add text input dialog to win32 appPaul Gardiner
2012-05-08Forms: handle some cases of setting text-field textPaul Gardiner
2012-05-08Forms: part of text field handlingPaul Gardiner
2012-05-08Forms: inhibit "wait" cursor when updating display just for a form changePaul Gardiner
2012-05-08Forms: handle field appearance change on mouse up/downPaul Gardiner
2012-04-20Pass UTF8 filename to fz_open_document / fz_open_file to remove kludges.Tor Andersson
2012-04-20Update pdf_version to 1.0Robin Watts
2012-04-20Update usage string, and About box.Robin Watts
2012-04-05Don't unlock a lock we don't own.Robin Watts
2012-03-28Bump version string to 1.0 release candidate 1.Tor Andersson
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-16Bug 692805: BBox rounding issuesRobin Watts
2012-03-15Bug 692866: Do not add a final newline when cutting/pasting.Robin 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-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-07Splitting tweaks.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-15Stop searching in viewer when clicking page links.Sebastian Rasmussen
2012-02-07Rename a few functions.Tor Andersson
2012-02-03Free current document page when closing pdf application.Sebastian Rasmussen
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-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-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-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-11Hide glyph cache in context.Tor Andersson
2012-01-10Automatically load page tree when accessing a page/page count.Sebastian Rasmussen
2012-01-10Fix many spelling errors.Sebastian Rasmussen
2012-01-04Bug 692739: Add ability to abort time consuming actionsRobin Watts
2011-12-30Load outlines in viewer after pages to allow links to work.Robin Watts
2011-12-28Outline/link destination tweaks.Robin Watts
2011-12-23Generalise pdf_links to be fz_links.Robin Watts
2011-12-15Add scavenging functionality.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts