summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | * 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
* | | Millimeter patch. Fixes [1813597,2218964] by eliminating the functional redun...ferrieux2008-11-271-5/+3
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-56/+52
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-7/+7
* | | Add "const" to many internalnijtmans2008-10-171-8/+8
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-8/+8
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-94/+94
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tkText.c (DeleteIndexRange, TextEditCmd, UpdateDirtyFlag):hobbs2007-12-131-40/+48
* | Added code to rebuild the from index after the deletion phase so that thedkf2007-12-111-10/+20
* | header cleanupdgp2007-09-071-2/+1
* | * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-231-2/+2
* | D'oh!dkf2007-02-231-2/+2
* | Less of that K&R or wrongly indented function header style!dkf2007-02-221-392/+424
* | various "const" additions, in line with TIP #27nijtmans2007-01-031-2/+2
* | generic/tkText.c: Applied suggested patch from #1536735patthoyts2006-10-171-17/+21
* | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-101-2/+2
* | * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTIONhobbs2006-09-061-22/+21
* | fix to crash in test suite, with dump -commandvincentdarley2006-04-051-2/+3
* | further fixes to $text dump -commandvincentdarley2006-03-281-5/+36
* | fix for text dump -command callbacks which modify the text widgetvincentdarley2006-03-261-44/+109
* | undo/modified and empty string fixvincentdarley2006-03-181-14/+18
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-1/+85
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-35/+31
* | Lots of ANSIfying of function decls.dkf2005-11-171-8/+8
* | fix for count displaylines bugvincentdarley2005-10-311-1/+10