summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tkStubInit.c:hobbs1999-12-141-32/+156
* * generic/tkText.c: fixed bug in TextSearchCmd for multibyte charshobbs1999-12-121-2/+2
* Merged 8-1-0 into mainline.rjohnson1999-04-211-1/+1
* Added new tests to scale and text.rjohnson1999-04-201-3/+4
* Fixed bug 1853 - called NULL interp.rjohnson1999-04-171-1/+2
* Fixed bug 1790 - memory leak.rjohnson1999-04-171-5/+8
* * Merged 8.1 branch into the main trunkstanton1999-04-161-125/+123
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+2264