summaryrefslogtreecommitdiff
path: root/apps/mudraw.c
AgeCommit message (Expand)Author
2013-06-20Rearrange source files.Tor Andersson
2013-06-19Exception handling changesRobin Watts
2013-06-18Merge common and internal headers into one.Tor Andersson
2013-06-18Move header files into separate include directory.Tor Andersson
2013-06-17Make common wchar_t / utf-8 conversion functions for MSVC tools.Tor Andersson
2013-06-17Add support to build command line tools on MINGW.Tor Andersson
2013-06-13Make display lists reference counted objects.Robin Watts
2013-06-12Support begin/end page calls in text extraction device.Tor Andersson
2013-06-12Add begin_page and end_page calls to device interface.Tor Andersson
2013-06-12Clean up whitespace errors.Tor Andersson
2013-06-09Remove fz_interactive API in favour of direct use of pdf APIPaul Gardiner
2013-06-08Simple PCL outputRobin Watts
2013-06-03Fix SVG output.Robin Watts
2013-05-21Add monochrome PWG output routines.Robin Watts
2013-05-21Mudraw: Add -c colorspace flag.Robin Watts
2013-05-21Add PWG options structure for writing PWGs.Robin Watts
2013-05-16Add colorspace context.Tor Andersson
2013-05-16Add PWG raster output to mudraw.Robin Watts
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-03Update mudraw to better spot output file types.Robin Watts
2013-04-26Rename functions for consistency.Robin Watts
2013-04-26Hint enabling/disabling for devices.Robin Watts
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-02-27Bug 693624: Update mudraw and mutool to use Unicode entry points on windowsRobin Watts
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-11-29Bug 693461: Add LL suffix to large number.Robin Watts
2012-11-20Obsess about whitespace.Tor Andersson
2012-09-04Forms: mass renaming for the sake of consistencyPaul Gardiner
2012-08-16Silence some warnings.Robin Watts
2012-08-08Merge branch 'master' into formsPaul Gardiner
2012-08-06Add option to mudraw to process further files upon errorSebastian Rasmussen
2012-08-06Make use of fz_always instead of repeating code for error and normal pathSebastian Rasmussen
2012-08-01Merge branch 'master' into formsPaul Gardiner
2012-07-27Fix typo in mudraw preventing tracking of slowest page drawSebastian Rasmussen
2012-07-19Improve mudraw generation of .mjs scriptsRobin Watts
2012-07-05Merge branch 'master' into formsRobin Watts
2012-07-05Move to static inline functions from macros.Robin Watts
2012-06-21Updates for more effective mujstest.Robin Watts
2012-06-20Remove unused variable.Robin Watts