summaryrefslogtreecommitdiff
path: root/platform/winrt
AgeCommit message (Collapse)Author
2013-11-04Fix of tab/space issues as well as changing thumbnail scale look ahead to ↵Michael Vrhel
+/- 2. Thanks to Robin for catching this.
2013-11-04Addition of printing support.Michael Vrhel
This uses the xaml printing methods. It is likely that I need to go do a DirectX approach since the xaml printing method could run into memory problems as it seems the architecture requires all the pages to be rendered prior to the print job even starting. Currently checking on this with a contact at MS. I wanted to get this code in place now since it is working and it has the needed framework for much of what we want. A change to DirectX requires a changes in the solution file that may be complicated and so it makes sense to do a split here with respect to providing printing support.
2013-11-04Fix UI so that consistent zoom size is maintained as pages changed.Michael Vrhel
Also fix issue that occurs in Windows 8.1 with an unhandled exception if a mouse scroll occurs before a document is even opened. Fix issue with keyboard based update of page slider.
2013-10-23Fix so that multi-threaded rendering of display list works.Michael Vrhel
Proper use of mutex lock in areas where we multiple threads can not be accessing the document or page level objects at the same time. With this fix, multiple threads can be rendering different display lists at the same time. Also fix for use of page selection scroll bar so that it does not render the page until the user lifts off the bar. This is the same as the Android app and avoids smaller devices getting overloaded if you do rapid scrolling in a document.
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-04A minor path fix in winrt solution.Michael Vrhel
2013-07-04Update of winrt solution files for the reorganization that was recently ↵Michael Vrhel
undertaken
2013-07-04Fix up of a few issues in the project settings for winrtMichael Vrhel
2013-06-28Fix merge mistake.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson