summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | TIP 155 implementationvincentdarley2003-10-311-270/+1339
* | text widget cleanup fixvincentdarley2003-05-271-28/+33
* | D'oh! Zero and one are not the same thing...dkf2003-05-211-138/+160
* | Fixed test suite breakage that I inadvertently introduced [Bug 739965]dkf2003-05-191-21/+28
* | Stopped warnings about signed/unsigned and strncmp() and added missing forwar...dkf2003-05-191-62/+99
* | tip 113 implementationvincentdarley2003-05-191-1277/+2120
|/
* (TextWidgetCmd): remove unused lastEnd var. [Bug #664790]hobbs2003-02-181-4/+3
* * generic/tkText.c (TextBlinkProc): don't blink the cursor unlesshobbs2002-10-021-4/+5