| Commit message (Expand) | Author | Age | Files | Lines |
* | rebase "tip-438" branch to latest trunk.tip_438 | jan.nijtmans | 2016-01-07 | 1 | -0/+3 |
|\ |
|
| * | [.text sync -command $cmd] schedules execution of $cmd by the event loop at i... | fvogel | 2015-12-26 | 1 | -1/+2 |
|
|
| * | [.text pendingsync] returns a boolean | fvogel | 2015-11-28 | 1 | -1/+1 |
|
|
| * | Rename "yupdate" to "sync" and fix various test-cases | jan.nijtmans | 2015-11-19 | 1 | -1/+1 |
|
|
| * | Code Formatting | jan.nijtmans | 2015-11-19 | 1 | -1/+1 |
|
|
| * | First test-implementation of "$t yupdate -command <command>". TODO: more test... | jan.nijtmans | 2015-11-19 | 1 | -0/+1 |
|
|
| * | TIP #438 - [.text pendingyupdate] command added, with corresponding new tests | fvogel | 2015-11-14 | 1 | -0/+1 |
|
|
* | | Remove multiple deprecated internal API calls on OS X; streamline Apple Event... | Kevin Walzer | 2015-11-25 | 1 | -1/+1 |
|
|
* | | Merge bug fixes from fvogel's text-elided branch | dgp | 2015-02-06 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | TkTextIndexCount is counting chars. Fix these calls where bytes counting is n... | fvogel | 2015-01-24 | 1 | -0/+3 |
|
|
* | | patch 3476698: Patch for failing test text-31.11 | jan.nijtmans | 2012-01-25 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | patch 3476698: Patch for failing test text-31.11 | jan.nijtmans | 2012-01-25 | 1 | -3/+4 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | Apply (upgraded) version of [Patch 1469210]. | dkf | 2009-10-22 | 1 | -27/+29 |
|
|
| | * | * generic/tkPanedWindow.c: Cleaned up some code flagged by a | dgp | 2006-10-17 | 1 | -2/+2 |
|
|
* | | | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One mo... | jan.nijtmans | 2011-03-28 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Apply (slight cleaner, tested) version of [Patch 1469210]. | dkf | 2009-10-22 | 1 | -7/+26 |
|
|
* | | | Formatting | nijtmans | 2010-04-23 | 1 | -10/+2 |
|
|
* | | | Removed lame reliance on the leading letters of the names of segment types when | dkf | 2010-03-11 | 1 | -1/+3 |
|
|
* | | | Apply (slight cleaner, tested) version of [Patch 1469210]. | dkf | 2009-10-22 | 1 | -7/+26 |
|
|
* | | | Implementation of TIP #197. | dkf | 2008-12-06 | 1 | -2/+16 |
|
|
* | | | Move 10 functions from tkText.h to | nijtmans | 2008-12-04 | 1 | -33/+1 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | fix typos in comments | hobbs | 2007-12-13 | 1 | -4/+4 |
|
|
* | | Cleaning up whitespace, comments, declarations. No functional changes. | dkf | 2007-06-24 | 1 | -79/+77 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 1 | -64/+64 |
|
|
* | | fix for text dump -command callbacks which modify the text widget | vincentdarley | 2006-03-26 | 1 | -1/+2 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -96/+96 |
|
|
* | | ANSIfy and reduce casting of NULL to promote readability | dkf | 2005-11-17 | 1 | -748/+684 |
|
|
* | | tip256 implementation | vincentdarley | 2005-10-10 | 1 | -3/+17 |
|
|
* | | fix to newline eliding in text widget | vincentdarley | 2005-02-14 | 1 | -4/+5 |
|
|
* | | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 1 | -115/+240 |
|
|
* | | text widget more extensive documentation, and two small code improvements | vincentdarley | 2003-12-15 | 1 | -1/+3 |
|
|
* | | performance of lines containing 10000+ characters | vincentdarley | 2003-12-05 | 1 | -3/+4 |
|
|
* | | correct handling of interpolated tabs using fractional pixel widths | vincentdarley | 2003-11-21 | 1 | -1/+7 |
|
|
* | | fix two more old text widget bugs | vincentdarley | 2003-11-15 | 1 | -2/+2 |
|
|
* | | old tk text widget bugs fixed | vincentdarley | 2003-11-12 | 1 | -6/+2 |
|
|
* | | elide tag handling, once more | vincentdarley | 2003-11-08 | 1 | -7/+10 |
|
|
* | | better elide tag handling | vincentdarley | 2003-11-07 | 1 | -3/+24 |
|
|
* | | TIP 155 implementation | vincentdarley | 2003-10-31 | 1 | -20/+115 |
|
|
* | | Private functions should be either static or prefixed with 'Tk' (thanks GPS!) | dkf | 2003-09-29 | 1 | -2/+2 |
|
|
* | | text widget cleanup fix | vincentdarley | 2003-05-27 | 1 | -2/+7 |
|
|
* | | tip 113 implementation | vincentdarley | 2003-05-19 | 1 | -36/+68 |
|/ |
|
* | ANSI unfriendly typedef for TkTextBTree repaired for C++ compilers. | davygrvy | 2002-12-27 | 1 | -2/+2 |
|
|
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -16/+16 |
|
|
* | * doc/text.n: TIP #104 implementation which generalizes the | hobbs | 2002-06-21 | 1 | -20/+17 |
|
|
* | * Updated callers of Tcl_SplitList and Tcl_Merge. | dgp | 2002-01-25 | 1 | -2/+2 |
|
|
* | * generic/tkText.c: | hobbs | 2001-12-05 | 1 | -4/+4 |
|
|