summaryrefslogtreecommitdiff
path: root/platform/winrt/mupdf_cpp/mupdf_cpp.vcxproj
AgeCommit message (Collapse)Author
2014-09-09Rename of winrt to windows due to presence on gsview in this folder.Michael Vrhel
The contents of this folder will contain both winrt and gsview projects which are shared in a common visual studio 2013 solution.
2014-09-09Add missing header file pdf-tools.h, Messages.resx and Messages.Designer.csMichael Vrhel
pdf-tools.h is used so that we can call into pdfclean_main.
2014-09-09Fix several issues in the project files. Also add missing App.config file.Michael Vrhel
2014-01-15Remove repeated NDEBUG in release preprocessor list in WinRT projectsMichael Vrhel
2014-01-15Fixes for Windows 8.1 store validationMichael Vrhel
We have to clean up the DirectX memory during suspension. Also define NDEBUG for the release cases so that we avoid the use of OutputDebugStringA in error.c which is not allowed in Windows store apps.
2013-12-14Add in error trapping. Fix warnings. Remove Win8 deprecated calls. Fix ↵Michael Vrhel
issues with surface thumb rendering. Also, make updates for changes made to font names and 3rd party file structures.
2013-11-14Update WinRT project to Windows 8.1 / VS 2013. Fix several issues with zooming.Michael Vrhel
2013-11-11DirectX printing addedMichael Vrhel
After much research it was determined that use of the DirectX 2D methods is the proper way to add printing support to a Windows 8 application. This enables the pages to be rendered as they are requested by the print thread. This occurs for both the print preview screen as well as the print to the output device.
2013-07-04A minor path fix in winrt solution.Michael Vrhel
2013-07-04Fix up of a few issues in the project settings for winrtMichael Vrhel
2013-06-20Rearrange source files.Tor Andersson