summaryrefslogtreecommitdiffstats
path: root/generic/tkOldConfig.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused #definejan.nijtmans2022-04-141-11/+0
* Fix some gcc warnings (when using -Wshadow, deprecated XKeycodeToKeysym(), XS...jan.nijtmans2020-10-011-2/+0
* More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-15/+14
* TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-041-1/+1
*-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-5/+5
|\ \
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-6/+6
| | |\
| | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-1/+1
* | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-19/+19
|\ \ \ \ | | |_|/ | |/| |
| * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-19/+19
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-20/+20
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-20/+20
| |/
* | 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