Age | Commit message (Collapse) | Author |
|
The run-together words are dead! Long live the underscores!
The postscript inspired naming convention of using all run-together
words has served us well, but it is now time for more readable code.
In this commit I have also added the sed script, rename.sed, that I used
to convert the source. Use it on your patches and application code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The new XML parser doesn't strip namespace prefixes, so we
need to look for "x:Key" rather than just "Key". Also increase
the max tag name length to avoid truncating tag names like
"LinearGradientBrush.GradientStops".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This removes a static dependency between fitz and mupdf.
Fitz should now be link time independent of mupdf again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WhiteIsBlack was flipped for fax images. re-multiplying alpha
with CMYK images needs special care because of subtractive colors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|