summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
Commit message (Expand)AuthorAgeFilesLines
* The undo marks identifier is now a member of textPtr->sharedTextPtr. This mak...fvogel2016-07-061-0/+2
* Backed out anything dealing with stippling, in accordance with discussion abo...fvogel2016-03-081-5/+0
* Fixed typo in comment (introduced by error in [6a21622c7e])fvogel2016-02-111-1/+1
* -rmargincolor tag configuration option: implementationfvogel2016-02-101-0/+2
* -lmargincolor tag configuration option: implementationfvogel2016-02-101-0/+3
* -overstrikefg tag configuration option: implementationfvogel2016-02-091-0/+2
* -underlinefg tag configuration option: implementationfvogel2016-02-091-1/+3
* -selectfgstipple tag configuration option: implementationfvogel2016-02-091-0/+3
* -selectbgstipple tag configuration option: implementationfvogel2016-02-091-0/+2
* -selectforeground tag configuration option: implementationfvogel2016-02-091-0/+2
* -selectbackground tag configuration option: implementationfvogel2016-02-091-0/+2
* 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