summaryrefslogtreecommitdiffstats
path: root/generic/tkBitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Use more 'bool' type internallyjan.nijtmans2025-12-041-2/+2
|
* 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 ↵fvogel2023-01-181-1/+5
|\ \ | |/ | | | | deprecation warning on macOS Ventura. Resolve conflicts. Remove sprintf calls specific to the main branch.
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ↵fvogel2023-01-141-8/+4
| | | | | | | | snprintf).
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS ↵fvogel2023-01-101-1/+9
| | | | | | | | Ventura. Only a single instance left in TkpPrintWindowId() (tkWinWindow.c).
* | 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 ↵jan.nijtmans2019-07-021-1/+1
| | | | | | | | "ThreadSpecificData" is already sufficient.
* | 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
|/ | | Eliminate a ton of unnecessary type casts
* 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
| | | | | | ** WORK IN PROGRESS **
* | 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
| | | | | | | | | using useful casts internally.
* | | 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
| | | | | | | | | | | | | | | | | | | | | practises; the typePtr field is now cleared when an object ceases to be of the type. Also remove some anachronistic techniques (pointless casts, mixed assignments and tests, etc.)
* | | [Feature Request 2636558] Tk_DefineBitmapnijtmans2009-02-271-13/+35
| | | | | | | | | | | | and Tk_GetBitmapFromData signature problem
* | | CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmapnijtmans2009-01-091-2/+2
| | | | | | | | | | | | | | | TkDebugColor, TkDebugCursor, TkDebugFont All those mods TIP #27 complient, no incompatibility risks.
* | | 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
| | | | | | | | | | | | more internal -Wwrite-string warning fixes
* | | Add "const" to many internalnijtmans2008-10-151-2/+2
|/ / | | | | | | | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries.
* | 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
| | | | | | | | Also a few spots where code has been cleaned up more completely.
* | ANSIfydkf2005-11-041-328/+327
| |