Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | header cleanup | dgp | 2007-09-07 | 1 | -1/+2 |
| | |||||
* | Fix minor K&R-ism | dkf | 2007-02-13 | 1 | -3/+3 |
| | |||||
* | generic/tkUndo.c (TkUndoSetDepth): Don't free | a_kovalenko | 2006-01-12 | 1 | -11/+21 |
| | | | | | | | TkUndoSubAtoms for separator entries that are deleted: there is some unpredictable garbage instead of subatoms. Free both 'apply' and 'revert' action chains for non-separator entries. | ||||
* | Fix [Bug 1380427] using [Patch 1391939] from Ludwig Callewaert | dkf | 2005-12-28 | 1 | -32/+7 |
| | |||||
* | ANSIfy and reduce casting of NULL to promote readability | dkf | 2005-11-17 | 1 | -2/+3 |
| | |||||
* | Formatting cleanup and remove non-ANSI decls | dkf | 2005-10-17 | 1 | -160/+185 |
| | |||||
* | fix init warnings | hobbs | 2004-10-05 | 1 | -6/+6 |
| | |||||
* | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 1 | -65/+237 |
| | |||||
* | ckfree() the correct element! [Bug 969358] | dkf | 2004-06-09 | 1 | -2/+2 |
| | |||||
* | Whitespace/style police | dkf | 2003-10-30 | 1 | -201/+262 |
| | |||||
* | tip 113 implementation | vincentdarley | 2003-05-19 | 1 | -12/+58 |
| | |||||
* | * doc/text.n: TIP #104 implementation which generalizes the | hobbs | 2002-06-21 | 1 | -0/+400 |
* generic/tkText.c: undo/redo stack to not be tied solely to the * generic/tkText.h: text widget. The APIs are still private. * generic/tkUndo.c: This also adds a stack limiting ability and * generic/tkUndo.h: a -maxundo option to the text widget (in * library/text.tcl: addition to the options from TIP #26) should * mac/tkMacDefault.h: users want to limit the undo/redo stack * tests/text.test: (should not be necessary in most cases). * unix/Makefile.in: [Patch #554763] (callewart) * unix/tkUnixDefault.h: * win/Makefile.in: * win/makefile.vc: * win/tkWinDefault.h: |