| Commit message (Expand) | Author | Age | Files | Lines |
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -1/+85 |
|
|
* | ANSIfy and reduce casting of NULL to promote readability | dkf | 2005-11-17 | 1 | -35/+31 |
|
|
* | Lots of ANSIfying of function decls. | dkf | 2005-11-17 | 1 | -8/+8 |
|
|
* | fix for count displaylines bug | vincentdarley | 2005-10-31 | 1 | -1/+10 |
|
|
* | tip256 implementation | vincentdarley | 2005-10-10 | 1 | -29/+53 |
|
|
* | more errors found by the compiler | dgp | 2005-08-11 | 1 | -2/+2 |
|
|
* | Getting more systematic about style | dkf | 2005-08-10 | 1 | -2481/+2635 |
|
|
* | fix to elide search and insertofftime 0 text widget bugs | vincentdarley | 2005-04-04 | 1 | -37/+129 |
|
|
* | fix to newline eliding in text widget | vincentdarley | 2005-02-14 | 1 | -4/+20 |
|
|
* | fix to one multi-line search bug | vincentdarley | 2004-11-15 | 1 | -1/+10 |
|
|
* | text widget search fix | vincentdarley | 2004-09-23 | 1 | -1/+20 |
|
|
* | fixed a small typo in TextPeerCmd() | rmax | 2004-09-10 | 1 | -2/+2 |
|
|
* | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 1 | -340/+1292 |
|
|
* | multiline text widget regexp search fix | vincentdarley | 2004-06-09 | 1 | -2/+2 |
|
|
* | text widget fixes | vincentdarley | 2004-06-04 | 1 | -1/+6 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 1 | -2/+2 |
|
|
* | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -4/+4 |
|
|
* | performance of lines containing 10000+ characters | vincentdarley | 2003-12-05 | 1 | -11/+35 |
|
|
* | fix to text widget tabs and xy-scroll-command | vincentdarley | 2003-12-04 | 1 | -9/+35 |
|
|
* | correct handling of interpolated tabs using fractional pixel widths | vincentdarley | 2003-11-21 | 1 | -1/+21 |
|
|
* | fix two more old text widget bugs | vincentdarley | 2003-11-15 | 1 | -5/+6 |
|
|
* | old tk text widget bugs fixed | vincentdarley | 2003-11-12 | 1 | -2/+2 |
|
|
* | old tk text widget bugs fixed | vincentdarley | 2003-11-12 | 1 | -2/+5 |
|
|
* | Minor int vs. unsigned fixes to stop GCC warnings | dkf | 2003-11-10 | 1 | -5/+7 |
|
|
* | better elide tag handling | vincentdarley | 2003-11-07 | 1 | -15/+15 |
|
|
* | TIP 155 implementation | vincentdarley | 2003-10-31 | 1 | -270/+1339 |
|
|
* | text widget cleanup fix | vincentdarley | 2003-05-27 | 1 | -28/+33 |
|
|
* | D'oh! Zero and one are not the same thing... | dkf | 2003-05-21 | 1 | -138/+160 |
|
|
* | Fixed test suite breakage that I inadvertently introduced [Bug 739965] | dkf | 2003-05-19 | 1 | -21/+28 |
|
|
* | Stopped warnings about signed/unsigned and strncmp() and added missing forwar... | dkf | 2003-05-19 | 1 | -62/+99 |
|
|
* | tip 113 implementation | vincentdarley | 2003-05-19 | 1 | -1277/+2120 |
|
|
* | (TextWidgetCmd): remove unused lastEnd var. [Bug #664790] | hobbs | 2003-02-18 | 1 | -4/+3 |
|
|
* | * generic/tkText.c (TextBlinkProc): don't blink the cursor unless | hobbs | 2002-10-02 | 1 | -4/+5 |
|
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 1 | -2/+2 |
|
|
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -32/+34 |
|
|
* | * generic/tkText.c (TextEditUndo): set isDirtyIncrement to -1 when | hobbs | 2002-07-24 | 1 | -14/+16 |
|
|
* | * doc/text.n: TIP #93 implementation that | hobbs | 2002-06-22 | 1 | -38/+226 |
|
|
* | * doc/text.n: TIP #104 implementation which generalizes the | hobbs | 2002-06-21 | 1 | -252/+118 |
|
|
* | * generic/tkText.c (ConfigureText): reenable the blinking cursor | hobbs | 2002-02-26 | 1 | -1/+11 |
|
|
* | * Updated callers of Tcl_SplitList and Tcl_Merge. | dgp | 2002-01-25 | 1 | -4/+4 |
|
|
* | * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27 | dgp | 2002-01-17 | 1 | -2/+2 |
|
|
* | * generic/tkText.c: | hobbs | 2001-12-05 | 1 | -16/+16 |
|
|
* | added static to TextGetText and popStack func definitions | hobbs | 2001-11-21 | 1 | -3/+3 |
|
|
* | (DestroyText): plugged mem leak when not clearing stack (callewaert) | hobbs | 2001-11-21 | 1 | -8/+8 |
|
|
* | * generic/tkText.c (TextGetText): reworked to use DString for | hobbs | 2001-11-20 | 1 | -54/+58 |
|
|
* | added TIP#26 text widget undo/redo functionality | hobbs | 2001-11-13 | 1 | -72/+591 |
|
|
* | Overall change: Implemented TIP 5, which exports | ericm | 2000-11-22 | 1 | -6/+5 |
|
|
* | * tests/text.test: Added tests for -regexp -nocase searches with | ericm | 2000-07-25 | 1 | -4/+11 |
|
|
* | * tests/text.test: Added tests for searching when text is elided. | ericm | 2000-07-21 | 1 | -5/+9 |
|
|
* | * generic/tkText.c (TextSearchCmd): Added a test for a NULL | ericm | 2000-07-19 | 1 | -2/+6 |
|
|