summaryrefslogtreecommitdiffstats
path: root/xlib/ximage.c
Commit message (Collapse)AuthorAgeFilesLines
* * xlib/ximage.c: bitmaps created from the static .bmpdas2007-06-291-1/+3
| | | | | | arrays always have LSBFirst bit order. FossilOrigin-Name: d1c90f4bee55776e8c59ff5a94a50ea7c4770ac4
* * generic/tkImgPhoto.c (ImgPhotoConfigureInstance, DisposeInstance):das2007-06-231-19/+7
| | | | | | | | | | use XDestroyImage instead of XFree to destroy XImage; replace runtime endianness determination by compile-time check for WORDS_BIGENDIAN. * xlib/ximage.c (XCreateBitmapFromData): use XCreateImage and XDestroyImage instead of creating XImage structure manually. FossilOrigin-Name: 457bc0415be5be7326b6dcae64f24335daae71f0
* * macosx/tkMacOSXDraw.c:das2004-02-231-1/+4
| | | | | | | | | | | | * macosx/tkMacOSXXStubs.c: * xlib/ximage.c: fixed MacOSX XGetImage/XPutImage and related functions to deal properly with XImages copied from screen. * generic/tkCanvPs.c (TkImageGetColor): MacOSX fix. * generic/tkImgPhoto.c (ImgPhotoDisplay): enabled alpha blending for images with partial transparency on MacOSX. [Bug 809157] FossilOrigin-Name: 9cff21180c48431320ead2d4657bb56863fa28f0
* * generic/tkFileFilter.c (AddClause): Cast to match function prototype.mo2000-07-061-2/+2
| | | | | | | | | | | | | | | | | * win/stubs.c (_XInitImageFuncPtrs): Add return value for function. * win/tkWinButton.c (buttonStyles, ButtonBindProc, ComputeStyle): Remove unused declarations. * win/tkWinColor.c (GetColorByName, GetColorByValue): Remove unused function declarations. * win/tkWinDialog.c (TrySetDirectory): Remove unused function declaration. * win/tkWinEmbed.c (TkWinEmbeddedEventProc): Cast to match function prototype. * win/tkWinMenu.c (winMenuMutex, MenuExitProc): Remove unused declaration. * win/tkWinWindow.c (StackWindow): Remove unused declaration. * win/tkWinWm.c (ConfigureEvent): Remove unused declaration. * win/tkWinX.c (winXMutex): Remove unused declaration. * xlib/ximage.c (XCreateBitmapFromData): Cast to match function prototype. FossilOrigin-Name: 51f47c0c03aff365cd11fd45c22dc16f8da2f17a
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* Eliminated XReadBitmapFile emulationwelch1998-08-041-49/+5
| | | FossilOrigin-Name: b77d1dde8cae56c9943bcd25a7ca6db2f587d84a
* Initial revisionrjohnson1998-04-011-0/+115
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4