| Commit message (Expand) | Author | Age | Files | Lines |
* | more auditing of error codes | dkf | 2012-07-30 | 1 | -5/+5 |
|
|
* | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -57/+46 |
|
|
* | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -29/+22 |
|
|
* | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -61/+75 |
|
|
* | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507 | jan.nijtmans | 2012-06-20 | 1 | -14/+14 |
|
|
* | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging outside... | fvogel | 2012-02-28 | 1 | -2/+45 |
|\ |
|
| * | Bug-3487407: Weird text indicesbug_1630262 | fvogel | 2012-02-18 | 1 | -0/+4 |
|
|
| * | [Bug-1630262]: segfault when deleting lines with peer text widgets | fvogel | 2012-01-31 | 1 | -2/+41 |
|
|
* | | Don't increase the epoch twice. | fvogel | 2012-01-25 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Don't increase the epoch twice. | fvogel | 2012-01-25 | 1 | -1/+0 |
|
|
* | | [Bug-1630271]: segfault/infinite loop when a mark is before -startline | jan.nijtmans | 2012-01-25 | 1 | -3/+29 |
|\ \
| |/ |
|
| * | [Bug-1630271]: segfault/infinite loop when a mark is before -startline | jan.nijtmans | 2012-01-25 | 1 | -3/+29 |
| |\ |
|
| | * | patch-3477449: segfault when mark out of -startline/-endline rangebug_1630271 | jan.nijtmans | 2012-01-23 | 1 | -3/+29 |
|
|
* | | | patch 3476698: Patch for failing test text-31.11 | jan.nijtmans | 2012-01-25 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | patch 3476698: Patch for failing test text-31.11 | jan.nijtmans | 2012-01-25 | 1 | -0/+1 |
| |\ \
| | |/
| |/| |
|
| | * | applied patch-3476698bug_3475627 | jan.nijtmans | 2012-01-22 | 1 | -0/+1 |
| |/ |
|
* | | [Bug-3021557]: Moving the cursor in elided text freezes Tk | jan.nijtmans | 2012-01-19 | 1 | -11/+3 |
|\ \
| |/ |
|
| * | bug-3021557 Moving the cursor in elided text freezes Tkbug_3021557 | jan.nijtmans | 2012-01-17 | 1 | -11/+3 |
|
|
* | | 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 |
|
|
| | * | Apply (upgraded) version of [Patch 1469210]. | dkf | 2009-10-22 | 1 | -20/+58 |
|
|
| | * | * generic/tkText.c (DeleteChars, TextEditCmd, updateDirtyFlag): | hobbs | 2007-12-13 | 1 | -39/+48 |
|
|
| | * | * generic/tkCanvas.c: allow -selectforeground option to be None; add | das | 2007-04-29 | 1 | -3/+3 |
|
|
| | * | * generic/tkPanedWindow.c: Cleaned up some code flagged by a | dgp | 2006-10-17 | 1 | -3/+3 |
|
|
| | * | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgr | das | 2006-09-10 | 1 | -3/+10 |
|
|
| | * | * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTION | hobbs | 2006-09-06 | 1 | -19/+20 |
|
|
| | * | * generic/tkText.c (DeleteChars): backport of 8.5 text delete | hobbs | 2006-09-06 | 1 | -1/+20 |
|
|
| | * | * generic/tkText.c (DumpLine): stop dumping if we detect that the | hobbs | 2006-04-05 | 1 | -100/+117 |
|
|
| * | | * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/ | hobbs | 2010-08-27 | 1 | -6/+6 |
|
|
| * | | * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about, | dkf | 2010-03-11 | 1 | -5/+10 |
|
|
| * | | Refix [Bug 1799782]. | dkf | 2010-02-21 | 1 | -3/+12 |
|
|
| * | | Fix various gcc-4.4 warnings and formatting, all | nijtmans | 2010-01-29 | 1 | -18/+20 |
|
|
| * | | Apply (slight cleaner, tested) version of [Patch 1469210]. | dkf | 2009-10-22 | 1 | -16/+53 |
|
|
| * | | * generic/tkImgPhoto.c: fix numerous leaks discovered with the | das | 2009-02-06 | 1 | -1/+2 |
|
|
| * | | Backport of the Millipeter patch [1813597,2218964] | ferrieux | 2008-12-21 | 1 | -5/+3 |
|
|
| * | | Fix leaks flagged by clang static analyzer | das | 2008-12-07 | 1 | -2/+2 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -31/+28 |
|
|
* | | | * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/ | hobbs | 2010-08-27 | 1 | -6/+6 |
|
|
* | | | Fix some gcc strict-aliasing warnings (discovered with "-Wstrict-aliasing=2" | nijtmans | 2010-05-26 | 1 | -4/+4 |
|
|
* | | | Removed lame reliance on the leading letters of the names of segment types when | dkf | 2010-03-11 | 1 | -4/+6 |
|
|
* | | | * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about, | dkf | 2010-03-11 | 1 | -8/+13 |
|
|
* | | | Use @EXEEXT@ in stead of @EXT_SUFFIX@ | nijtmans | 2010-02-22 | 1 | -2/+2 |
|
|
* | | | Re-fix [Bug 1799782]. | dkf | 2010-02-21 | 1 | -7/+17 |
|
|
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 1 | -2/+2 |
|
|
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -2/+4 |
|
|
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -8/+7 |
|
|
* | | | Apply (slight cleaner, tested) version of [Patch 1469210]. | dkf | 2009-10-22 | 1 | -16/+53 |
|
|
* | | | * generic/tkFocus.c: fix potential null dereference flagged by clang | das | 2009-09-07 | 1 | -1/+2 |
|
|
* | | | Eliminate various gcc warnings | nijtmans | 2009-08-09 | 1 | -17/+17 |
|
|