index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
winrt
Age
Commit message (
Expand
)
Author
2013-06-28
Fix merge mistake.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson
2013-06-19
Fix up of issues in Windows 8 app prior to submission to Windows store
Michael Vrhel
2013-06-19
Fix of winRT solution with changes to header files in mupdf
Michael Vrhel
2013-06-19
Addition of code to allow files to be opened from skydrive and for app to be ...
Michael Vrhel
2013-06-18
Move fz_write_pixmap wrapper into pdfextract (its only user).
Tor Andersson
2013-06-18
Merge common and internal headers into one.
Tor Andersson
2013-06-14
Missing update for slider when page is already rendered.
Michael Vrhel
2013-06-14
Fix error handling in WinRT code (that I broke).
Robin Watts
2013-06-14
Addition of locking cache for display list in winRT library
Michael Vrhel
2013-06-14
Addition of zoom in and zoom out control on top app bar.
Michael Vrhel
2013-06-14
Addition of display list rendering in WinRT library
Michael Vrhel
2013-06-12
Support begin/end page calls in text extraction device.
Tor Andersson
2013-06-12
Add begin_page and end_page calls to device interface.
Tor Andersson
2013-06-09
Remove fz_interactive API in favour of direct use of pdf API
Paul Gardiner
2013-06-08
Fix for crash if no file present and links button pressed.
Michael Vrhel
2013-06-08
Fix up of winrt project so that all the configs and platforms compile
Michael Vrhel
2013-06-05
Change in doc_document.c to account for oxps type. Also error catching when ...
Michael Vrhel
2013-06-03
Removal of resource files from project.
Michael Vrhel
2013-06-03
Clean up of assets and manifest in preparation to submit to Windows App store.
Michael Vrhel
2013-06-03
Added support for keyboard zooming (+/- key). Fixed issues when orientation c...
Michael Vrhel
2013-06-03
Fix for issue of link rectangle display when device is rotated.
Michael Vrhel
2013-05-27
Fix of winRT solution for the changes with openjpeg plus fix for change in fz...
Michael Vrhel
2013-05-21
Addition of support for password input.
Michael Vrhel
2013-05-16
winrt: Strip trailing whitespace.
Tor Andersson
2013-05-16
Addition of progress bar code with cancel during text search.
Michael Vrhel
2013-05-16
Mutex fix
Robin Watts
2013-05-16
Miscellaneous tidying.
Robin Watts
2013-05-16
Minor fixes to winRT project and text search code to account for changes in g...
Michael Vrhel
2013-05-16
Code cleanup and removal of c++ if def in fitz headers
Michael Vrhel
2013-05-16
Implemented zooming and fixed and simplified the binding of several objects t...
Michael Vrhel
2013-05-16
Fix for some memory leaks as well as a stack growth issue in the text search.
Michael Vrhel
2013-05-16
Fix to ensure thumbnails that are rendered asynchronously out of order get pl...
Michael Vrhel
2013-05-16
Text search working now. This is done in a similar fashion the the links
Michael Vrhel
2013-05-16
Support for going to the links.
Michael Vrhel
2013-05-16
Display of link in document reworked.
Michael Vrhel
2013-05-16
Fix for crash with rotation of devices. Added rescale for thumb images with ...
Michael Vrhel
2013-05-16
Rework of background task set up for rendering the thumbnails of the pages in...
Michael Vrhel
2013-05-16
Fix so that we can open a new document after already opening one
Michael Vrhel
2013-05-16
Code cleanup
Michael Vrhel
2013-05-16
Removal of old winapp project
Michael Vrhel
2013-05-16
Addition of html viewing with winRT library call
Michael Vrhel
2013-05-16
Addition of content display into WinRT library
Michael Vrhel
2013-05-16
Major changes in the entire design.
Michael Vrhel
2013-05-16
Fix for issues in links as well as search. Also some general clean up.
Michael Vrhel
2013-05-16
Addition of reflow page view. Also fix for crash when opening new document.
Michael Vrhel
2013-05-16
Add missing files related to contents list view.
Michael Vrhel
2013-05-16
Rename winRT to winrt
Robin Watts