summaryrefslogtreecommitdiff
path: root/win32/libmupdf.vcproj
AgeCommit message (Expand)Author
2013-05-22Update OpenJPEG to v2.0.0.Robin Watts
2013-05-21Split PWG code into a separate file.Robin Watts
2013-05-14svgwrite: First attempt at an SVG output device.Robin Watts
2013-05-06Add UCDN unicode character library.Tor Andersson
2013-05-03Simple Image file format recogniserRobin Watts
2013-04-30Split dev_text into three parts.Tor Andersson
2013-04-11Move pdf_image to fz_image.Robin Watts
2013-03-26Make pdf_functions public as fz_functions.Robin Watts
2013-03-04Avoid interactive features causing bloat in mutoolPaul Gardiner
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-02-04Add fz_output, and make output functions use it.Robin Watts
2013-01-30Parts of Robin's PDF editing/page creation commit useful for annotationsPaul Gardiner
2012-11-30Rejig VS projects to avoid compiling files twice.Robin Watts
2012-11-26Move XML parser into fitz directory.Tor Andersson
2012-11-16Move text searching function into fitz.Tor Andersson
2012-10-17First steps towards supporting transitions.Robin Watts
2012-10-05Refactor compressed stream loading.Robin Watts
2012-09-26Add thirdparty libraries as git submodules.Tor Andersson
2012-09-18Forms: add event handling api and specifically support for javascript alertPaul Gardiner
2012-08-08Merge branch 'master' into formsPaul Gardiner
2012-08-07Update VS solutions to new thirdparty files.Robin Watts
2012-06-01Merge branch 'master' into formsPaul Gardiner
2012-05-15Add a dummy pdf_js implementation for use in non-form-supporting buildsPaul Gardiner
2012-05-15Forms: make forms API separate to the main document APIPaul Gardiner
2012-05-11Split part of fz_document interface for pdf_document into separate file.Tor Andersson
2012-05-10Combine all small tools into mubusy and remove the separate executables.Tor Andersson
2012-05-08First go at Javascript-engine abstract APIPaul Gardiner
2012-05-08Forms: handle field appearance change on mouse up/downPaul Gardiner
2012-04-28Move guts of pdfclean into new pdf_write function.Robin Watts
2012-04-23Update build files for new thirdparty package with freetype 2.4.9.Tor Andersson
2012-03-12Merge branch 'master' into header-splitRobin Watts
2012-03-09Fix MSVC solution - openjpeg include paths not updated to 1.5Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-29Move base_object from fitz to pdf in the VS solution too.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-13Remove arch_port.c from visual C solution/Android build.Robin Watts
2012-02-07Updated Visual Studio Project; generated tweaks.Robin Watts
2012-02-07Update windows viewer to latest changes.Tor Andersson
2012-01-30Add CBZ (comic book zip-file) parser.Tor Andersson
2012-01-30Move PNG, JPEG and TIFF image loading from muxps into fitz.Tor Andersson
2012-01-27Makefile/Project changes to use new thirdparty.zipRobin Watts
2011-12-23Generalise pdf_links to be fz_links.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-14Fix libmupdf.vcproj breakage.Robin Watts
2011-11-14Add 'simple scale' variant of scaling routines.Robin Watts
2011-11-10Add XPS outline parsing and move outline data struct to fz_outline.Tor Andersson
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-20Reshuffle exception context code to fit Tor's aesthetic sense.Tor Andersson