summaryrefslogtreecommitdiff
path: root/apps/unix/ximage.c
AgeCommit message (Collapse)Author
2010-03-02Flatten apps/ directories.Tor Andersson
2009-11-29Add some braces and fix up double-indentation on multi-line if/while ↵Tor Andersson
expressions.
2009-11-29Fix up indentation.Tor Andersson
2009-07-27Workaround to disable XShmPutImage if we get an error from the MIT-SHM ↵Tor Andersson
extension. MIT-SHM is erroneously reported as available when tunneling X over ssh.
2009-07-06Use nil instead of 0 for pointers.Sebastian Rasmussen
2009-02-17Propagate restrict type specifiers to other ximage_convert functions.Ralph Giles
2009-02-17Fix a comment typo.Ralph Giles
"'i' before 'e' except after 'c'," goes the rhyme.
2009-02-17Remove a spurious restrict in cast.Ralph Giles
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.
2008-10-02Branch apps as mupdf.Ralph Giles
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'.
2008-09-29Add _XOPEN_SOURCE for sys/ipc.h.Ralph Giles
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.
2008-03-08Fixed almost all compiler warnings.Sebastian Rasmussen
2005-10-03small optimizationsGlenn Kennard
Optimize some common image code paths.
2005-06-05fix x11 warnings and a stray includeTor Andersson
2005-03-30rename and shuffle -- part 2Tor Andersson