summaryrefslogtreecommitdiff
path: root/platform/winrt
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-09Fix bug in text selection.Michael Vrhel
The code was doing the proper highlighting but failing to add all but the first character in the first selected line.
2014-09-09Minor addition to allow Page Up/Down to do previous/next page.Ray Johnston
2014-09-09Add -dNOCACHE option to XPS creation.Michael Vrhel
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-09-09Add unique icons for file types. Change to our ghost icon.Michael Vrhel
Also fix so that if file open fails we don't retry with that same file when we launch again. Add manifest so that tile is displayed ok in Windows 8.1.
2014-09-09Add check and state to avoid rendering same page on different threads.Michael Vrhel
The annotation display support that I added had introduced a bug where the same page may initially get rendered on different threads if you did rapid scrolling.
2014-09-09Fix scrolling issues pointed out by Ken. Remove unneeded grid in xaml.Michael Vrhel
2014-09-09Add projects that will ensure the microsoft CRT files will be in mupdfnet.dllMichael Vrhel
2014-09-09Fix crashes, add annotations, more AA control, Keyboard commands, select ↵Michael Vrhel
all plus more. Includes xml, html, text save as, fix issues in window range that determines what pages are visible at a particular scaling. Fix very tricky to find problem in interface with gs. Managed code was freeing delegates that were allocated dynamically. It is not possible to pin these so they are now member variables.
2014-09-09Addition of registry for storing program state. Plus open with for gsview.Michael Vrhel
Also addition of AA on/off control.
2014-09-09Add in command key control. Add in ability to open jpeg and png images.Michael Vrhel
2014-09-09Add Drag-n-drop, Fix a few crashes. Clean up code.Michael Vrhel
2014-09-09Addition of much error handling for cases where we can't find the muPDF DLL ↵Michael Vrhel
or have the wrong one.
2014-09-09Add code to determine if we should be loading the 32 or 64 bit DLL for ↵Michael Vrhel
ghostscript.
2014-09-09Add error checking to catch when gs DLL is not found.Michael Vrhel
2014-09-09Addition of about window. Extraction of GS version and MuPDF version.Michael Vrhel
2014-09-09Changes to navigation, zoom control, performance improvements.Michael Vrhel
This provides much improved performance during start up of large documents as well as improvements in zoom control and general document navigation.
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-09Code toward getting text selection across pages working.Michael Vrhel
2014-09-09Code reorganization. Rework of UI. Addition of improved page navigation ↵Michael Vrhel
and zoom.
2014-09-09Addition of capability to copy a page as an image to clipboard.Michael Vrhel
This enables a page to be copied and pasted into another app like Power point, word etc. Also, enable the saving of the clipboard image to various formats including, png, jpeg, tiff, bmp, wmp, and gif via the windows encoding methods.
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-09-09Addition of code to save as PDF-X3, PDF-A1, or PDF-A2 types.Michael Vrhel
Also enable the specification of the output intent.
2014-09-09Get Conversion to other file types workingMichael Vrhel
GS is now used for converting to other formats. Options for GS can be included and various page number combinations can be specified. Also clean up of some UI items and printing items. Addition of file information window.
2014-09-09Fix a few issues related to printing and the UI control.Michael Vrhel
2014-09-09Fix issues related to canceling gs, opening new files, and gs errors.Michael Vrhel
Bug fixes that I have found as I attempt to beat on this in various ways
2014-09-09Add code to feed gs chunks of file enabling progress callback during distillingMichael Vrhel
Also enable Async Cancel during distilling.
2014-09-09Addition of support for password files.Michael Vrhel
2014-09-09Force clean up when document closed.Michael Vrhel
2014-09-09Add in the cancel for the thumb rendering.Michael Vrhel
Also clean up a few things that result in someone canceling the thumbs.
2014-09-09Add in rescale to 1.0 with double click of mouse on pageMichael Vrhel
2014-09-09Fix zooming issuesMichael Vrhel
The window resize was causing issues as this was triggering a scroll change and the size we were rendering was tied to the window size.
2014-09-09Addition of zoom controlMichael Vrhel
Need a bit of work when window resizing occurs.
2014-09-09Rename of munet to mupdfnetMichael Vrhel
2014-09-09Significant amount of content needed for gsviewMichael Vrhel
This includes the interface to ghostscript for creating pdf files from ps for mupdf to then render in the viewer as well as the capability to print the output of xpswrite through the windows print queue. Added thumb viewing and navigation as well as navigation through the table of contents. To do. Add in password handling, Text Search, Hyperlinks, GS conversion to other file formats, MuPDF save as other file formats, Page extractions, proper page selection for printing, Zooming (rescale), Fix the page ranges that are displayed at full resolution during navigation.
2014-09-09Update of a few minor project related items for gsviewMichael Vrhel
2014-09-09Additional menu items and iconsMichael Vrhel
2014-09-09Some temporary changes and the addition of a library that will not be winRT ↵Michael Vrhel
based.
2014-09-09A bit more work on gsview. Slowly adding parts.Michael Vrhel
2014-09-09Initial commit of setup for desktop gsview applicationMichael Vrhel
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-15Remove repeated NDEBUG in release preprocessor list in WinRT projectsMichael Vrhel
2014-01-15Clearer division in WinRT vs std C++ codeMichael Vrhel
To share as much code as possible between the Windows 8 app, windows phone app and Windows desktop app, remove dependencies of Platform and Windows::Foundation in files that interface to mupdf and replace with C/C++ std methods.
2014-01-15Minor changes for windows 8 store validationMichael 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.