summaryrefslogtreecommitdiffstats
path: root/generic/tkImage.c
Commit message (Expand)AuthorAgeFilesLines
* Small round of sentinel/spacing improvementsjan.nijtmans2024-05-241-6/+6
* Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-141-1/+1
* Merge 8.6jan.nijtmans2024-01-091-7/+14
|\
| * Fix and simplify Tk_FreeImage.fvogel2024-01-081-7/+1
| * Simplify Tk_FreeImagefvogel2024-01-061-14/+10
| * Fix [b7abf0d817]: ttk::treeview shows O(n^2) destruction timefvogel2024-01-061-3/+20
* | Fix compiler warning when using Tcl 9.0 headers:jan.nijtmans2023-11-081-1/+1
* | Fix [bb8041c239]: Call legacy Tk_ImageCreateProc using correct function point...fvogel2023-10-281-2/+11
|\ \ | |/
| * Fix [bb8041c239]: Call legacy Tk_ImageCreateProc using correct function point...fvogel2023-10-281-2/+11
* | Make all Destroy??? functions match the Tcl_FreeProc signature. That will pre...jan.nijtmans2023-10-261-2/+6
* | Merge 8.6. Some C++-fixesjan.nijtmans2023-10-111-4/+5
|\ \ | |/
| * Missed one simplificationjan.nijtmans2023-10-111-1/+1
| * Do away with all those type-casts. Compatibility with 9.0 is still no issuejan.nijtmans2023-10-111-5/+5
| * Proposed fix for [d96974d99d], which should work with Tcl 8.6, 8.7 and 9.0jan.nijtmans2023-10-101-3/+4
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-12/+12
* | 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-6/+2
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+9
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Merge 8.6jan.nijtmans2020-10-051-2/+0
|\ \ | |/
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-2/+0
* | Merge 8.6jan.nijtmans2020-09-091-2/+1
|\ \ | |/
| * TIP #581: More progressjan.nijtmans2020-09-091-133/+132
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-13/+13
* | Merge 8.6jan.nijtmans2020-09-031-114/+114
|\ \ | |/
| * Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha...jan.nijtmans2020-09-031-20/+20
* | 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-22/+23
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-2/+2
|/
*-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-1/+1
|\ \
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-1/+1
| | |\
* | | \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-2/+2
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-2/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-2/+2
| |/
* | Use Tcl_FindCommand in stead of Tcl_GetCommandInfo where this suffices.jan.nijtmans2014-06-031-3/+1
* | more places convertedjan.nijtmans2013-01-241-1/+1
* | Merge core-8-5-branchjan.nijtmans2013-01-241-2/+2
|\ \ | |/
* | more auditing of error codesdkf2012-07-301-3/+3
* | Much more cleaning up of result handling.dkf2012-07-231-13/+21
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-0/+4
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkImage.c: Stopped [image create] from generating andgp2003-09-171-4/+7
| | * Backported fix for [Bug 749353]dkf2003-07-071-7/+20
| * | Relax the constraint that every Tk_ImageTypenijtmans2008-11-191-13/+64
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-12/+12