summaryrefslogtreecommitdiffstats
path: root/generic/tkBitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Small round of sentinel/spacing improvementsjan.nijtmans2024-05-241-4/+4
* Fix typo (equivelent -> equivalent).fvogel2023-07-161-1/+1
|\
| * Fix typo (equivelent -> equivalent).fvogel2023-07-161-1/+1
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-1/+1
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+5
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-8/+4
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+9
* | Make Tk compile/run either with or without TIP #644: Make Tcl_ObjType extensiblejan.nijtmans2022-11-151-6/+8
* | Merge 8.6jan.nijtmans2022-09-101-2/+2
|\ \ | |/
| * Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-2/+2
| * Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-231-26/+24
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | TIP 569 remove lint commentsdgp2020-03-181-1/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-25/+24
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | A few WideINT-related range improvements and comment fixesjan.nijtmans2018-12-121-2/+2
* | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-3/+3
|/
* Silence some compiler warnings.dgp2015-02-121-1/+1
|\
| * Silence some compiler warningsdgp2015-02-121-1/+1
* | more auditing of error codesdkf2012-07-301-1/+2
* | Much more cleaning up of result handling.dkf2012-07-231-2/+2
* | consistent error formatting, added error codesdkf2012-07-211-8/+9
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-0/+4
* | rfe-2636558 simplificationjan.nijtmans2012-06-151-22/+0
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-2/+2
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-2/+2
| |\
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-2/+2
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Fix old thread-safety issue. [Bug 470322]dkf2006-02-271-2/+6
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-4/+4
* | | 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