summaryrefslogtreecommitdiff
path: root/win32/mupdf.vcproj
AgeCommit message (Collapse)Author
2012-01-30Add CBZ (comic book zip-file) parser.Tor Andersson
2011-11-15Merge branch 'master' into contextRobin Watts
Mostly redoing the xps_context to xps_document change and adding contexts to newly written code. Conflicts: apps/pdfapp.c apps/pdfapp.h apps/x11_main.c apps/xpsdraw.c draw/draw_device.c draw/draw_scale.c fitz/base_object.c fitz/fitz.h pdf/mupdf.h pdf/pdf_interpret.c pdf/pdf_outline.c pdf/pdf_page.c xps/muxps.h xps/xps_doc.c xps/xps_xml.c
2011-09-15Add context to mupdf.Robin Watts
Huge pervasive change to lots of files, adding a context for exception handling and allocation. In time we'll move more statics into there. Also fix some for(i = 0; i < function(...); i++) calls.
2011-04-06Introduce end-of-line normalization.Tor Andersson
2011-04-05Revert projects to VS2005 rather than VS2008. (2005 can be read in 2008, theRobin Watts
reverse is not true). Update projects to reflect recent movement in files.
2011-04-04Update win32 project files after reshuffling.Tor Andersson
2011-04-03xps: Update win32 project files.Tor Andersson
2011-03-03Add new (simpler) MSVC project files.Tor Andersson