summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-251-1/+1
| | | FossilOrigin-Name: cbfd302726ddaf773f6723e1c926bb4379797063
* some more cygwin compatibility improvementsjan.nijtmans2012-04-061-0/+0
| | | FossilOrigin-Name: e18429c93eb1eb686e0fa9f4939d659e2f6b6ed5
* [Bug 3495198]: Corrected types of canvas bitmap options.dkf2012-02-281-4/+4
| | | FossilOrigin-Name: b585e983f8525a2c3768744b760f78b8bd6e508b
* proposed fix for bug-3486474jan.nijtmans2012-02-101-2/+3
| | | FossilOrigin-Name: 6f74cf37d47277636825553974d4f586dccb35ca
* [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+1
| | | FossilOrigin-Name: 43a8cf526d404a639cf316736be75e4bfbea4c59
* Fix the escaping of leading dots in lines that start withjan.nijtmans2011-11-171-1/+1
| | | | | | a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line FossilOrigin-Name: e5f64795fd96b04e6ba96d6b30a1f82ceb049443
* Purge RCS Keywords.dgp2011-06-08145-297/+0
| | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
* Document all variable options as global.pspjuth2011-04-215-5/+5
| | | FossilOrigin-Name: 6242f06cc9cea16042a60bb3b117257f0ba7c7d5
* We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-051-1/+0
| | | FossilOrigin-Name: 7969d3a4e85e75cd061378f1b5f2b29a095d21f5
* [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-0/+1
| | | | | | Fix 2 minor gcc warnings in tkWinTest.c FossilOrigin-Name: 42f3252288e1626ad79dc65ef32fced0ad13c7b6
* Spelling correctionsdgp2007-11-054-10/+10
| | | FossilOrigin-Name: 5787fbefbb6f7d46a569604f481c7af61810d263
* Fix [Bug 1731348]dkf2007-06-051-3/+4
| | | FossilOrigin-Name: 950a7aa2155887d3ffa9c47c51639e9074028854
* * doc/colors.n: document new Mac OS X system colors.das2007-04-294-10/+192
| | | | | | | | * doc/cursors.n: document new Mac OS X native cursors. * doc/font.n: document new Mac OS X 'menu' system font. * doc/wm.n: document new Mac OS X [wm attributes]. FossilOrigin-Name: 67da6dcc703f9615d5634bc8e2f546e34d2053cf
* * doc/wm.n, tests/winWm.test:hobbs2006-12-011-20/+44
| | | | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows. FossilOrigin-Name: 57ee40f38737bf5de60095e3b704cece30a1932d
* fix make-html errordas2006-04-121-3/+3
| | | FossilOrigin-Name: 612e1ce7edd4912b3d7bc7bb5d667111590e24b5
* * macosx/tkMacOSXInt.h: Implemented 'zoomed' window statedas2006-04-111-4/+6
| | | | | | | | * macosx/tkMacOSXWindowEvent.c: handling for TkAqua, via titlebar * macosx/tkMacOSXWm.c: widget clicks as well as [wm state]. * doc/wm.n: [Bug 1073456] FossilOrigin-Name: 52e0c8cba697c657842c1e3fdfb39a43d1d121b5
* Band-aid doc update for [Bug 220787]dkf2006-03-071-1/+5
| | | FossilOrigin-Name: e05eb965c6f1572b5cff3dc40f9ef267ae980960
* Highlighting fixdkf2005-11-221-3/+3
| | | FossilOrigin-Name: 0ab0cb112999f08cfb80a7c0582f7192e3342b0d
* clarify text index documentationvincentdarley2005-11-161-2/+6
| | | FossilOrigin-Name: 7468498d2d7f7fd676bfa13ac6258633551aaa7c
* * doc/getOpenFile.n: correct -multiple docs (takes boolean)hobbs2005-07-061-2/+2
| | | FossilOrigin-Name: 22062b74fef181614be806997c3dd5f77881ab55
* Fix silly error in SYNOPSIS of Tk_AllocBitmapFromObj [Bug 1224983]dkf2005-06-211-2/+2
| | | FossilOrigin-Name: da32fed0086adfba04bf19ba87204111e39d588b
* Updated out-of-date references to "Tk_GetBoolean"dgp2005-05-122-6/+6
| | | FossilOrigin-Name: 57150e00b33ee1c18f3437820c70d147325cd770
* * doc/text.n: note 'image' key in 'dump' command. [Bug 1115907]hobbs2005-02-111-4/+4
| | | FossilOrigin-Name: f8c4419d3d2336ceb7cc6774b9414efade9b9561
* Convert emacs mode comment style to stop problems with old man. [1085127]dkf2005-01-052-4/+10
| | | FossilOrigin-Name: 7fa599e721fb20d9895491cf2258d9e4a903e32a
* iFix silly typo. [Bug 1087842]dkf2004-12-201-3/+3
| | | FossilOrigin-Name: 86e0ecc09346b8736deef884cfb7eed76bc7d6a0
* * doc/pack-old.n: Changed the internal name of the man page tormax2004-11-191-2/+2
| | | | | | pack-old to avoid a name clash in the installed man pages. FossilOrigin-Name: 39f0444029a81c00fe0811002489214a645b3783
* * generic/tkMain.c:das2004-11-111-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXAppInit.c (removed): * macosx/Wish.pbproj/project.pbxproj: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: changes to make TkAqua dynamically loadable, enabling [package require Tk] from tclsh. Startup code from tkMacOSXAppInit.c moved into tkMacOSXInit.c, added code that notifies the window server that an unbundled executable is a full GUI application after loading Tk. [Patch 1035348] * doc/wm.n: documented [wm attributes] on Mac OS X. [Bug 606665] * macosx/tkMacOSXWm.c: implemented TIP 222 [wm attributes -alpha] on Mac OS X. [Patch 892194] WmIconbitmapCmd: adopted FSRef changes from [wm atttrs -titlepath]. * macosx/tkMacOSXButton.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXRegion.c: * macosx/tkMacOSXSubwindows.c: synced spacing/formatting with HEAD. * macosx/tkMacOSXMouseEvent.c: endianness fixes. * macosx/Wish.pbproj/project.pbxproj: corrected path to html help inside framework. * macosx/Makefile: prevent parallel make from building several targets at the same time. Ensure that xcodebuild will use Wish.pbproj project even if a .xcode project is also present. FossilOrigin-Name: c98b6fdb7f5872d871a0db03acb87ae211e8bc17
* Minor format fixdkf2004-10-291-3/+3
| | | FossilOrigin-Name: 156464317dcddfd295a6d4446f5147da0f260f0c
* Whoops, missed removing an 8.5 feature from an example when backportingdkf2004-10-291-3/+3
| | | FossilOrigin-Name: 216e30480998e6b82805235f5df33f7c09c9ef86
* * doc/wm.n: Add wm attributes . -alpha doc to accountmdejong2004-10-281-1/+6
| | | | | | for recent alpha changes. FossilOrigin-Name: 8086eb771006c51de0439c43a9a59fb07833f4db
* More backporting of doc fixesdkf2004-10-2816-147/+310
| | | FossilOrigin-Name: f449787fb16a3a32463679ccd2c2f9451f5275e4
* Backport of documentation fixesdkf2004-10-2829-284/+596
| | | FossilOrigin-Name: 2c695c7927060a39a4165a3edc998914ebfa1b80
* Thought about the doc-fix a bit more and decided to remove the typedefdkf2004-02-171-3/+1
| | | | | | line instead; you'd never type it to use a Tk_Uid, after all... FossilOrigin-Name: 18f32c198f066abdcd645478d874e6298f51f0d5
* Minor doc fixdkf2004-02-171-2/+2
| | | FossilOrigin-Name: d87a0729e90eddeb553de7678374886602507697
* Update the docs for the Mac OS X MouseWheel changes.wolfsuit2004-02-161-6/+8
| | | FossilOrigin-Name: 496ded097b99b9b98e447454a516705b5f4ca7ac
* Line transposition bug. [Bug 857159]dkf2003-12-101-2/+2
| | | FossilOrigin-Name: 6c1e9811ce593f05b01cb41e88a26c5dc852a59f
* * unix/mkLinks:hobbs2003-10-131-3/+14
| | | | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803] FossilOrigin-Name: bc37dedea63dd0a04dda81f419702c930e883d97
* * doc/ConfigWidg.3: Removed reference to Tk_Offset from thedgp2003-10-061-5/+2
| | | | | | NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197] FossilOrigin-Name: 57301152d4a2937f8f927ceac42e1459d31f328a
* D'oh! Important word missing...dkf2003-07-171-4/+4
| | | FossilOrigin-Name: 73ce9922ec46b586f9938a174cd585097be31ab3
* Better docs of [$photo put]. [Bug 728952]dkf2003-07-171-9/+16
| | | FossilOrigin-Name: 6acd66f94a2becd304ebd58d1e21bf5698c4bf4d
* Panedwindow fixes that make things behave right in complex geometry cases.dkf2003-07-171-6/+2
| | | | | | [Bugs 738143+747814] FossilOrigin-Name: ba56a02cc06164bc07424caf1f14b69f7b205415
* Added missing .TPdkf2003-07-141-1/+2
| | | FossilOrigin-Name: 85d309192ecd1e95a6970a4980fdf6a9f3ce8942
* * doc/panedwindow.n: clarified the need to use 'update idle' whenhobbs2003-02-251-2/+6
| | | | | | adding unmapped windows. Needs further examination. [Bug #605105] FossilOrigin-Name: 3bbbf3b6c5f0d359b64ec6c0c12e1658e7f6e0b0
* * doc/entry.n:mdejong2003-02-192-6/+6
| | | | | | | | * doc/text.n: Update double and triple click docs to match implementation changes made on 2002-02-14. FossilOrigin-Name: fa9c4e0f61bf9a530ca6599eaa8898a874f757d4
* corrected B values [Bug #682714]hobbs2003-02-181-453/+453
| | | FossilOrigin-Name: 2c67a90df27716a6aefbfe085cf0c99f236389b1
* Added language to describe the handling of the end-of-file character kennykb2003-02-131-4/+14
| | | | | | \u001a in a script file. [Bug 685505] FossilOrigin-Name: 9ceeab897c975fd0791647d2695719ac258f9de6
* TP macro misplacementhobbs2003-02-091-2/+2
| | | FossilOrigin-Name: db053e5ad2f2dc8aab5d753724656a8083780eed
* * doc/loadTk.n: note that ::safe::loadTk has a prereq onhobbs2003-01-191-1/+3
| | | | | | ::safe::interpCreate or ::safe::interpInit. [Bug #669159] FossilOrigin-Name: c3e6e3941b8d67556b4edacb2891a56f6354e9da
* * doc/photo.n: $image put only accepts -format and -to, and notehobbs2003-01-191-21/+7
| | | | | | extended use of -to. FossilOrigin-Name: 357d07da69368390a1458b9ead73ff7bd7a4a0a3
* .VS order fixhobbs2003-01-191-3/+3
| | | FossilOrigin-Name: 4c5d36d6d63ba1804ae24d44314e14653ca20b1e