summaryrefslogtreecommitdiffstats
path: root/generic/tkImgBmap.c
Commit message (Expand)AuthorAgeFilesLines
* CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-2/+2
* use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-2/+2
* fix more gcc warnings: missing initializernijtmans2010-01-181-9/+10
* SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-2/+2
* TIP 337dgp2008-12-091-4/+4
* modify Tk_Create(Old)ImageType signature, relaxingnijtmans2008-11-121-5/+5
* CONSTify string and fileName parameters of TkGetBitmapDatanijtmans2008-11-051-20/+21
* Add "const" to many internalnijtmans2008-10-171-2/+2
* fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-2/+2
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-25/+24
* merge stable branch onto HEADdgp2007-12-131-1/+1
* header cleanupdgp2007-09-071-2/+1
* generic/tkImgBmap.c: Fixed line endings.patthoyts2006-10-191-1294/+1294
* Fix 1562528 in Tkdkf2006-09-211-1294/+1294
* Fix pixmap creation ordering issue [Bug 480862]dkf2006-02-271-16/+18
* ANSIfydkf2005-11-151-306/+301
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-3/+3
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-2/+2
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-2/+3
* * Updates to handle change in type of tablePtrdgp2002-01-171-2/+2
* The code for generating postscript of a bitmap image was apparently neverdrh2001-07-141-46/+140
* * generic/tkStubInit.c:hobbs1999-12-141-1/+106
* * generic/tk.h:hobbs1999-10-291-37/+46
* 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
* 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
* Initial revisionrjohnson1998-04-011-0/+1061