summaryrefslogtreecommitdiffstats
path: root/generic/tkImage.c
Commit message (Expand)AuthorAgeFilesLines
* 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 [bb8041c239]: Call legacy Tk_ImageCreateProc using correct function point...fvogel2023-10-281-2/+11
* 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
* 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
* Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-2/+0
* TIP #581: More progressjan.nijtmans2020-09-091-133/+132
* Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha...jan.nijtmans2020-09-031-20/+20
* Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
*-. 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
* | | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
* | | Small syntactic improvementsdkf2008-11-121-18/+23
* | | modify Tk_Create(Old)ImageType signature, relaxingnijtmans2008-11-121-16/+67
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-20/+19
* | | Add "const" to many internalnijtmans2008-10-171-2/+2
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-6/+7
* | | 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-24/+23
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Make Ttk_GetImage safe if called with NULL interp. Added some testspatthoyts2007-10-091-2/+4
* | header cleanupdgp2007-09-071-2/+1
* | [Tk Bug 1712081]dgp2007-05-141-5/+1
* | Fix minor K&R-ismdkf2007-02-121-66/+67
* | whitespacedas2007-01-191-3/+3
* | missing MODULE_SCOPE declarations and obsolete exports discovered by 'make ch...das2006-03-161-2/+1
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-1/+6
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-7/+6
* | Lots of ANSIfying of function decls.dkf2005-11-171-4/+4