summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* added TIP#26 text widget undo/redo functionalityhobbs2001-11-131-72/+591
* Overall change: Implemented TIP 5, which exportsericm2000-11-221-6/+5
* * tests/text.test: Added tests for -regexp -nocase searches withericm2000-07-251-4/+11
* * tests/text.test: Added tests for searching when text is elided.ericm2000-07-211-5/+9
* * generic/tkText.c (TextSearchCmd): Added a test for a NULLericm2000-07-191-2/+6
* * tests/text.test:ericm2000-02-031-15/+23
* * tests/text.test:ericm2000-01-211-2/+3
* * generic/tkInt.h: moved new TkDisplay useInputMethods structurehobbs2000-01-211-6/+6
* * generic/tkCanvas.c: fixed mem leak with TagSearchExprInithobbs2000-01-121-2/+3
* * doc/text.n:hobbs2000-01-061-11/+18