summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2016-03-16glyph plotter; Use repeated inclusion of headerRobin Watts
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
2016-03-14Build java on 32-bit linux.Tor Andersson
2016-03-14Fix TextWalker.showGlyph signature string.Tor Andersson
2016-03-11Bug 696634: Android: Allow filenames including hash.Robin Watts
2016-03-11Implement fz_text_language support functions.Robin Watts
2016-03-07MSVC: Solution tweaks.Robin Watts
2016-03-01Don't use pdf_page struct when creating pages.Tor Andersson
2016-03-01MSVC: Add mujs include path to mutool build.Robin Watts
2016-02-29jni: Use boolean wmode in text and font classes.Tor Andersson
2016-02-29jni: Add font and image constructors.Tor Andersson
2016-02-29jni: Fix scissor rect arguments to clipping functions.Tor Andersson
2016-02-29jni: Add page navigation buttons to java desktop viewer.Tor Andersson
2016-02-29jni: Various cleanups.Tor Andersson
2016-02-29jni: Update build files for moved java sources.Tor Andersson
2016-02-29jni: Move java bindings to platform/java.Tor Andersson
2016-02-29jni: First attempt at generic JNI bindings.Robin Watts
2016-02-29js: Add "mutool run" tool to run javascript scripts.Tor Andersson
2016-02-29Pass mediabox to pdf_create_page by const pointer, and pass resources.Tor Andersson
2016-02-29Change order of arguments to pdf_create_page.Tor Andersson
2016-02-29Add mutool create tool, and PDF font and image resource creation.Michael Vrhel
2016-02-29gl: Show MuPDF version number in usage message.Tor Andersson
2016-02-26Add harfbuzz path to other VS configs (e.g. x64) as well as set Preproc defines.Michael Vrhel
2016-02-24Add fz_show_string function and move wmode argument to end.Tor Andersson
2016-02-11gl: Use fz_font instead of freetype directly.Tor Andersson
2016-02-03Bug 696546: Add fast strtofRobin Watts
2016-01-29Update Android build with HarfbuzzRobin Watts
2016-01-29Force all harfbuzz allocations through our allocators.Robin Watts
2016-01-28Add harfbuzz thirdparty submodule.Tor Andersson
2016-01-28Add Noto fallback fonts.Tor Andersson
2016-01-28Make (old) Win32 viewer honour user css file.Robin Watts
2016-01-18First import of bidi code.Robin Watts
2016-01-18Enable warnings in Android ndk-build.Robin Watts
2016-01-13VS Solution: Add fz_pool files.Robin Watts
2016-01-08gl: Clean up mupdf objects at exit.Tor Andersson
2016-01-06Squash some warningsRobin Watts
2016-01-05Remove fz_page argument from fz_annot function calls.Tor Andersson
2016-01-05gl: Draw outline around text fields.Tor Andersson
2016-01-05Link required thirdparty libraries into one library: libmupdfthird.aTor Andersson
2015-12-28Drop 'jsimp' abstraction and use mujs directly.Tor Andersson
2015-12-22Update jbig2dec to latest.Robin Watts
2015-12-18iOS: Fix two warnings in MuPrintPageRenderer with latest XcodeJoseph Heenan
2015-12-18Remove fz_save_document and use pdf_save_document directly instead.Tor Andersson
2015-12-15muPDF iOS app: Support for the latest (3.4.1) Crashlytics.fredrossperry
2015-12-15muPDF iOS app: properly support 4-inch iPhone.fredrossperry
2015-12-15muPDF iOS app: add bitcode and UIRequiresFullScreenfredrossperry
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
2015-12-14Android: Try and minimise warnings in JNI code.Robin Watts
2015-12-11Rename structured text structs and functions to 'stext'.Tor Andersson
2015-12-11win32: Always build 'generated' in 32-bit mode.Tor Andersson