summaryrefslogtreecommitdiffstats
path: root/generic/tkUndo.c
Commit message (Expand)AuthorAgeFilesLines
* Took comments from Koen Danckaert into account (with my thanks) to simplify t...tip_446fvogel2016-05-171-22/+2
* Implementation of TIP #446 - Introspect Undo/Redo Stackfvogel2016-05-121-3/+69
* Remove unnecessary end-of-line spacingjan.nijtmans2014-11-211-1/+1
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Fix [Bug 1380427] with [Patch 1391939]dkf2006-03-201-28/+8
| | * * generic/tkUndo.c (TkUndoSetDepth): correct -maxundohobbs2004-07-141-2/+2
| * | * generic/tkImgPhoto.c: fix numerous leaks discovered with thedas2009-02-061-5/+5
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-14/+14
* | | * generic/tkInt.h: add assert macros for clang staticdas2009-06-301-1/+2
* | | * generic/tkImgPhInstance.c: fix numerous leaks discovered with thedas2009-02-061-5/+5
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-2/+2
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-1/+2
* | Fix minor K&R-ismdkf2007-02-131-3/+3
* | generic/tkUndo.c (TkUndoSetDepth): Don't freea_kovalenko2006-01-121-11/+21
* | Fix [Bug 1380427] using [Patch 1391939] from Ludwig Callewaertdkf2005-12-281-32/+7
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-2/+3
* | Formatting cleanup and remove non-ANSI declsdkf2005-10-171-160/+185
* | fix init warningshobbs2004-10-051-6/+6
* | text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-101-65/+237
* | ckfree() the correct element! [Bug 969358]dkf2004-06-091-2/+2
* | Whitespace/style policedkf2003-10-301-201/+262
* | tip 113 implementationvincentdarley2003-05-191-12/+58
|/
* * doc/text.n: TIP #104 implementation which generalizes thehobbs2002-06-211-0/+400