summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-06-08Bug 696826: Android Viewer: Cope with null itemRobin Watts
2016-06-07Fix subarea image calculationsRobin Watts
2016-06-06Bug 696810: Avoid integer overflows.Robin Watts
2016-06-06Update MuJS.Tor Andersson
2016-06-06Add FZ_ENABLE_JS configuration define.Tor Andersson
2016-06-06Minimize the number of CMaps built in to the ones listed in the spec.Tor Andersson
2016-06-06Add build=small target, optimizing for size.Tor Andersson
2016-06-06Fix broken ARM implementation of scale_row_to_temp3.Robin Watts
2016-06-06Fix problem with FZ_PLOTTER_G only builds.Robin Watts
2016-06-06Android Viewer: Fix jni code w.r.t pixmap alpha API changes.Robin Watts
2016-06-06Change ARM assembler to be compatible with Xcode/clangJoseph Heenan
2016-05-31Bug 696813: Fix Lab colorspaces.Robin Watts
2016-05-31MSVC: Enable Function level linkingRobin Watts
2016-05-31Update test device with passthrough option.Robin Watts
2016-05-31memento.h: Replace memory.h with stdlib.hJoseph Heenan
2016-05-30Fix some "defined but not used" when FZ_PLOTTERS_RGB is 0.Robin Watts
2016-05-30Avoid fz_font pulling harfbuzz in.Robin Watts
2016-05-30Link tools via libmutool.Robin Watts
2016-05-30Respect FZ_ENABLE_SVG=0 in HTML/EPUB.Tor Andersson
2016-05-30Respect FZ_ENABLE_PDF=0 to allow dropping all PDF specific code in tools.Tor Andersson
2016-05-30Add TOFU_BASE14 option.Robin Watts
2016-05-30Ensure that we can use FZ_PLOTTERS_N instead of FZ_PLOTTERS_RGB.Robin Watts
2016-05-30Add config.h include file.Robin Watts
2016-05-29fix usage vcprojRobin Watts
2016-05-29Accelerate common n=3 color case.Robin Watts
2016-05-29Tweak plotter code slightly for speed.Robin Watts
2016-05-29Improve speed of fz_paint_solid_color and friends.Robin Watts
2016-05-29Split draw-paint.c plotters out into separate functions.Robin Watts
2016-05-27Improve speed of fz_paint_affine_N_near and friends.Robin Watts
2016-05-27Rejig draw-affine.c for improved profiling.Robin Watts
2016-05-27Add facility to track usage of functions.Robin Watts
2016-05-27Mudraw: Move halftoning into render threads.Robin Watts
2016-05-27Fix ARM code for bitmap scalingRobin Watts