Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor spacing, no functional change. | nijtmans@users.sourceforge.net | 2015-08-18 | 1 | -1/+1 |
* | Fix for [805cffb017fde5ba]: segfault via Tk_ConfigureWidget | nijtmans@users.sourceforge.net | 2015-07-07 | 1 | -2/+4 |
|\ | |||||
| * | Fix for [805cffb017fde5ba]: segfault via Tk_ConfigureWidget | nijtmans@users.sourceforge.net | 2015-07-07 | 1 | -2/+4 |
* | | some more int -> size_t changes | nijtmans@users.sourceforge.net | 2013-02-01 | 1 | -1/+1 |
* | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw... | nijtmans@users.sourceforge.net | 2013-02-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. | nijtmans@users.sourceforge.net | 2013-01-28 | 1 | -1/+1 |
* | | Much more cleaning up of result handling. | donal.k.fellows@manchester.ac.uk | 2012-07-23 | 1 | -10/+14 |
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | donal.k.fellows@manchester.ac.uk | 2012-07-16 | 1 | -23/+19 |
* | | Purge RCS Keywords | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Purge RCS Keywords. | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
| |\ | |||||
| | * | Purge RCS Keywords. | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
| | * | * generic/tkOldConfig.c (Tk_ConfigureWidget): fix the handling of | hobbs | 2005-12-05 | 1 | -13/+25 |
| | * | Fix for [Bug 1288128] | donal.k.fellows@manchester.ac.uk | 2005-09-14 | 1 | -86/+131 |
| | * | Backport of fix for Tk_ConfigSpec-related part of [Bug 749908] | donal.k.fellows@manchester.ac.uk | 2005-08-16 | 1 | -24/+131 |
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | donal.k.fellows@manchester.ac.uk | 2011-03-12 | 1 | -6/+6 |
* | | | CONSTify everything related to Tk_ConfigSpec | nijtmans | 2010-02-17 | 1 | -20/+20 |
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-22 | 1 | -2/+2 |
* | | | elminate warning: unused variable 'tkwin' | nijtmans | 2008-11-27 | 1 | -2/+2 |
* | | | Minor simplification in fix for [Bug 2312027]: | nijtmans | 2008-11-18 | 1 | -4/+4 |
* | | | Lots of small changes to make code more pretty and C89-like. | donal.k.fellows@manchester.ac.uk | 2008-11-08 | 1 | -9/+7 |
* | | | more internal -Wwrite-strings warning fixes | nijtmans | 2008-10-30 | 1 | -2/+2 |
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | donal.k.fellows@manchester.ac.uk | 2008-04-27 | 1 | -22/+22 |
|/ / | |||||
* | | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -1/+1 |
* | | header cleanup | dgp@users.sourceforge.net | 2007-09-07 | 1 | -2/+1 |
* | | Fix minor K&R-ism | donal.k.fellows@manchester.ac.uk | 2007-02-13 | 1 | -54/+54 |
* | | ANSIfy and reduce casting of NULL to promote readability | donal.k.fellows@manchester.ac.uk | 2005-11-17 | 1 | -16/+13 |
* | | Lots of ANSIfying of function decls. | donal.k.fellows@manchester.ac.uk | 2005-11-17 | 1 | -39/+39 |
* | | Get rid of constness warning | donal.k.fellows@manchester.ac.uk | 2005-09-14 | 1 | -3/+6 |
* | | Oops, varnames were not completely regularized. | donal.k.fellows@manchester.ac.uk | 2005-09-14 | 1 | -11/+10 |
* | | Fix for [1288128] | donal.k.fellows@manchester.ac.uk | 2005-09-14 | 1 | -88/+134 |
* | | Fixed bug # 1258604 | chengyemao | 2005-08-13 | 1 | -2/+5 |
* | | typo fixes | donal.k.fellows@manchester.ac.uk | 2005-08-12 | 1 | -5/+5 |
* | | Fix for [749908] that localizes the changes within a single file and also | donal.k.fellows@manchester.ac.uk | 2005-08-12 | 1 | -476/+583 |
|/ | |||||
* | Applied companion patch for Tcl Patch 585105, | dgp@users.sourceforge.net | 2002-08-05 | 1 | -18/+22 |
* | * generic/tkOldConfig.c (Tk_ConfigureValue): prevent leaving | hobbs | 2002-03-20 | 1 | -1/+7 |
* | * Updated callers of Tcl_SplitList and Tcl_Merge. | dgp@users.sourceforge.net | 2002-01-25 | 1 | -4/+5 |
* | * doc/SetOptions.3: Added information about TK_OPTION_NULL_OK with | ericm | 2000-05-17 | 1 | -25/+2 |
* | * unix/tkUnixButton.c (TkpDisplayButton, TkpComputeButtonGeometry): | ericm | 2000-05-13 | 1 | -16/+24 |
* | * doc/button.n: Added documentation for link relief. | ericm | 2000-05-10 | 1 | -1/+16 |
* | * generic/tkOldConfig.c: Added check for NULL tkwin value in | ericm | 2000-03-07 | 1 | -1/+10 |
* | * generic/tkStubInit.c: | hobbs | 1999-12-14 | 1 | -4/+16 |
* | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
* | fixed Tk comment errors | surles | 1999-04-16 | 1 | -3/+3 |
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -0/+1000 |