| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging outside... | fvogel | 2012-02-28 | 1 | -6/+31 |
|\ |
|
| * | Better fix for bug-1630262, also fixing bug-1615425 | fvogel | 2012-02-02 | 1 | -7/+27 |
|
|
| * | [Bug-1630262]: segfault when deleting lines with peer text widgets | fvogel | 2012-01-31 | 1 | -3/+8 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
* | | | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One mo... | jan.nijtmans | 2011-03-28 | 1 | -5/+7 |
|\ \ \
| |/ / |
|
| * | | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One mo... | jan.nijtmans | 2011-03-28 | 1 | -5/+7 |
| |\ \
| | |/ |
|
| | * | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One mo... | jan.nijtmans | 2011-03-28 | 1 | -5/+7 |
|
|
| | * | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgr | das | 2006-09-10 | 1 | -2/+8 |
|
|
| | * | * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTION | hobbs | 2006-09-06 | 1 | -4/+3 |
|
|
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+2 |
|
|
| * | | * generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds check | das | 2009-04-10 | 1 | -2/+3 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -91/+78 |
|
|
* | | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ... | nijtmans | 2010-11-19 | 1 | -3/+3 |
|
|
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -2/+2 |
|
|
* | | | * generic/tkFocus.c: fix potential null dereference flagged by clang | das | 2009-09-07 | 1 | -4/+16 |
|
|
* | | | * generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds check | das | 2009-04-10 | 1 | -2/+3 |
|
|
* | | | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -7/+7 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
|
|
* | | missing comma in previous commit | das | 2007-02-23 | 1 | -2/+2 |
|
|
* | | Less of that K&R or wrongly indented function header style! | dkf | 2007-02-22 | 1 | -321/+331 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 1 | -20/+20 |
|
|
* | | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgr | das | 2006-09-10 | 1 | -2/+7 |
|
|
* | | fix for text dump -command callbacks which modify the text widget | vincentdarley | 2006-03-26 | 1 | -1/+33 |
|
|
* | | ANSIfy and reduce casting of NULL to promote readability | dkf | 2005-11-17 | 1 | -21/+21 |
|
|
* | | tip256 implementation | vincentdarley | 2005-10-10 | 1 | -11/+3 |
|
|
* | | Oops, missed a few spots | dkf | 2005-07-29 | 1 | -48/+43 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-29 | 1 | -1074/+1075 |
|
|
* | | fix to newline eliding in text widget | vincentdarley | 2005-02-14 | 1 | -16/+88 |
|
|
* | | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 1 | -190/+855 |
|
|
* | | text widget partial line height calculations fix | vincentdarley | 2004-06-07 | 1 | -11/+11 |
|
|
* | | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -47/+47 |
|
|
* | | fix to text widget yview bug | vincentdarley | 2004-01-07 | 1 | -3/+7 |
|
|
* | | text widget more extensive documentation, and two small code improvements | vincentdarley | 2003-12-15 | 1 | -7/+38 |
|
|
* | | elide tag handling, once more | vincentdarley | 2003-11-08 | 1 | -5/+20 |
|
|
* | | better elide tag handling | vincentdarley | 2003-11-07 | 1 | -29/+46 |
|
|
* | | TIP 155 implementation | vincentdarley | 2003-10-31 | 1 | -19/+306 |
|
|
* | | tip 113 implementation | vincentdarley | 2003-05-19 | 1 | -5/+5 |
|/ |
|
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -3/+3 |
|
|
* | * doc/text.n: | hobbs | 2000-01-06 | 1 | -51/+67 |
|
|
* | * generic/tkStubInit.c: | hobbs | 1999-12-14 | 1 | -1/+127 |
|
|
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -20/+39 |
|
|
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+3594 |
|
|