Age | Commit message (Collapse) | Author |
|
changes.
Also minor fixes for memory leaks in muctx.cpp, and clean up of some of the xaml code.
|
|
The links rectangles need to be recomputed when we have a device orientation
change occur. When a change in orientation occurs, the current rects are
marked as being invalid and will be redrawn when needed.
|
|
Also rework of startup based upon password entry. Fix for bug that
caused a crash when slider was used, thumbs were still rendering and a
new document was opened.
|
|
|
|
Also place holders for password support and initial work towards
keyboard based zooming.
|
|
Remove stray win32 changes. Update indentation style.
|
|
|
|
to the UI XAML
|
|
Also made text search a bit more robust in the viewer code.
|
|
Still need a to fix a few minor issues including a progress bar
|
|
Used tag attribute in rectangle object to store the index value into the collection of rectangles
to get back the page number or uri.
|
|
They are now bound to the UI xaml as a collection of rectangle coordinate and color.
|
|
in the background.
these are stored and swapped in and out of the page collection that is viewed as the user goes through
the flip view. had some issues with respect to getting the background tasks shut down and mupdf
cleaned up when someone opens a new file. that is now all resolved. This all simplified the code
significantly.
|
|
|
|
|
|
Initial commit of this and it has several issues that have to be worked through. Lots of
broken stuff but I needed to get it in place.
Added 2 new classes. One is muctx which contains all the interfacing to mupdf and uses
standard c++ types. The other is mudocument which interfaces between muctx and the WinRT
world. It passes WinRT objects to and from applications which can be written in C++, C#,
Visual Basic, Javascript etc. mudocument and muctx will reside in a winRT DLL. The
Viewer application (c++ version) is now in mupdf_cpp project and now has a flip view
structure that includes a scroll viewer which has data binding to a collection. This
enables much easier zooming and updating, however I am still trying how to bind the
canvas elements that contain the text search or link information.
|