Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | old tk text widget bugs fixed | vincentdarley | 2003-11-12 | 1 | -2/+2 | |
| | | ||||||
* | | elide tag handling, once more | vincentdarley | 2003-11-08 | 1 | -52/+119 | |
| | | ||||||
* | | better elide tag handling | vincentdarley | 2003-11-07 | 1 | -54/+110 | |
| | | ||||||
* | | TIP 155 implementation | vincentdarley | 2003-10-31 | 1 | -100/+579 | |
| | | ||||||
* | | Register the type of text indices. Also some exported symbol name policing... | dkf | 2003-10-10 | 1 | -4/+4 | |
| | | ||||||
* | | tip 113 implementation | vincentdarley | 2003-05-19 | 1 | -6/+315 | |
|/ | ||||||
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -32/+40 | |
| | | | | | | | | | | | | | | | | | | | | | updating Tk to use Tcl 8.4's fully CONST-ified interface, and fully CONSTifying Tk at the same time. This patch includes purging Tk of its last direct access to interp->result. [Bug 589853] The substantial changes include copying event sequence strings into Tcl_DStrings in tkBind.c, and copying [text] indices into Tcl_DStrings because parsing them involved overwriting them. If this causes performance trouble, that can be resolved by further converting them to Tcl_Obj's. The #defines USE_NON_CONST and USE_COMPAT_CONST have the same effect for Tk as they do for Tcl. (They actually change tcl.h) | |||||
* | * doc/text.n: TIP #93 implementation that | hobbs | 2002-06-22 | 1 | -1/+3 | |
| | | | | | | | * generic/tkText.c (TextWidgetCmd): enhances the text get and * generic/tkTextIndex.c (TkTextGetIndex): delete methods to accept * tests/text.test: multiple range pairs. This handles the delete case in an atomic, fixed-index fashion. | |||||
* | * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27 | dgp | 2002-01-17 | 1 | -3/+3 | |
| | | | | API changes (see Tcl Patch 471509). [Patch 471513] | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -135/+481 | |
| | ||||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 | |
| | ||||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+840 | |