summaryrefslogtreecommitdiffstats
path: root/generic/tkOldConfig.c
Commit message (Expand)AuthorAgeFilesLines
* minor spacing, no functional change.jan.nijtmans2015-08-181-1/+1
* Fix for [805cffb017fde5ba]: segfault via Tk_ConfigureWidgetjan.nijtmans2015-07-071-2/+4
|\
| * Fix for [805cffb017fde5ba]: segfault via Tk_ConfigureWidgetjan.nijtmans2015-07-071-2/+4
* | some more int -> size_t changesjan.nijtmans2013-02-011-1/+1
* | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-011-1/+1
|\ \ | |/
* | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. jan.nijtmans2013-01-281-1/+1
* | Much more cleaning up of result handling.dkf2012-07-231-10/+14
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-23/+19
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkOldConfig.c (Tk_ConfigureWidget): fix the handling ofhobbs2005-12-051-13/+25
| | * Fix for [Bug 1288128]dkf2005-09-141-86/+131
| | * Backport of fix for Tk_ConfigSpec-related part of [Bug 749908]dkf2005-08-161-24/+131
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-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.dkf2008-11-081-9/+7
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-22/+22
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | Fix minor K&R-ismdkf2007-02-131-54/+54
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-16/+13
* | Lots of ANSIfying of function decls.dkf2005-11-171-39/+39
* | Get rid of constness warningdkf2005-09-141-3/+6
* | Oops, varnames were not completely regularized.dkf2005-09-141-11/+10
* | Fix for [1288128]dkf2005-09-141-88/+134
* | Fixed bug # 1258604chengyemao2005-08-131-2/+5
* | typo fixesdkf2005-08-121-5/+5
* | Fix for [749908] that localizes the changes within a single file and alsodkf2005-08-121-476/+583
|/
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-18/+22
* * generic/tkOldConfig.c (Tk_ConfigureValue): prevent leavinghobbs2002-03-201-1/+7
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-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