Age | Commit message (Collapse) | Author |
|
|
|
expressions.
|
|
|
|
extension. MIT-SHM is erroneously reported as available when tunneling X over ssh.
|
|
|
|
|
|
"'i' before 'e' except after 'c'," goes the rhyme.
|
|
As far as I can tell, restrict only matters on the declaration side and
doesn't mean anything in a cast. Unlike const. Flagged by Coverity.
|
|
Previously the example front end applications were called generically
'pdfview' and 'pdftool'. In preparation for release we'd like to brand
them more uniquely. Since the user-facing part of the tree is the mupdf
library, we intend to brand the releases mupdf.
In support of this, 'pdfview' becomes 'mupdf' and 'pdftool' becomes
'mupdftool'.
|
|
Fix a warning from the xorg headers about sys/ipc.h requiring
_SVID_SOURCE or _XOPEN_SOURCE.
Doing it just in this file may not be entirely safe; it should
probably project-wide so all system headers return the same
declarations.
|
|
|
|
Optimize some common image code paths.
|
|
|
|
|