summaryrefslogtreecommitdiffstats
path: root/doc/text.n
Commit message (Collapse)AuthorAgeFilesLines
* rebase "tip-438" branch to latest trunk.tip_438jan.nijtmans2016-01-071-8/+107
|\
| * Polished documentation a bitfvogel2016-01-051-7/+8
| |
| * Better (and more correct) description of what [.text sync -command $command] ↵fvogel2015-12-131-3/+3
| | | | | | | | does
| * Clearer separation between what [.text sync] and [.text sync -command] ↵fvogel2015-11-281-5/+12
| | | | | | | | exactly perform
| * Text widget documentation updated according to TIP #438fvogel2015-11-281-1/+92
| |
* | Fixed bug [297442da29] - tk_strictMotif not correctly taken into accountfvogel2015-11-081-3/+2
|\ \ | |/
| * Fixed bug [297442da29] - tk_strictMotif not correctly taken into accountfvogel2015-11-081-3/+2
| |\
| | * Fixed bug [297442da29] - tk_strictMotif not correctly taken into accountbug_297442da29fvogel2015-11-051-3/+2
| |/
| * Fixed bug [1815161] - .text count -ypixels wrong until widget is managedfvogel2015-10-091-6/+6
| |
* | Fixed bug [1815161] - .text count -ypixels wrong until widget is managedfvogel2015-10-091-5/+6
| |
* | Fixed bad indentation in the contents table of the text widget man page of ↵fvogel2015-07-131-1/+1
|\ \ | |/ | | | | the switches pertaining to the dump subcommand
| * Fixed bad indentation in the contents table of the text widget man page of ↵fvogel2015-07-131-1/+1
| | | | | | | | the switches pertaining to the dump subcommand
* | Merged branch bug-1581955fff, fixing [1581955fff]fvogel2015-03-131-16/+33
|\ \ | |/
| * Slightly better formattingbug_1581955ffffvogel2015-03-131-0/+4
| |
| * Fixed documentation regarding behaviour of embedded windows and embedded ↵fvogel2015-03-081-0/+20
| | | | | | | | images in [text] - Bug [1581955fff]
| * Fixed copy/paste error in man text.fvogel2015-01-021-1/+1
| |
* | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
|\ \ | |/ | | | | after .TH breaks rendering on OpenBSD and possibly others.
| * Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | after .TH breaks rendering on OpenBSD and possibly others.
* | Documentation tweaks to make index entries more informative.dkf2013-09-231-1/+1
| |
* | Fixed merge errorfvogel2012-05-281-2/+0
| |
* | Bug 1630251: Documentation for -endline option was wrongfvogel2012-05-281-6/+8
|\ \ | |/
| * Bug 1630251: Documentation for -endline option was wrongbug_1630251fvogel2012-05-171-2/+3
| |
* | Minor spelling fixes.dkf2012-03-131-1/+1
| |
* | * Add square to DEMOPROGS in unix/Makefile.in. It contains a shebangmax2011-11-081-4/+4
|\ \ | |/ | | | | | | | | | | and hence should get installed with executable bits. * manpages: Fix the escaping of leading dots in lines that start with a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line.
| * * Add square to DEMOPROGS in unix/Makefile.in. It contains a shebangmax2011-11-081-4/+4
| | | | | | | | | | | | | | and hence should get installed with executable bits. * manpages: Fix the escaping of leading dots in lines that start with a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line.
* | More small documentation improvements.dkf2011-07-181-25/+26
| |
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * fix make-html errordas2006-04-121-3/+3
| | |
| | * clarify text index documentationvincentdarley2005-11-161-2/+6
| | |
| | * Updated out-of-date references to "Tk_GetBoolean"dgp2005-05-121-3/+3
| | |
| | * * doc/text.n: note 'image' key in 'dump' command. [Bug 1115907]hobbs2005-02-111-4/+4
| | |
| | * More backporting of doc fixesdkf2004-10-281-67/+64
| | |
| * | * doc/text.n: Fixed minor typo in the description of 'textandreas_kupries2010-07-061-2/+2
| | | | | | | | | | | | delete', as reported by <eee@users.sf.net> on the chat.
* | | * doc/text.n: Fixed minor typo in the description of 'textandreas_kupries2010-07-061-2/+2
| | | | | | | | | | | | delete', as reported by <eee@users.sf.net> on the chat.
* | | Small cleanups to improve HTML generation.dkf2010-01-101-5/+6
| | |
* | | Implementation of TIP #197.dkf2008-12-061-1/+9
| | |
* | | Fix [Bug 2118116]dkf2008-09-231-2/+4
| | |
* | | Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-301-1661/+1420
| | | | | | | | | | | | | | | | | | formatting, etc.)
* | | bug #1997293 - fix documentation of text tag options.patthoyts2008-06-241-12/+7
| | |
* | | Corrected description of when tag -relief is ignored.dkf2008-04-171-2/+2
|/ /
* | merge stable branch onto HEADdgp2007-12-131-3/+3
| |
* | Fixed mistake in [$t tag remove] docs. [Bug 1792191]dkf2007-11-011-3/+3
| |
* | More documentation improvementsdkf2007-10-301-4/+11
| |
* | fix spelling of -inactiveselectbackground [Bug 1626415]hobbs2007-10-301-4/+4
| |
* | Clarify search subcommand docs. [Bug 1622919]dkf2007-10-301-2/+3
| |
* | Lots more GOOBE stuff. Now works with 'make html'!dkf2007-10-291-90/+165
| |
* | * doc/*.1: Revert doc changes that brokedgp2007-10-261-57/+26
| | | | | | | | | | * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* | Lots of improvements to look and feel of manual pagesdkf2007-10-241-25/+54
| |