Age | Commit message (Collapse) | Author |
|
This stops all the warnings coming out on a single line.
|
|
MuPDF needs access to the original file when saving, and in any case
directly overwritting the original file has much more potential for
data loss than use of a temporary file.
|
|
|
|
Only Fade, Wipe and Blinds supported so far.
Hit 'p' in the viewer to go into 'presentation' mode. Page swaps
then transition from page to page. Pages auto advance until key
or mouse is used.
|
|
Currently the app windows app responds with a message box explaining that
the MuPDF library passes print requests to the app, but the app does not
implement printing.
|
|
|
|
Avoid the C++ code complaining about casting string literals
to non-const char *'s.
|
|
|
|
|
|
|
|
The cluster needs mujstest to output ppms instead of pngs, so
steal a bit of code from mudraw.
|
|
A problem in the match routine (that didn't show up under windows
due to line endings) meant that screenshots had no effect.
|
|
|
|
Mudraw is updated so when the -j flag is used it guesses the length
of the text it should output for each field. It also outputs a
"Lorem Ipsum" string, which should hopefully test the layout
facilities a bit better.
Mujstest is updated so it can read the escaped chars from that
string.
|
|
"verbose" seems to be a reserved word.
Various unused vars, and warnings that didn't show up on windows.
|
|
This is initialised to rgb or bgr according to whether _WIN32 is set
as has always been the case. This allows apps that want to override
it (such as mujstest) to do so though.
|
|
When encountering top bit set chars in script files, behave well.
|
|
The -v flag tells mujstest to echo the lines read from the script file
as it runs (useful to see at what point things crash).
The -p flag gives a prefix to apply to the paths from in the script
file.
|
|
Simple command line tool made from cutting all the windows specifics
out of win_main.c and adding a simple script handler in.
Read lines from the script, and feed those events to pdfapp. Screenshot
pages as required.
|