summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2017-04-18jni: Fix typo in identifier.Sebastian Rasmussen
2017-04-13Register .fb2 extension in mupdf-gl on windows.Tor Andersson
2017-04-13Register .fb2 extension in windows viewer.Tor Andersson
2017-04-13Export fz_recognize_document and use it in java code.Sebastian Rasmussen
2017-04-13Change generated files to be C instead of headers.Tor Andersson
2017-04-13Clean up mupdf-gl usage message.Tor Andersson
2017-04-13gl: Support going to a specific page number on the command line.Tor Andersson
2017-04-11jstest: Stop printing bogus script lines.Sebastian Rasmussen
2017-04-11Bug 697551: Make path and line buffers of equal size.Sebastian Rasmussen
2017-03-29Happy New Year!Sebastian Rasmussen
2017-03-28Java fixes.Tor Andersson
2017-03-28Rejig fz_new_device to be fz_new_derived_device.Robin Watts
2017-03-27Tweak document_writer - don't pass dev back in.Robin Watts
2017-03-22Always use %g for short-as-possible format character.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-22Fix windows GLFW build.Tor Andersson
2017-03-22Rename libjpeg submodule.Tor Andersson
2017-03-21Replace fontdump, bin2hex and cquote with one tool: hexdump.Tor Andersson
2017-03-15gl: implement fullscreen supportTuncer Ayaz
2017-03-15gl: use fix title for X11 class and instanceTuncer Ayaz
2017-03-15Add PDF_ANNOT_UNKNOWN enum.Tor Andersson
2017-03-14Add MSVC project file forgotten from previous commitRobin Watts
2017-03-11Fix MSVC solution.Robin Watts
2017-03-01Add PDFPage and PDFAnnotation subclasses.Tor Andersson
2017-02-22Move PATH_MAX to system.hMichael Vrhel
2017-02-21java: Fix typo in authenticatePassword.Tor Andersson
2017-02-20android: Use system fonts as fallback instead of compiling binary blobs.Tor Andersson
2017-02-20Add svg writer.Tor Andersson
2017-02-20Add F1 help dialog to show key bindings in mupdf-gl.Tor Andersson
2017-02-14Fix patch drawing in AndroidDrawDevice.Tor Andersson
2017-02-14java: Make PDFDocument a subclass of Document.Tor Andersson
2017-02-14gl: Add 'hjkl' keybindings that behave like the arrow keys.Tor Andersson
2017-02-06Add fitPage, fitPageWidth functions to AndroidDrawDevice.Tor Andersson
2017-02-06Add bookmarks so we can find a location after reflowing a document.Tor Andersson
2017-02-06Add -I option to mupdf to invert colors.Robin Watts
2017-01-31Add helper functions to AndroidDrawDevice.Tor Andersson
2017-01-23android: Add ndk-build makefile to build JNI library for android viewers.Sebastian Rasmussen
2017-01-17java: Add gdb target for debugging JNI crashes.Sebastian Rasmussen
2017-01-17java: JNI code needs generated header files from mupdf library.Sebastian Rasmussen
2017-01-17java: Simplify loadLibrary call.Tor Andersson
2017-01-17java: Add text searching.Tor Andersson
2017-01-17java: Allow custom compiler flags.Sebastian Rasmussen
2017-01-17Fix typos.Sebastian Rasmussen
2017-01-17Fix 697476: Rename header files.Tor Andersson
2017-01-17MSVC: Fix libmupf openssl configurations include paths.Robin Watts
2017-01-17MSVC: Remove libluratech non commercial configurationsRobin Watts
2017-01-17MSVC: Fix 64bit builds of libmuthreadsRobin Watts
2017-01-17Remove preprocessor defines from vcproj.Tor Andersson
2017-01-17x11: Add -b flag to x11 viewer.Tor Andersson
2017-01-17java: Call dispose() instead of System.exit() when closing the window.Tor Andersson