summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2012-05-16JavaScript: provide mechanism via which C++ js engines can fz_throw errorsPaul 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-08JavaScript: add v8 implementationPaul Gardiner
2012-05-08First go at Javascript-engine abstract APIPaul Gardiner
2012-05-08Forms: handle field appearance change on mouse up/downPaul Gardiner
2012-04-23Use jmemnobs.c instead of jmemansi.c in libjpeg.Tor Andersson
2012-04-23Update build files for new thirdparty package with freetype 2.4.9.Tor Andersson
2012-03-16Add -Dverbose=-1 to zlib CFLAGS.Robin Watts
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-07Move to OpenJPEG 1.5.0Robin 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-16Remove mupdfdraw and muxpsdraw in favour of mudraw.Robin Watts
2012-02-13Create mudraw; mupdfdraw cloned and adapted to use fz_documentRobin 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-27Rename pdfdraw to mupdfdraw etc.Robin Watts
2012-01-27Makefile/Project changes to use new thirdparty.zipRobin Watts
2012-01-03Add mubusy buildRobin 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
2011-09-15Add context to mupdf.Robin Watts
2011-09-05Version 0.9Tor Andersson
2011-06-01Add 2 missing header files to VS solution.Robin Watts
2011-04-29Add xpsdraw to windows project.Tor Andersson
2011-04-15Use DroidSans.ttf as substitute font.Tor Andersson
2011-04-10Combine build and interpret to make csi, gstate and material private structs.Tor Andersson
2011-04-10xps: Use specific font cache struct instead of hash table.Tor Andersson
2011-04-10Make fz_obj struct opaque.Tor Andersson
2011-04-08Add special case non-aa scan converter with accompanying blit functions.Tor Andersson
2011-04-07Add text antialiasing too.Robin Watts
2011-04-07pdf: Purge unmaintained debug/log printing messages.Tor Andersson
2011-04-07Update README files.Tor Andersson
2011-04-07Simplify makefiles by use of $(wildcard) and chained rules.Tor Andersson
2011-04-06Add batch script to the win32 project to generate font and cmap sources.Tor Andersson
2011-04-06First cut at halftone support. Mono only, 16x16 default halftone.Robin Watts
2011-04-06pdf: Change how CMap and font data files are generated and compiled.Tor Andersson