summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2018-11-13Add more encoding tables.Tor Andersson
2018-11-13jni: Only include gproof helper function when including gproof.Sebastian Rasmussen
2018-11-13gl: Calculate accurate initial window size when scaling to fit screen.Tor Andersson
2018-11-13Bug 692592: Handle relative file links.Tor Andersson
2018-11-13Bug 696569: Get rid of drop shadow and use black background when inverted.Tor Andersson
2018-11-13Use fz_image.imagemask field when adding PDF image resources.Tor Andersson
2018-11-12Fix 697783: Invert mouse wheel mapping in mupdf-win32.Tor Andersson
2018-11-12Remove bitrotted and not working PDF portfolio code.Tor Andersson
2018-11-09Fix 698734: Use invoked binary name in usage message for mupdf-x11.Mohamad Barbar
2018-11-09Fix 698320: Add 'z' keybinding to reset zoom.Tor Andersson
2018-11-09Fix 696302: Support numeric keypad arrow keys in mupdf-x11.Tor Andersson
2018-11-09Fix 697461: Use floating point resolution in mupdf-x11.Tor Andersson
2018-11-09Fix 696310: Limit the initial window size to fit on the screen.Tor Andersson
2018-11-09Fix 695893: Match page rotation when creating FreeText annotations.Tor Andersson
2018-11-09Update mupdf-gl documentation.Tor Andersson
2018-11-08Fix 699336: Add more levels to mupdf-x11 zoom list.Tor Andersson
2018-11-07Fix 699840: Use saved sig_widget pointer to sign signatures, not selected_annot.Tor Andersson
2018-11-07Fix 700131: Reverse ctl+wheel zoom direction.Tor Andersson
2018-11-07Fix 700053: Add 'decrypt' option to pdf_save_document.Tor Andersson
2018-10-26Fix Page.search() to return a Quad[], not a Rect[].Fred Ross-Perry
2018-10-23Remove extra blank lines.Tor Andersson
2018-10-23gl: Fix launching mupdf-gl to the page number passed on the command line.Tor Andersson
2018-10-23Add Emscripten / WebAssembly build.Tor Andersson
2018-10-17MSVC: Fix libluratech.vcproj.Robin Watts
2018-10-15Update lcms2 to lcms2mt.Robin Watts
2018-10-04Fix simple typos.1.14.0Tor Andersson
2018-10-03gl: Save history in all normal exit situations.Tor Andersson
2018-09-26Update Android build.Tor Andersson
2018-09-25Update Harfbuzz submodule to version 1.9.0.Tor Andersson
2018-09-25gl: Save history and bookmarks in ~/.mupdf.history.Tor Andersson
2018-09-25Fix bin2coff rules to allow project directories with spaces in them.Tor Andersson
2018-09-25gl: Fix dialog size calculation in text field dialog.Tor Andersson
2018-09-21gl: Form filling UI.Tor Andersson
2018-09-21gl: Break UI lines on space characters.Tor Andersson
2018-09-21Regularize language and script names.Tor Andersson
2018-09-21Don't build freetype source files twice.Tor Andersson
2018-09-20Be consistent in use of #if FZ_ENABLE_...Robin Watts
2018-09-19Add DebugGSView and ReleaseGSView configs.Robin Watts
2018-09-19gl: ifdef freeglut specific API calls so it will build on MacOS.Tor Andersson
2018-09-19Update to OpenJPEG 2.3.0.Sebastian Rasmussen
2018-09-16Update VS solution to cope with PKCS7 build changes.Robin Watts
2018-09-07jni: Check exposed constants for consistency with C constants.Sebastian Rasmussen
2018-09-07jni: Remove unused flags and improve the names of some others.Sebastian Rasmussen
2018-09-07jni: Depend on fz_buffer() for default buffer size.Sebastian Rasmussen
2018-09-07jni: Make Device interface abstract.Sebastian Rasmussen
2018-09-07jni: Update TraceDevice to adhere to Device interface.Sebastian Rasmussen
2018-09-07jni: Improve whitespace situation in TraceDevice.Sebastian Rasmussen
2018-09-07jni: Update NativeDevice to adhere to Device interface.Sebastian Rasmussen
2018-09-07jni: Make Device interface in Java and JNI correspond to each other.Sebastian Rasmussen
2018-09-07jni: Fix typo in ColorParams.Sebastian Rasmussen