summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-20Add simple muraster.Robin Watts
2016-06-17Fix off-by-one error in split_at_script.Tor Andersson
2016-06-17Update base 14 fonts to the latest release from URW.Tor Andersson
2016-06-17Set pixmap resolution when creating pixmaps for draw device.Tor Andersson
2016-06-17Add separate X and Y resolution to draw device options.Tor Andersson
2016-06-17Add mediabox argument to fz_new_display_list.Tor Andersson
2016-06-17Add device space transform state to draw device.Tor Andersson
2016-06-17Allow PDF strings to be > 16bits.Robin Watts
2016-06-17Fix fz_write_pam code.Robin Watts
2016-06-17Improve banding API.Robin Watts
2016-06-17Add some quick notes on integer types.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-16Fix MSVC build; PATH_MAX not defined.Robin Watts
2016-06-16Silence warnings.Tor Andersson
2016-06-16Add PNG output for mutool convert.Tor Andersson
2016-06-16Add fz_format_output_path function.Tor Andersson
2016-06-16Return options struct argument from pdf_parse_write_options.Tor Andersson
2016-06-16Add fz_draw_options struct for use with draw device.Tor Andersson
2016-06-16Drop save_alpha argument from image writing functions.Tor Andersson
2016-06-16Split image output functions into separate files.Tor Andersson
2016-06-16gl: Add PDF creator and producer to info display.Tor Andersson
2016-06-16Update JNI bindings for pixmap alpha changes.Tor Andersson
2016-06-16Update getStride and add getAlpha to JS bindings.Tor Andersson
2016-06-16Fix crash due to double closing output in pdf_save_document.Robin Watts
2016-06-16MSVC: 64bit fixes.Robin Watts
2016-06-15tiff: Add omitted static void return type.Sebastian Rasmussen
2016-06-14MSVC: Reorder objects in project file.Robin Watts
2016-06-14Add TIFF SGI LUV decoding.Robin Watts
2016-06-14Redo accidentally reverted mujs submodule change.Robin Watts
2016-06-14MSVC 64bit fixesRobin Watts
2016-06-14Update TIFF LZW decode.Robin Watts
2016-06-14Add missing subtools to mutool manpage.Sebastian Rasmussen
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-06-14Add optional support for Luratech JBIG2 decoder.Sebastian Rasmussen
2016-06-14stext: Non-initial glyphs in ligatures must set start/stop.Sebastian Rasmussen
2016-06-14Teach "make tags" target to be quiet.Sebastian Rasmussen
2016-06-14bmp: Support arbitrary bit mask widths.Sebastian Rasmussen
2016-06-13Add pdf_write_document.Robin Watts
2016-06-13Fix VS2012 builds.Robin Watts
2016-06-13Update MuJS.Robin Watts
2016-06-13Add missing restrict.Robin Watts
2016-06-13Fix Android viewer build with js.Robin Watts
2016-06-13Bug 696822: Refuse to save a pdf file incrementally if it would break.Robin Watts
2016-06-13Bug 696831: iOS/OS X support for size optimizationsJoseph Heenan
2016-06-09iOS: Run Xcode's "Convert to Modern ObjC" for "ObjC literals"Joseph Heenan
2016-06-09iOS: Replace property like accessors with propertiesJoseph Heenan
2016-06-09iOS: Use modern instancetype instead of id for init return typeJoseph Heenan
2016-06-09iOS: Fix a bad call to super in MuDocumentController.mJoseph Heenan
2016-06-09iOS: Replace char * with NSString in ObjC APIsJoseph Heenan
2016-06-09iOS: Remove some printfsJoseph Heenan