summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* tip256 implementationvincentdarley2005-10-101-29/+53
* more errors found by the compilerdgp2005-08-111-2/+2
* Getting more systematic about styledkf2005-08-101-2481/+2635
* fix to elide search and insertofftime 0 text widget bugsvincentdarley2005-04-041-37/+129
* fix to newline eliding in text widgetvincentdarley2005-02-141-4/+20
* fix to one multi-line search bugvincentdarley2004-11-151-1/+10
* text widget search fixvincentdarley2004-09-231-1/+20
* fixed a small typo in TextPeerCmd()rmax2004-09-101-2/+2
* text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-101-340/+1292
* multiline text widget regexp search fixvincentdarley2004-06-091-2/+2
* text widget fixesvincentdarley2004-06-041-1/+6
* Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-2/+2
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-4/+4
* performance of lines containing 10000+ charactersvincentdarley2003-12-051-11/+35
* fix to text widget tabs and xy-scroll-commandvincentdarley2003-12-041-9/+35
* correct handling of interpolated tabs using fractional pixel widthsvincentdarley2003-11-211-1/+21
* fix two more old text widget bugsvincentdarley2003-11-151-5/+6
* old tk text widget bugs fixedvincentdarley2003-11-121-2/+2
* old tk text widget bugs fixedvincentdarley2003-11-121-2/+5
* Minor int vs. unsigned fixes to stop GCC warningsdkf2003-11-101-5/+7
* better elide tag handlingvincentdarley2003-11-071-15/+15