summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-22Check pointer for NULL in fz_free before locking.Tor Andersson
2018-06-21Allow signature saving using pdf_write_documentPaul Gardiner
2018-06-12More tweaks to MSVC dependencies for luratech/curl.Robin Watts
2018-06-12Fix MSVC build issues.Robin Watts
2018-06-12Run both V and F additional actions when setting field values.Tor Andersson
2018-06-11MSVC solution fixes.Robin Watts
2018-06-11Fix MSVC dependencies/configurations.Robin Watts
2018-06-11Fix Windows JNI builds.Robin Watts
2018-06-11Use bin2coff to generate font data blobs object files.Tor Andersson
2018-06-07Remove platform specific compiler flags for build=native.Tor Andersson
2018-06-02Fix libcrypto build.Tor Andersson
2018-06-02Rework XObject form creation/updating.Tor Andersson
2018-06-02mutool show: Add support for wildcards in path syntax.Tor Andersson
2018-06-02Fix include file ifdefs when building with -std=c11.Tor Andersson
2018-06-02Add a fz_strnlen function (strnlen is not standard C).Tor Andersson
2018-06-01Fix loss of reference to focussed annotation when rereading annotationsPaul Gardiner
2018-05-18Fix 699368: Remember 'sent' text state in sanitize filter.Tor Andersson
2018-05-18gl: Zoom in/out centered on the mouse cursor.Tor Andersson
2018-05-18Fix segfault in SVG parser when encountering text data.Tor Andersson
2018-05-18Fix android build.Tor Andersson
2018-05-17mutool extract: Remove spurious 'break' statement and fix double free.Tor Andersson
2018-05-16Don't use pdf_load_object in pdfextract.cTor Andersson
2018-05-16Remove unused variable.Tor Andersson
2018-05-16Keep JBIG2 image data compressed in fz_compressed_buffer.Tor Andersson
2018-05-16Remove needless deep copy of resource dictionary.Tor Andersson
2018-05-16js: Add Shade.bound function and bbox device example.Tor Andersson
2018-05-16Purge unused functions.Tor Andersson
2018-05-16Add script to find unused functions.Tor Andersson
2018-05-16Restore Emoji font.Tor Andersson
2018-05-15Bug 699351: Handle glyphs with uncomputable width.Sebastian Rasmussen
2018-05-11Fix 699332: Copy resources when cleaning content streams.Sebastian Rasmussen
2018-05-10Use fz_malloc_no_throw() in JPEG/DCT decoder.Sebastian Rasmussen
2018-05-09Flesh out some more javascript convenience objects.Tor Andersson
2018-05-09Update CHANGES.Tor Andersson
2018-05-09Fix object formatting for null object.Tor Andersson
2018-05-09Remove incorrect assertion.Tor Andersson
2018-05-09Disable optimization in libresources.vcproj.Tor Andersson
2018-05-09Fix windows: strsep is missing on MSVC, use fz_strsep instead.Tor Andersson
2018-05-09Fix java build.Tor Andersson
2018-05-09Fix 699319: Apply clip path after drawing, not before.Tor Andersson
2018-05-07pnm: Remember to always initialize variable.Sebastian Rasmussen
2018-05-03Add selector syntax to 'mutool show'.Tor Andersson
2018-05-03Tweak 'mutool show ... grep' output.Tor Andersson
2018-05-03Remove old and unused cross-compile configurations.Tor Andersson
2018-05-03Fix uninitialized pointer when viewing broken images in muimg.cTor Andersson
2018-05-03Fix MSVC build: Remove stray "generate.bat" calls.Robin Watts
2018-05-03Update win32 libresources.vcproj file list.Tor Andersson
2018-05-03Fix /nologo error in nmake file.Tor Andersson
2018-05-02Improve error handling in murun shell and update MuJS submodule.Tor Andersson
2018-04-27Use pdf_dict_get_int, etc.Tor Andersson