summaryrefslogtreecommitdiffstats
path: root/generic/tkBitmap.c
Commit message (Expand)AuthorAgeFilesLines
* SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-7/+7
* [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeingdkf2009-11-211-26/+35
* [Feature Request 2636558] Tk_DefineBitmapnijtmans2009-02-271-13/+35
* CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmapnijtmans2009-01-091-2/+2
* Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-2/+2
* CONSTify string and fileName parameters of TkGetBitmapDatanijtmans2008-11-051-2/+2
* Add "const" to many internalnijtmans2008-10-151-2/+2
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Assorted minor cleanups.dkf2007-09-081-3/+3
* header cleanupdgp2007-09-071-2/+1
* fix compile errors & warnings introduced by dkf's cleanupdas2007-06-251-3/+5
* Cleaning up whitespace, comments, declarations. No functional changes.dkf2007-06-241-73/+70
* various "const" additions in implementationnijtmans2007-01-031-2/+2
* Fix old thread-safety issue. [Bug 470322]dkf2006-02-271-2/+6
* Lots of ANSIfying of function decls.dkf2005-11-171-13/+14
* ANSIfydkf2005-11-041-328/+327
* Rename all XBM format files to be called *.xbm instead of *.bmp [Bug 733835]dkf2004-10-191-13/+13
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-9/+9
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-5/+5
* Register Tk's object types with Tcl (Tcl Bug 450545)dkf2001-08-151-5/+5
* Fix bitmaps so that the same bitmap will not be useddrh2000-09-301-7/+12
* * Merged 8.1 branch into the main trunkstanton1999-04-161-150/+705
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Undid conversionto TkCreateBitmapFromDatawelch1998-08-041-55/+2
* replaced _Xconst with CONSTstanton1998-07-281-2/+2
* fixed error - called X funcrjohnson1998-07-271-2/+2
* added TkGetBitmapFromData and TkReadBitmapFilerjohnson1998-07-241-1/+99
* Initial revisionrjohnson1998-04-011-0/+585