summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-09Add -v option to mutool and mudraw to print MuPDF version number.Tor Andersson
2015-04-09Remove the _no_run functions.Tor Andersson
2015-04-08Fix mupdf viewer on windows; mousewheel events would stop keys respondingRobin Watts
2015-04-08Fix windows builds of epub-doc.cRobin Watts
2015-04-08Update jbig2dec submodule.Tor Andersson
2015-04-08Update docs/thirdparty.txtTor Andersson
2015-04-08Add docs/example.c and docs/multi-threaded.c to 'make examples' target.Tor Andersson
2015-04-08Update documentation with fz_context changes.Robin Watts
2015-04-07Fix whitespace.Tor Andersson
2015-04-07Tweak CHANGES and README for release 1.7.Robin Watts
2015-04-07Add some basic page margins to EPUB layout.Tor Andersson
2015-04-07Fix some warnings.Tor Andersson
2015-04-07Add EPUB layout options to mupdf-x11 and mudraw.Tor Andersson
2015-04-07Trigger default layout in fz_document layer.Tor Andersson
2015-04-07Rename mutool show 'pages' to 'pagetree' to reduce possible confusion.Tor Andersson
2015-04-07Compile windows resource file when building with MinGW.Tor Andersson
2015-04-07Fix structured text extraction in vertical mode.Robin Watts
2015-04-07Structured text extraction; improve glyph bounding box calculations.Robin Watts
2015-04-07Use fz_advance_glyph rather than direct FT calls during PDF layout.Robin Watts
2015-04-06Add some simple debug code to dump fz_gels.Robin Watts
2015-04-06Antidropout followup: cope with stroking too.Robin Watts
2015-04-06Bug 694367: Attempt to avoid dropouts of rectangles.Robin Watts
2015-04-06Bug 693688: MuPDF viewer; if reload fails, don't crash out.Robin Watts
2015-04-06Remove gsview from mupdf repo.Robin Watts
2015-04-06Update mutool subtools to use PDF_NAME_xxx rather than "xxx".Robin Watts
2015-04-06Add mutool pages subcommand.Robin Watts
2015-04-06Move the guts of pdfclean into the lib.Robin Watts
2015-04-06Fix oddity with pdfinfoRobin Watts
2015-04-03Pages created with pdf_create_page were duff.Robin Watts
2015-04-03Bug 694713: Avoid assert when using pdf_page_writeRobin Watts
2015-04-03Bug 693481: Android: Allow panning while zoomingRobin Watts
2015-04-03Bug 694388: Android: Don't call requestLayout more than we need to.Robin Watts
2015-04-02Bug 695900: pdfclean return code is inverted.Robin Watts
2015-04-01fix bug #695895. Uninitialized variable in pdf_parse_file_specfredrossperry
2015-04-01Bug 693719: Attempt #2. Broken trailer repair.Robin Watts
2015-04-01Update manpages.Tor Andersson
2015-04-01Fix scan for %d in mudraw.Tor Andersson
2015-04-01Bug 693719: Improve repairing of files with broken trailers.Robin Watts
2015-04-01Clean up mudraw command line syntax.Tor Andersson
2015-04-01Fix build for MinGW.Tor Andersson
2015-03-31Bug 695457: Improve mouse wheel handling in viewer.Robin Watts
2015-03-30Bug 695892: Fix incremental updates of documents with xref streams.Robin Watts
2015-03-30Bug 695804: Add support for 'Shift-Space' in the viewer.Robin Watts
2015-03-30Add header for waitpid().Tor Andersson
2015-03-30Bug 695549: Avoid returning compressed buffer as uncompressed.Robin Watts
2015-03-30Bug 695829: Mouse buttons flip pages in presentation mode.Robin Watts
2015-03-30Bug 695556: Use doubles when inverting matrices.Robin Watts
2015-03-30Bug 695558: Fix UTF-8 window titles on X11.Robin Watts
2015-03-26Avoid division by 0 in blend calls.Robin Watts
2015-03-26Android: Tweak MuPDFReaderView enum definition.Robin Watts