summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
* frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507jan.nijtmans2012-06-201-14/+14
* [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging outside...fvogel2012-02-281-2/+45
|\
| * Bug-3487407: Weird text indicesbug_1630262fvogel2012-02-181-0/+4
| * [Bug-1630262]: segfault when deleting lines with peer text widgetsfvogel2012-01-311-2/+41
* | Don't increase the epoch twice.fvogel2012-01-251-1/+0
|\ \ | |/
| * Don't increase the epoch twice.fvogel2012-01-251-1/+0
* | [Bug-1630271]: segfault/infinite loop when a mark is before -startlinejan.nijtmans2012-01-251-3/+29
|\ \ | |/
| * [Bug-1630271]: segfault/infinite loop when a mark is before -startlinejan.nijtmans2012-01-251-3/+29
| |\
| | * patch-3477449: segfault when mark out of -startline/-endline rangebug_1630271jan.nijtmans2012-01-231-3/+29
* | | patch 3476698: Patch for failing test text-31.11jan.nijtmans2012-01-251-0/+1
|\ \ \ | |/ /
| * | patch 3476698: Patch for failing test text-31.11jan.nijtmans2012-01-251-0/+1
| |\ \ | | |/ | |/|
| | * applied patch-3476698bug_3475627jan.nijtmans2012-01-221-0/+1
| |/
* | [Bug-3021557]: Moving the cursor in elided text freezes Tkjan.nijtmans2012-01-191-11/+3
|\ \ | |/
| * bug-3021557 Moving the cursor in elided text freezes Tkbug_3021557jan.nijtmans2012-01-171-11/+3
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Apply (upgraded) version of [Patch 1469210].dkf2009-10-221-20/+58
| | * * generic/tkText.c (DeleteChars, TextEditCmd, updateDirtyFlag):hobbs2007-12-131-39/+48
| | * * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-291-3/+3
| | * * generic/tkPanedWindow.c: Cleaned up some code flagged by adgp2006-10-171-3/+3
| | * * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-101-3/+10
| | * * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTIONhobbs2006-09-061-19/+20
| | * * generic/tkText.c (DeleteChars): backport of 8.5 text deletehobbs2006-09-061-1/+20
| | * * generic/tkText.c (DumpLine): stop dumping if we detect that thehobbs2006-04-051-100/+117
| * | * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/hobbs2010-08-271-6/+6
| * | * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about,dkf2010-03-111-5/+10
| * | Refix [Bug 1799782].dkf2010-02-211-3/+12
| * | Fix various gcc-4.4 warnings and formatting, allnijtmans2010-01-291-18/+20
| * | Apply (slight cleaner, tested) version of [Patch 1469210].dkf2009-10-221-16/+53
| * | * generic/tkImgPhoto.c: fix numerous leaks discovered with thedas2009-02-061-1/+2
| * | Backport of the Millipeter patch [1813597,2218964]ferrieux2008-12-211-5/+3
| * | Fix leaks flagged by clang static analyzerdas2008-12-071-2/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-31/+28
* | | * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/hobbs2010-08-271-6/+6
* | | Fix some gcc strict-aliasing warnings (discovered with "-Wstrict-aliasing=2"nijtmans2010-05-261-4/+4
* | | Removed lame reliance on the leading letters of the names of segment types whendkf2010-03-111-4/+6
* | | * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about,dkf2010-03-111-8/+13
* | | Use @EXEEXT@ in stead of @EXT_SUFFIX@nijtmans2010-02-221-2/+2
* | | Re-fix [Bug 1799782].dkf2010-02-211-7/+17
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-2/+2
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-2/+4
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-8/+7
* | | Apply (slight cleaner, tested) version of [Patch 1469210].dkf2009-10-221-16/+53
* | | * generic/tkFocus.c: fix potential null dereference flagged by clangdas2009-09-071-1/+2
* | | Eliminate various gcc warningsnijtmans2009-08-091-17/+17
* | | * generic/tkImgPhInstance.c: fix numerous leaks discovered with thedas2009-02-061-1/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
* | | Fix leaks flagged by clang static analyzerdas2008-12-071-2/+2
* | | Implementation of TIP #197.dkf2008-12-061-3/+27