summaryrefslogtreecommitdiff
path: root/platform/win32/libmupdf.vcproj
AgeCommit message (Expand)Author
2016-07-11MSVC: Add DebugJava/ReleaseJava configurations.Robin Watts
2016-07-08Fix Windows builds.Robin Watts
2016-06-27MSVC: Add DebugGProof configurationRobin Watts
2016-06-16Split image output functions into separate files.Tor Andersson
2016-06-14MSVC: Reorder objects in project file.Robin Watts
2016-06-14Add TIFF SGI LUV decoding.Robin Watts
2016-06-06Add FZ_ENABLE_JS configuration define.Tor Andersson
2016-05-29fix usage vcprojRobin Watts
2016-05-27Add facility to track usage of functions.Robin Watts
2016-05-20murun: Add graftObject to javascript bindings.Tor Andersson
2016-04-26MSVC: Fix MSVC builds.Robin Watts
2016-04-26svg: Add SVG parser.Tor Andersson
2016-04-22thirdparty: Update to openjpeg 2.1.0.Sebastian Rasmussen
2016-04-19Add mutool mergeMichael Vrhel
2016-03-23Fix MSVC builds.Robin Watts
2016-03-21Add .ps output to mutool draw.Robin Watts
2016-03-16glyph plotter; Use repeated inclusion of headerRobin Watts
2016-02-29Add mutool create tool, and PDF font and image resource creation.Michael Vrhel
2016-02-26Add harfbuzz path to other VS configs (e.g. x64) as well as set Preproc defines.Michael Vrhel
2016-02-03Bug 696546: Add fast strtofRobin Watts
2016-01-29Force all harfbuzz allocations through our allocators.Robin Watts
2016-01-28Add harfbuzz thirdparty submodule.Tor Andersson
2016-01-28Add Noto fallback fonts.Tor Andersson
2016-01-18First import of bidi code.Robin Watts
2016-01-13VS Solution: Add fz_pool files.Robin Watts
2015-12-28Drop 'jsimp' abstraction and use mujs directly.Tor Andersson
2015-12-18Remove fz_save_document and use pdf_save_document directly instead.Tor Andersson
2015-10-06xps: Add separate link parsing step.Tor Andersson
2015-09-28Workaround for VS2005 linker bug.Robin Watts
2015-09-14Add utility functions to help reduce device creation boilerplate.Tor Andersson
2015-08-24Revert revert of WinMain utf-8 handling and fix the bugs.Tor Andersson
2015-08-17Revert "win32: Convert argv to utf-8 and use regular getopt."Robin Watts
2015-07-31win32: Convert argv to utf-8 and use regular getopt.Tor Andersson
2015-07-30Add load-gif.c to visual studio projectMichael Vrhel
2015-07-20Code to generate a GProof file from a currently opened document.Robin Watts
2015-07-20First cut at gprf document handler.Robin Watts
2015-06-29Add Separation class to fitz.Robin Watts
2015-06-29Add an fz_tempfile utility.Robin Watts
2015-06-26Bug 696053: Update windows mupdf to respect command line flags.Robin Watts
2015-06-03Enable FZ_LARGEFILE for all windows builds.Robin Watts
2015-05-07Add some missing headers to MSVC solution.Robin Watts
2015-04-09Remove the _no_run functions.Tor Andersson
2015-04-06Move the guts of pdfclean into the lib.Robin Watts
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-03-12VS solution: bring x64 libmupdf into line with other files.Robin Watts
2015-02-25Add 64 bit windows builds to MSVC solution.Robin Watts
2015-02-24Update MSVC solution with html entries. Fix windows issues with html.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2014-12-03Add ZIP file and directory reading module.Tor Andersson
2014-09-22Fix 695467: Add and use fz_ftoa function (like dtoa but with floats).Tor Andersson