summaryrefslogtreecommitdiff
path: root/apps/mudraw.c
AgeCommit message (Expand)Author
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
2012-06-20Add better mechanism for enumerating annotation rectangles.Robin Watts
2012-06-14Add -j flag to mudraw; create simple mujstest scripts automatically.Robin Watts
2012-06-12Change mudraw to set the error code if rendering errors present.Robin Watts
2012-05-27Print filenames for fastes/slowest page in mudrawSebastian Rasmussen
2012-05-10Clamp page numbers given to mupdfclean.Sebastian Rasmussen
2012-05-01Always print the file name upon errors in mudraw.Sebastian Rasmussen
2012-04-28Avoid diving by zero in mudraw.Sebastian Rasmussen
2012-04-20Add -ttt into usage string for mudraw.Robin Watts
2012-04-06Bug 692960: Ensure that -g flag overrides filename detectionRobin Watts
2012-03-16Mudraw: Maximum width/height flags.Robin Watts
2012-03-14Fix memory leaks in style sheet handling of the new text device.Tor Andersson
2012-03-13Make fz_print functions all take a FILE *.Robin Watts
2012-03-13Rename some functions and accessors to be more consistent.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-07Tweak Halftone functionsRobin Watts
2012-03-07Splitting tweaks.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-13Create mudraw; mupdfdraw cloned and adapted to use fz_documentRobin Watts