summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-311-2/+2
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-32/+34
* * generic/tkText.c (TextEditUndo): set isDirtyIncrement to -1 whenhobbs2002-07-241-14/+16
* * doc/text.n: TIP #93 implementation thathobbs2002-06-221-38/+226
* * doc/text.n: TIP #104 implementation which generalizes thehobbs2002-06-211-252/+118
* * generic/tkText.c (ConfigureText): reenable the blinking cursorhobbs2002-02-261-1/+11
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-4/+4
* * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27dgp2002-01-171-2/+2
* * generic/tkText.c:hobbs2001-12-051-16/+16
* added static to TextGetText and popStack func definitionshobbs2001-11-211-3/+3
* (DestroyText): plugged mem leak when not clearing stack (callewaert)hobbs2001-11-211-8/+8
* * generic/tkText.c (TextGetText): reworked to use DString forhobbs2001-11-201-54/+58