summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix [Bug 1151523]dkf2005-08-181-3/+2
| | | FossilOrigin-Name: b6b13ba80bb2c4517d67ce293d8c17de3826739f
* Fixed missing [] in prototypes that have objv.georgeps2005-08-171-4/+4
| | | FossilOrigin-Name: 241f1133eece12d110c0335b11415c4cff64d252
* clarify tab stop behaviourvincentdarley2005-08-091-2/+5
| | | FossilOrigin-Name: ce77064ee5cde8a99a08f00cf577d470d6421d0a
* Added another example.dkf2005-08-041-2/+42
| | | FossilOrigin-Name: 9036afc16cde8312182bbdf47f2c92074ae5d15b
* * doc/getOpenFile.n: correct -multiple docs (takes boolean)hobbs2005-07-061-2/+2
| | | FossilOrigin-Name: b0b64c1bc14dd22a811028a2be37f3485e54926b
* Fix silly error in SYNOPSIS of Tk_AllocBitmapFromObj doc [1224983]dkf2005-06-211-2/+2
| | | FossilOrigin-Name: 1c7be67255d74cd7da8e864d62452919dda9a202
* * doc/Inactive.3 (new file): C level API documentationn forrmax2005-05-311-0/+38
| | | | | | | TIP#245 (Tk_GetUserInactiveTime, Tk_ResetUserInactiveTime). * tests/tk.test: Added tests for the TIP#245 implementation. FossilOrigin-Name: ebfd1e32632f7a43426431fef34523556f0c0e4b
* Partial implementation of TIP#245; thanks Reinhard!dkf2005-05-271-1/+17
| | | FossilOrigin-Name: dd7b27e6aca077c61df27921426314b12be322d4
* Updated out-of-date references to "Tk_GetBoolean"dgp2005-05-122-6/+6
| | | FossilOrigin-Name: 195c8aeed247ddae34fc7ebe84676a24c10d4539
* fixed a typogeorgeps2005-04-221-2/+3
| | | FossilOrigin-Name: c4b272660e8b931623904f4505121eac19457f82
* fix to Home/End and display linesvincentdarley2005-04-181-6/+6
| | | FossilOrigin-Name: 503637c737c55f17d41befd508f32ff987f96281
* Purge old and inaccurate .VS/.VE macros.dkf2005-04-0634-288/+36
| | | FossilOrigin-Name: 326b9e3fd240a8960af85c80d3897b18871d42a5
* * doc/wm.n: Add documentation for -fullscreen attribute.mdejong2005-02-171-1/+5
| | | | | | | | | | | | | * tests/winWm.test: Add -fullscreen to wm attribute usage message. * tests/wm.test: Add -fullscreen to wm attribute usage message. Add -fullscreen attribute test cases for Windows. * win/tkWinWm.c (WmInfo, UpdateWrapper, TkpWmSetFullScreen, WmAttributesCmd, UpdateGeometryInfo): Implement TIP 223 [wm attributes -fullscreen]. FossilOrigin-Name: ccc511b09d1e067130758ee044fc476810c31a63
* fix to newline eliding in text widgetvincentdarley2005-02-141-10/+1
| | | FossilOrigin-Name: 46ac803ae4b55ceb29a03cd1aa950ad4d8792a0f
* * doc/options.n: note -cursor {} behavior. [Bug 965618]hobbs2005-02-141-1/+3
| | | FossilOrigin-Name: ce155de29bec4decb9ca2b37bae4e11880b51165
* * doc/text.n: note 'image' key in 'dump' command. [Bug 1115907]hobbs2005-02-111-4/+4
| | | FossilOrigin-Name: d80ba20d42a555537219c8f4406e9cf28154efa0
* Added docs on predefined virtual events. [608115]dkf2005-01-121-1/+65
| | | FossilOrigin-Name: 934dee1b15b0f4c4fd51e858b14d397c1d10ebf5
* Move emacs mode comment to end of file to stop problems with old man.dkf2005-01-052-4/+10
| | | FossilOrigin-Name: 0fa452349223e18fd2f01f982e007c27167844a7
* D'oh! Spotted another one!dkf2004-12-201-2/+2
| | | FossilOrigin-Name: 87d290ce18c8aed7c3cd5b935b346c7765ef348b
* Fix silly typo. [Bug 1087842]dkf2004-12-201-2/+2
| | | FossilOrigin-Name: a7633bf93cb5f205460b00dabbe7e0e7357160ff
* removed backslash quotevincentdarley2004-11-201-2/+2
| | | FossilOrigin-Name: 28e5c8809fafca493eaa746161996927825313c4
* changed the internal name to pack-old to avoid a name clash with the new ↵rmax2004-11-191-2/+2
| | | | | pack manpage. FossilOrigin-Name: edf463b22b121c5cba61a6778696bfe83e78890f
* improved documentation of -tabsvincentdarley2004-11-171-2/+4
| | | FossilOrigin-Name: baa5f279b8b35af903336a6ca5ea71c7d1554c0f
* * doc/SetOptions.3:das2004-11-122-7/+8
| | | | | | | | | | * doc/text.n: fixed *roff errors uncovered by running 'make html'. * macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make sure that the lastSubFontPtr remains valid even when the subfont array is reallocated. [Bug 618872] FossilOrigin-Name: 951e50bdbe45ec5be5829b518cbbd958c79352da
* * 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/tkMacOSXSubwindows.c: synced spacing/formatting with core-8-4-branch. * generic/tkRectOval.c: * macosx/README: * macosx/tkMacOSXDefault.h: * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXWm.c: forward port from core-8-4-branch of Jim's and my changes for CG drawing and [wm attributes] (corresponds to 8.4 changes dating from 09-18, 07-27, 07-24). * 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. FossilOrigin-Name: 2cb92ba546de97e1bff0e5eb1d37986387b3f015
* doc/frame.n: Added some info for -width/-height options. [Bug 1055423]pspjuth2004-11-071-7/+13
| | | FossilOrigin-Name: 2e72c8bef20c49b5311413ccb253db3c9ab64650
* Minor format fixdkf2004-10-291-3/+3
| | | FossilOrigin-Name: 44dec5647a8cd35e18cc5a3ce640e625de0aca18
* More minor doc fixesdkf2004-10-289-138/+182
| | | FossilOrigin-Name: da9814e92b42d4f7e683a8e278d413344e5d6413
* Assorted minor documentation fixesdkf2004-10-2815-75/+104
| | | FossilOrigin-Name: 3bb2aef6b58802431527acc4e76c3936a444a478
* Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179)dkf2004-10-241-4/+35
| | | | | | Thanks to Brian Griffin for developing these! [Patch 983886] FossilOrigin-Name: 97c9d47da3062a552dd97a52e7e3e09d0c2a6c5b
* Fill in missing part of sentence in [wm attributes]dkf2004-10-081-11/+12
| | | FossilOrigin-Name: a1ab4e10cdbcf526695df5359d1e7f8edb2d6455
* add iconphoto notes about recommended usagehobbs2004-10-071-3/+5
| | | FossilOrigin-Name: d7c21cf32b5b563b92e7cd9d0b2af82aafb22df5
* * doc/wm.n (iconphoto): added support for Tk photohobbs2004-10-051-1/+23
| | | | | | | | | | * generic/tkInt.h (TkDisplay): images as titlebar icons. TIP #159 * win/tkWinWm.c (WmIconphotoCmd): wm iconphoto ?-default? image1 ... * macosx/tkMacOSXWm.c (WmIconphotoCmd): Implemented for Win/Unix, * unix/tkUnixWm.c (WmIconphotoCmd): stubbed out for OS X. * tests/wm.test, tests/unixWm.test, tests/winWm.test: [Bug 815751] FossilOrigin-Name: 96b7bb4f893670fa9c634d5ff0ccda037ad686b2
* clarify wm -alpha docshobbs2004-09-281-6/+6
| | | FossilOrigin-Name: a8b23ec340f09ca2837a6092ce07f1424bc7badf
* Standardize style of section refs & public symbols. Remove displayed tabsdkf2004-09-1939-546/+550
| | | FossilOrigin-Name: 21e74dc17aeb9f48f2a53bcf395d591eedf42bba
* * doc/wm.n:hobbs2004-09-171-1/+6
| | | | | | | | * tests/winWm.test: Add 'wm attributes -alpha' to control toplevel * win/tkWinInt.h: alpha transparency on Win2K/XP+. * win/tkWinWm.c: TIP #222 [Patch 892194] FossilOrigin-Name: b8d1edd4487061f9222e112d3fa0e14a06c2a77c
* text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-101-15/+142
| | | FossilOrigin-Name: 24c87e87ffd71144101ff6cab47226828e813d38
* Clarify -use docs. [Bug 1024364]dkf2004-09-091-1/+6
| | | FossilOrigin-Name: 72bead6114b8d82c6fb354d9fe68ddc2906fc9eb
* More doc fixes from Mikhail Kolesnitchenkodkf2004-09-012-6/+8
| | | FossilOrigin-Name: d435eb9070de305c988fc8388a79202d92fd3c86
* TIP#165 (user data field) implementation.dkf2004-08-292-6/+22
| | | FossilOrigin-Name: 86e0e80ee6a1953aa619d97c3013f59e685615f8
* More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520]dkf2004-08-2211-23/+23
| | | FossilOrigin-Name: b4bde69ecaf392e281ae12f6df552bbfadbb8251
* More doc fixes. [Patch 1012837]dkf2004-08-206-14/+14
| | | FossilOrigin-Name: c04a8a61541cf2a350096db54dc79da0dcee4c7d
* Spelling and grammar fixes from Mikhail Kolesnitchenko. [Patch 1012083]dkf2004-08-207-30/+30
| | | FossilOrigin-Name: 4275d4fe89a64400bca2d790b8c5a545aee25f12
* TIP#168 implementation. Based on [Patch 886240]dkf2004-08-191-14/+36
| | | FossilOrigin-Name: b8733fadf611137ea62f76db0ec5a4f9c5d39dba
* Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko.dkf2004-08-1710-129/+131
| | | | | | Also some general fixes to menu.n and text.n FossilOrigin-Name: 03f8b25add691532a590ee350534f2515bb88b0e
* Standardize the -compound option to everywhere it ought to be. [Bug 712588]dkf2004-08-166-70/+57
| | | FossilOrigin-Name: cb766997828a1394b6ca4c6ce6f138c4a1e2ce68
* Spelling and grammar fixesdkf2004-08-161-12/+12
| | | FossilOrigin-Name: 0c69684326603489f09664b7d91ceb12676f5e50
* Added paragraph about the canvas origin [Bug 956681]dkf2004-07-071-23/+16
| | | FossilOrigin-Name: 300eef9d02c65058388259f38fa86048fe833fa5
* TIP#158 implementation; keypad keys on Win are now distinguishable.dkf2004-07-051-1/+10
| | | FossilOrigin-Name: b8333852a20efb533a46767d394b87990010546f
* Doc fixes. [Tcl Bug 983146]dkf2004-07-012-5/+5
| | | FossilOrigin-Name: d23989b3f11653f5fd7f6a12004a2716444bab8b