Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug [069c9e43c4]: FreeOptionInternalRep() breaks Tk_CreateOptionTable() | nijtmans@users.sourceforge.net | 2013-08-14 | 1 | -89/+50 |
|\ | |||||
| * | Fix reference counting for "option" objects, when being duplicated. | nijtmans@users.sourceforge.net | 2013-08-14 | 1 | -1/+24 |
| * | Fix some comments | nijtmans@users.sourceforge.net | 2013-08-01 | 1 | -3/+3 |
| * | rebase | nijtmans@users.sourceforge.net | 2013-08-01 | 1 | -87/+25 |
| |\ |/ / | |||||
| * | Suggested fix for Bug [069c9e43c4] | nijtmans@users.sourceforge.net | 2013-07-31 | 1 | -88/+33 |
|/ | |||||
* | Remove unneeded SetOptionFromAny and SetTextIndexFromAny. They were only need... | nijtmans@users.sourceforge.net | 2013-02-26 | 1 | -34/+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 | -2/+2 |
* | | more places converted | nijtmans@users.sourceforge.net | 2013-01-24 | 1 | -1/+1 |
* | | Merge core-8-5-branch | nijtmans@users.sourceforge.net | 2013-01-24 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | SetOptions.3: minor doc fix | nijtmans@users.sourceforge.net | 2012-06-19 | 1 | -13/+13 |
| |\ | |||||
* | \ | merge trunk | donal.k.fellows@manchester.ac.uk | 2012-08-08 | 1 | -3/+2 |
|\ \ \ | |||||
* | | | | Much more cleaning up of result handling. | donal.k.fellows@manchester.ac.uk | 2012-07-23 | 1 | -5/+7 |
* | | | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | donal.k.fellows@manchester.ac.uk | 2012-07-16 | 1 | -16/+12 |
|/ / / | |||||
* | | | 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/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable): | hobbs | 2005-10-10 | 1 | -3/+3 |
| | * | Fix [Bug 1252702] | donal.k.fellows@manchester.ac.uk | 2005-08-11 | 1 | -2/+2 |
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | donal.k.fellows@manchester.ac.uk | 2011-03-12 | 1 | -12/+10 |
* | | | Use @EXEEXT@ in stead of @EXT_SUFFIX@ | nijtmans | 2010-02-22 | 1 | -6/+6 |
* | | | * generic/tkConfig.c: Added another dimension of refCounting to the | dgp@users.sourceforge.net | 2009-12-15 | 1 | -6/+49 |
* | | | * generic/tkInt.h: add assert macros for clang static | das | 2009-06-30 | 1 | -1/+2 |
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -3/+4 |
* | | | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -2/+2 |
* | | | Greatly clean up Tk's handling of the writability of the Tcl result object. | donal.k.fellows@manchester.ac.uk | 2008-10-05 | 1 | -6/+5 |
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | donal.k.fellows@manchester.ac.uk | 2008-04-27 | 1 | -21/+21 |
|/ / | |||||
* | | 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 | -3/+1 |
* | | Missed a place (or rather not all versions of GCC catch it.) | donal.k.fellows@manchester.ac.uk | 2007-05-03 | 1 | -36/+21 |
* | | Fix minor K&R-ism | donal.k.fellows@manchester.ac.uk | 2007-02-12 | 1 | -85/+84 |
* | | ANSIfy and reduce casting of NULL to promote readability | donal.k.fellows@manchester.ac.uk | 2005-11-17 | 1 | -24/+23 |
* | | * generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable): | hobbs | 2005-10-10 | 1 | -3/+3 |
* | | Getting more systematic about style | donal.k.fellows@manchester.ac.uk | 2005-08-10 | 1 | -938/+892 |
* | | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -4/+4 |
|/ | |||||
* | Applied companion patch for Tcl Patch 585105, | dgp@users.sourceforge.net | 2002-08-05 | 1 | -2/+2 |
* | Added TIP#48 style engine implementation | donal.k.fellows@manchester.ac.uk | 2002-06-18 | 1 | -28/+148 |
* | * Updates to handle change in type of tablePtr | dgp@users.sourceforge.net | 2002-01-17 | 1 | -2/+2 |
* | Register Tk's object types with Tcl (Tcl Bug 450545) | donal.k.fellows@manchester.ac.uk | 2001-08-15 | 1 | -4/+4 |
* | * generic/tkConfig.c (Tk_InitOptions): Added | ericm | 2000-10-12 | 1 | -1/+10 |
* | * doc/SetOptions.3: Added note that restoreProc and freeProc may | ericm | 2000-10-01 | 1 | -4/+6 |
* | * generic/tkTest.c: Fixed tests to use updated API. | ericm | 2000-09-29 | 1 | -3/+5 |
* | * generic/tk.h: Added declaration of Tk_ObjCustomOption structure, | ericm | 2000-09-17 | 1 | -2/+41 |
* | * doc/SetOptions.3: Updated documentation to reflect support for | ericm | 2000-08-10 | 1 | -8/+18 |
* | * doc/SetOptions.3: Added information about TK_OPTION_NULL_OK with | ericm | 2000-05-17 | 1 | -26/+7 |
* | * doc/button.n: Added documentation for link relief. | ericm | 2000-05-10 | 1 | -3/+27 |
* | * generic/tkConfig.c (DoObjConfig): removed direct setting of | hobbs | 2000-04-25 | 1 | -2/+4 |
* | * generic/tk.h: | hobbs | 1999-11-23 | 1 | -3/+7 |
* | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
* | fixed Tk comment errors | surles | 1999-04-16 | 1 | -2/+2 |