summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2013-05-14svgwrite: First attempt at an SVG output device.Robin Watts
2013-05-06Add simple visual-to-logic RTL reordering as a text extraction pass.Tor Andersson
2013-05-06Use linked list for text spans.Tor Andersson
2013-05-03Update mudraw to better spot output file types.Robin Watts
2013-05-03Simple Image file format recogniserRobin Watts
2013-04-29x11: Copy to clipboard on Ctl+C.Tor Andersson
2013-04-29Fix copyright statementsSebastian Rasmussen
2013-04-29Bug 693939: Fix memory problems.Robin Watts
2013-04-26Rename functions for consistency.Robin Watts
2013-04-26Fix dirty flag handling bug in X11 event loop.Robin Watts
2013-04-26Hint enabling/disabling for devices.Robin Watts
2013-04-25Tweak fz_text_page to include image records.Robin Watts
2013-04-11win32: use unicode functions for password dialog.Tor Andersson
2013-04-04Fix usage string for mudrawRobin Watts
2013-03-26Reflow: Move from html output using tables to html output using div/spanRobin Watts
2013-03-26Rework text extraction structures.Robin Watts
2013-03-22Squash some warnings.Robin Watts
2013-02-27Bug 693624: Update mudraw and mutool to use Unicode entry points on windowsRobin Watts
2013-02-20Bug 693639: fix warnings.Tor Andersson
2013-02-19Bug 693639: Use strlcpy instead of strncpy!Tor Andersson
2013-02-19Fix whitespace.Tor Andersson
2013-02-13Bump version number strings and dates for 1.2 release.Tor Andersson
2013-02-06Rename bbox to irect.Tor Andersson
2013-02-06Solve potential problems with partial update.Robin Watts
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-02-06Fix forgetting to open fz_output for xml output.Robin Watts
2013-02-04Add fz_output, and make output functions use it.Robin Watts
2013-01-30Rename fz_irect back to fz_bbox.Tor Andersson
2013-01-30Always pass value structs (rect, matrix, etc) as values not by pointer.Tor Andersson
2013-01-30Introduce fz_irect where the old fz_bbox was useful.Tor Andersson
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2012-12-24Bug 693503: Fix leak while writing a broken file.Robin Watts
2012-12-13Bug 693462: Tweak X11 app startup.Robin Watts
2012-11-29Bug 693463: Various small fixes.Robin Watts
2012-11-29Bug 693461: Add LL suffix to large number.Robin Watts
2012-11-28Bug 693452: Memory leak with transitions disabled.Robin Watts
2012-11-28Bug 693392: Add \n to some printfs in mujstest.Robin Watts
2012-11-27Forms: avoid directly saving to the original filePaul Gardiner
2012-11-20Obsess about whitespace.Tor Andersson
2012-11-16Build on Solaris (10, at least)Chris Liddell
2012-11-01Forms: extend setFillColor implementation to include text widgetsPaul Gardiner
2012-10-29Support partial update in pdfapp.cPaul Gardiner
2012-10-29Add fz_update_pagePaul Gardiner
2012-10-25Update pdfapp to keep a separate display list for annotationsPaul Gardiner
2012-10-19Fix double free of old image in page transitionsSebastian Rasmussen
2012-10-19Fix bug where X11 motion events were parsed as button eventsSebastian Rasmussen
2012-10-17First steps towards supporting transitions.Robin Watts
2012-10-16Forms: avoid the need to reload the page on every changePaul Gardiner
2012-10-10Add showing of encryption dictionary to pdfshowSebastian Rasmussen
2012-10-10Mention SIGHUP for reloading in manpageSebastian Rasmussen