summaryrefslogtreecommitdiffstats
path: root/generic/tkOldConfig.c
Commit message (Expand)AuthorAgeFilesLines
* minor spacing, no functional change.nijtmans@users.sourceforge.net2015-08-181-1/+1
* Fix for [805cffb017fde5ba]: segfault via Tk_ConfigureWidgetnijtmans@users.sourceforge.net2015-07-071-2/+4
|\
| * Fix for [805cffb017fde5ba]: segfault via Tk_ConfigureWidgetnijtmans@users.sourceforge.net2015-07-071-2/+4
* | some more int -> size_t changesnijtmans@users.sourceforge.net2013-02-011-1/+1
* | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...nijtmans@users.sourceforge.net2013-02-011-1/+1
|\ \ | |/
* | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. nijtmans@users.sourceforge.net2013-01-281-1/+1
* | Much more cleaning up of result handling.donal.k.fellows@manchester.ac.uk2012-07-231-10/+14
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.donal.k.fellows@manchester.ac.uk2012-07-161-23/+19
* | Purge RCS Keywordsdgp@users.sourceforge.net2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
| | * * generic/tkOldConfig.c (Tk_ConfigureWidget): fix the handling ofhobbs2005-12-051-13/+25
| | * Fix for [Bug 1288128]donal.k.fellows@manchester.ac.uk2005-09-141-86/+131
| | * Backport of fix for Tk_ConfigSpec-related part of [Bug 749908]donal.k.fellows@manchester.ac.uk2005-08-161-24/+131
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedonal.k.fellows@manchester.ac.uk2011-03-121-6/+6
* | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-20/+20
* | | fix more gcc warnings: missing initializernijtmans2010-01-221-2/+2
* | | elminate warning: unused variable 'tkwin'nijtmans2008-11-271-2/+2
* | | Minor simplification in fix for [Bug 2312027]:nijtmans2008-11-181-4/+4
* | | Lots of small changes to make code more pretty and C89-like.donal.k.fellows@manchester.ac.uk2008-11-081-9/+7
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).donal.k.fellows@manchester.ac.uk2008-04-271-22/+22
|/ /
* | merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | header cleanupdgp@users.sourceforge.net2007-09-071-2/+1
* | Fix minor K&R-ismdonal.k.fellows@manchester.ac.uk2007-02-131-54/+54
* | ANSIfy and reduce casting of NULL to promote readabilitydonal.k.fellows@manchester.ac.uk2005-11-171-16/+13
* | Lots of ANSIfying of function decls.donal.k.fellows@manchester.ac.uk2005-11-171-39/+39
* | Get rid of constness warningdonal.k.fellows@manchester.ac.uk2005-09-141-3/+6
* | Oops, varnames were not completely regularized.donal.k.fellows@manchester.ac.uk2005-09-141-11/+10
* | Fix for [1288128]donal.k.fellows@manchester.ac.uk2005-09-141-88/+134
* | Fixed bug # 1258604chengyemao2005-08-131-2/+5
* | typo fixesdonal.k.fellows@manchester.ac.uk2005-08-121-5/+5
* | Fix for [749908] that localizes the changes within a single file and alsodonal.k.fellows@manchester.ac.uk2005-08-121-476/+583
|/
* Applied companion patch for Tcl Patch 585105,dgp@users.sourceforge.net2002-08-051-18/+22
* * generic/tkOldConfig.c (Tk_ConfigureValue): prevent leavinghobbs2002-03-201-1/+7
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp@users.sourceforge.net2002-01-251-4/+5
* * doc/SetOptions.3: Added information about TK_OPTION_NULL_OK withericm2000-05-171-25/+2
* * unix/tkUnixButton.c (TkpDisplayButton, TkpComputeButtonGeometry):ericm2000-05-131-16/+24
* * doc/button.n: Added documentation for link relief.ericm2000-05-101-1/+16
* * generic/tkOldConfig.c: Added check for NULL tkwin value inericm2000-03-071-1/+10
* * generic/tkStubInit.c:hobbs1999-12-141-4/+16
* Merged 8-1-0 into mainline.rjohnson1999-04-211-1/+1
* fixed Tk comment errorssurles1999-04-161-3/+3
* * Merged 8.1 branch into the main trunkstanton1999-04-161-0/+1000