summaryrefslogtreecommitdiffstats
path: root/doc/tk.n
Commit message (Collapse)AuthorAgeFilesLines
* 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. FossilOrigin-Name: 8b40f8cacfa041305390bd37fa6a8551157f6137
| * 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. FossilOrigin-Name: a76570974faca3ef3bdf49c5f8423c49d3b160da
* | More small documentation improvements.dkf2011-07-181-2/+2
| | | | | | FossilOrigin-Name: 5c63bca4effecfc3d4a192031a2309d7e648b085
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/ | | FossilOrigin-Name: b8a1385217cc117d6962c234f0a4d28ff10e089c
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ | | | | | | FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | | | | | | | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
| | * Spelling correctionsdgp2007-11-051-2/+2
| | | | | | | | | FossilOrigin-Name: 5787fbefbb6f7d46a569604f481c7af61810d263
* | | Formatting correctiondkf2010-01-131-2/+2
| | | | | | | | | FossilOrigin-Name: d6e12b64d74ec57961668bf5b4c51583a2d8a80d
* | | Fix a typodkf2009-01-241-2/+2
| | | | | | | | | FossilOrigin-Name: 8db520ecedb7c8885e76a8b9e94ac0c77798e9d9
* | | TIP #324 IMPLEMENTATIONdas2008-12-101-20/+24
| | | | | | | | | FossilOrigin-Name: 7946dc2242dda6d99b301092e8559037911722fe
* | | Implementation of the [tk busy] command on non-OSX.dkf2008-10-181-3/+10
| | | | | | | | | | | | | | | | | | Adapted from [Patch 1997907] FossilOrigin-Name: d9f9056ec1e227748b77891bf1b9bd0bddd4cae0
* | | Fix [Bug 2118116]dkf2008-09-231-2/+4
| | | | | | | | | FossilOrigin-Name: d93e40072424c0c17f58af60bc8f818823de9843
* | | Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-301-2/+2
|/ / | | | | | | | | | | | | | | formatting, etc.) FossilOrigin-Name: 3354fd63452f0b436d3a487f1e1f0fecf750cee1
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| | | | | | FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
* | Lots more GOOBE stuff. Now works with 'make html'!dkf2007-10-291-8/+15
| | | | | | FossilOrigin-Name: 6373cd0cf2deb3038f42488bf9ad272b2d9aed9e
* | * doc/*.1: Revert doc changes that brokedgp2007-10-261-7/+3
| | | | | | | | | | | | | | * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. FossilOrigin-Name: 4fe4274467a1800529131c86ff155c4c0b03db8a
* | Lots of improvements to look and feel of manual pagesdkf2007-10-241-3/+7
| | | | | | FossilOrigin-Name: 719dc3b1128c165488999004be06a1432d8e6286
* | Assorted documentation improvements.dkf2007-08-281-1/+4
| | | | | | FossilOrigin-Name: d8dcf67aec83531e258e610be952d6f2b5c34823
* | Spelling fixes. [Bug 1686210]dkf2007-05-031-2/+2
| | | | | | FossilOrigin-Name: 70a911b12b7bf8ec6608f4ea56c49f44a58a5e0d
* | Minor correction of abbreviationdkf2006-11-161-2/+2
| | | | | | FossilOrigin-Name: 6bda98d47eb8f4f2cd8854605d40fbace28d564e
* | Partial implementation of TIP#245; thanks Reinhard!dkf2005-05-271-1/+17
| | | | | | FossilOrigin-Name: dd7b27e6aca077c61df27921426314b12be322d4
* | Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-7/+1
| | | | | | FossilOrigin-Name: 326b9e3fd240a8960af85c80d3897b18871d42a5
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-2/+2
|/ | | FossilOrigin-Name: 28ec831e756a8fba6e184ce2667ee594c4901904
* added tk windowingsystem docshobbs2002-09-021-1/+9
| | | FossilOrigin-Name: a822075edd28781520fc1bf6b6bbadbff24db1ac
* Fixes to make HTML generation work better.dkf2002-06-221-2/+2
| | | FossilOrigin-Name: 7adbb3d3bb555ca0999a25f42f516ca967030b98
* * generic/tkCmds.c (Tk_TkObjCmd):hobbs2002-06-171-2/+16
| | | | | | | | | | | | * generic/tkInt.h (struct TkCaret): * mac/tkMacXStubs.c (Tk_SetCaretPos): * unix/tkUnixKey.c (TkpGetString, Tk_SetCaretPos): * win/tkWinX.c (Tk_SetCaretPos): * tests/tk.test: Added 'tk caret' implementation of TIP#96 * doc/SetCaret.3 (new): which adds a TkCaret structure element to * doc/tk.n: TkDisplay for maintaining state. FossilOrigin-Name: 6be89a7feefdd57fd30aca27c701f6e155497b67
* * tests/tk.test:hobbs2000-10-311-2/+2
| | | | | | | | | | * doc/tk.n: updated to reflect default on status of useinputmethods. * library/tk.tcl: tk useinputmethods is set to 1 by default. This enables Kanji and dead-char input by default. Intro'd in 1999-12-16 with default off to avoid some problems with older X servers that would slow down widget creation over time. FossilOrigin-Name: c177e1c913da27ec3265fb61c74dacfbf8cc1538
* * doc/GetCursor.3:hobbs1999-12-161-3/+13
| | | | | | | | | | | | * win/tkWinCursor.c: added support for Windows cursors to TkGetCursorByName (.ani, .cur) using -cursor @<filename> (Ascher) [Bug: 1350] * doc/listbox.n: added doc for <<ListboxSelect>> [Bug: 3500] * doc/getOpenFile.n: removed note that -initialfile didn't work for tk_getOpenFile FossilOrigin-Name: bcce99ac84c974fa9f5c12686acb24dd9ad837fd
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* Initial revisionrjohnson1998-04-011-0/+72
FossilOrigin-Name: 8922a99ffbe6bf4c9a879291efacef5ce9caa2aa