Age | Commit message (Collapse) | Author |
|
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.
|