summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
Commit message (Expand)AuthorAgeFilesLines
* Merged tip-443 following acceptation of the TIP by TCT vote (cherrypicked [cb...fvogel2016-03-201-0/+13
* rebase "tip-438" branch to latest trunk.tip_438jan.nijtmans2016-01-071-0/+3
|\
| * [.text sync -command $cmd] schedules execution of $cmd by the event loop at i...fvogel2015-12-261-1/+2
| * [.text pendingsync] returns a booleanfvogel2015-11-281-1/+1
| * Rename "yupdate" to "sync" and fix various test-casesjan.nijtmans2015-11-191-1/+1
| * Code Formattingjan.nijtmans2015-11-191-1/+1
| * First test-implementation of "$t yupdate -command <command>". TODO: more test...jan.nijtmans2015-11-191-0/+1
| * TIP #438 - [.text pendingyupdate] command added, with corresponding new testsfvogel2015-11-141-0/+1
* | Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-1/+1
* | Merge bug fixes from fvogel's text-elided branchdgp2015-02-061-0/+3
|\ \ | |/
| * TkTextIndexCount is counting chars. Fix these calls where bytes counting is n...fvogel2015-01-241-0/+3
* | patch 3476698: Patch for failing test text-31.11jan.nijtmans2012-01-251-3/+4
|\ \ | |/
| * patch 3476698: Patch for failing test text-31.11jan.nijtmans2012-01-251-3/+4
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Apply (upgraded) version of [Patch 1469210].dkf2009-10-221-27/+29
| | * * generic/tkPanedWindow.c: Cleaned up some code flagged by adgp2006-10-171-2/+2
* | | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One mo...jan.nijtmans2011-03-281-1/+1
|\ \ \ | |/ /
| * | Apply (slight cleaner, tested) version of [Patch 1469210].dkf2009-10-221-7/+26
* | | Formattingnijtmans2010-04-231-10/+2
* | | Removed lame reliance on the leading letters of the names of segment types whendkf2010-03-111-1/+3
* | | Apply (slight cleaner, tested) version of [Patch 1469210].dkf2009-10-221-7/+26
* | | Implementation of TIP #197.dkf2008-12-061-2/+16
* | | Move 10 functions from tkText.h tonijtmans2008-12-041-33/+1
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | fix typos in commentshobbs2007-12-131-4/+4
* | Cleaning up whitespace, comments, declarations. No functional changes.dkf2007-06-241-79/+77
* | various "const" additions, in line with TIP #27nijtmans2007-01-181-64/+64
* | fix for text dump -command callbacks which modify the text widgetvincentdarley2006-03-261-1/+2
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-96/+96
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-748/+684
* | tip256 implementationvincentdarley2005-10-101-3/+17
* | fix to newline eliding in text widgetvincentdarley2005-02-141-4/+5
* | text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-101-115/+240
* | text widget more extensive documentation, and two small code improvementsvincentdarley2003-12-151-1/+3
* | performance of lines containing 10000+ charactersvincentdarley2003-12-051-3/+4
* | correct handling of interpolated tabs using fractional pixel widthsvincentdarley2003-11-211-1/+7
* | fix two more old text widget bugsvincentdarley2003-11-151-2/+2
* | old tk text widget bugs fixedvincentdarley2003-11-121-6/+2
* | elide tag handling, once morevincentdarley2003-11-081-7/+10
* | better elide tag handlingvincentdarley2003-11-071-3/+24
* | TIP 155 implementationvincentdarley2003-10-311-20/+115
* | Private functions should be either static or prefixed with 'Tk' (thanks GPS!)dkf2003-09-291-2/+2
* | text widget cleanup fixvincentdarley2003-05-271-2/+7
* | tip 113 implementationvincentdarley2003-05-191-36/+68
|/
* ANSI unfriendly typedef for TkTextBTree repaired for C++ compilers.davygrvy2002-12-271-2/+2
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-16/+16
* * doc/text.n: TIP #104 implementation which generalizes thehobbs2002-06-211-20/+17
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-2/+2