summaryrefslogtreecommitdiff
path: root/platform/winrt/libmupdf_winRT.vcxproj.filters
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 projects that will ensure the microsoft CRT files will be in mupdfnet.dllMichael Vrhel
2014-09-09Addition of support to use mupdf clean to allow page extractionMichael Vrhel
Also support added to include mupdf devices in the output conversions.
2014-09-09UI set up for additional features.Michael Vrhel
2014-09-09Initial work toward getting link navigation in place for gsview.Michael Vrhel
Also several fixes to the navigation of pages and managing thumbnail replacement of pages that are out of view.
2014-09-09Addition of code and UI elements for performing text searchMichael Vrhel
2014-09-09Addition of code to allow selection of small region and saveMichael Vrhel
You can save as ps, pdf, or eps. Also add progress feed back in the PDF-A PDF-X creation.
2014-03-25Update the winrt solution with the changes made in the win32 solution.Michael Vrhel
Also update the code for the changes made in the stream API
2014-01-09Add tiling into the DirectX printing code.Michael Vrhel
The tiling in x and y is needed to ensure that we can print at high resolutions with devices that have smaller bit map sizes (e.g. the surface). Banding only in the y dimension like we often do is not sufficient. Also fix an open with file association bug that must of occurred with the transition to 8.1 And update WinRT solution for recent changes in mupdf code. This includes the addition of a few new files and the document type registration.
2013-10-10Fix broken winRT project by adding new glyph.c file.Michael Vrhel
2013-07-22Add in missing files into winrt project from ↵Michael Vrhel
15b9cdd84caf784abeb911ca7aaf1d317d201e88
2013-07-04Update of winrt solution files for the reorganization that was recently ↵Michael Vrhel
undertaken
2013-06-20Rearrange source files.Tor Andersson