summaryrefslogtreecommitdiffstats
path: root/generic/tkImgBmap.c
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tk.h:hobbs1999-10-291-37/+46
| | | | | | | | | | | | | | | * generic/tkCmds.c: * generic/tkImage.c: * generic/tkImgBmap.c: * generic/tkImgGIF.c: * generic/tkImgPPM.c: * generic/tkImgPhoto.c: * generic/tkInt.h: * generic/tkTest.c: * generic/tkWindow.c: * tests/imgPhoto.test: added Img patch (Nijtmans) with docs, headers #def'd with USE_OLD_IMAGE. Upgrades image stuff to Tcl_Obj API, adds alpha channel (images are now 32 bpp)
* merged 8.1.0 changes into mainlinestanton1999-04-241-1/+10
|
* Merged 8-1-0 into mainline.rjohnson1999-04-211-1/+1
|
* Fixed bug 1853 - called NULL interp.rjohnson1999-04-171-3/+6
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-11/+11
|
* * generic/tkImgBmap.c (ImgBmapConfigureInstance): If an imagestanton1999-02-041-5/+13
| | | | | mask changed but ended up with the same XID, the GC failed to be updated and so the new mask was not used. [Bug: 970]
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Undid conversionto TkCreateBitmapFromDatawelch1998-08-041-4/+4
|
* made interp optional in TkGetBmapDatarjohnson1998-07-241-13/+20
| | | | other changes to bitmap code
* Initial revisionrjohnson1998-04-011-0/+1061