summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2012-07-02Update mujstest to write ppms if requested.Robin Watts
2012-06-29Fix mujstest never screenshotting under unix.Robin Watts
2012-06-22Free context in mujstest to avoid leaks.Robin Watts
2012-06-22Resize About box to restore change in size lost when merging.Robin Watts
2012-06-21Updates for more effective mujstest.Robin Watts
2012-06-20Various small fixes found while trying to build for linux.Robin Watts
2012-06-20Remove unused variable.Robin Watts
2012-06-20Stub wintextinput on x11.Tor Andersson
2012-06-20Add better mechanism for enumerating annotation rectangles.Robin Watts
2012-06-15Add colorspace entry to pdfapp_s to set default colorspace.Robin Watts
2012-06-15Fix mouse click glitches with forms enabled pdfapp.Robin Watts
2012-06-15Fix binary handling in mujstestRobin Watts
2012-06-15Tweaks to mujstest; -v and -p flags.Robin Watts
2012-06-14Add -j flag to mudraw; create simple mujstest scripts automatically.Robin Watts
2012-06-14First version of mujstest-v8.pdf and associated solution changes.Robin Watts
2012-06-14After handling a mouseclick on a form field, stop processing.Robin Watts
2012-06-13Merge branch 'master' into formsPaul Gardiner
2012-06-12Remove use of uninialized context.Paul Gardiner
2012-06-12Forms: handle carriage control in multiline text widgetPaul Gardiner
2012-06-12Change mudraw to set the error code if rendering errors present.Robin Watts
2012-06-11Fix Bug 693099: Render failure due to corrupt jpeg data.Robin Watts
2012-06-11Forms: first version appearance synthesis for multiline text widgetsPaul Gardiner
2012-06-01Merge branch 'master' into formsPaul Gardiner
2012-05-31Add linearization to pdf_write function.Robin Watts
2012-05-31Remove use of uninialized context.Paul Gardiner
2012-05-27Print filenames for fastes/slowest page in mudrawSebastian Rasmussen
2012-05-27Have mupdfinfo gather resource info only on what to show.Sebastian Rasmussen
2012-05-23Update usage messages for mubusy command line tools.Tor Andersson
2012-05-23Bring xref object and stream mutation functions back from the dead.Tor Andersson
2012-05-15Forms: make forms API separate to the main document APIPaul Gardiner
2012-05-11Split part of fz_document interface for pdf_document into separate file.Tor Andersson
2012-05-10Combine all small tools into mubusy and remove the separate executables.Tor Andersson
2012-05-10Fix whitespace errors.Tor Andersson
2012-05-10Clamp page numbers given to mupdfclean.Sebastian Rasmussen
2012-05-09Bug 693032: Fix usage messages in mupdfextract and mupdfshowRobin Watts
2012-05-08Bug 693028 - improve mupdf viewer handling of broken page streamsRobin Watts
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-05-07Warn instead of giving error on missing password in pdfshow.Sebastian Rasmussen
2012-05-01Always print the file name upon errors in mudraw.Sebastian Rasmussen
2012-04-30Remove 2 unused variables.Robin Watts
2012-04-30Simple mupdfposter appRobin Watts
2012-04-28Free document/app when document cannot be shown in X11 viewer.Sebastian Rasmussen
2012-04-28Move guts of pdfclean into new pdf_write function.Robin Watts
2012-04-28Avoid diving by zero in mudraw.Sebastian Rasmussen
2012-04-25Remove use of uninialized context.Paul Gardiner
2012-04-20Pass UTF8 filename to fz_open_document / fz_open_file to remove kludges.Tor Andersson