summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * 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]
* * 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.
* doc/frame.n: Added some info for -width/-height options. [Bug 1055423]pspjuth2004-11-071-7/+13
|
* Minor format fixdkf2004-10-291-3/+3
|
* More minor doc fixesdkf2004-10-289-138/+182
|
* Assorted minor documentation fixesdkf2004-10-2815-75/+104
|
* 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]
* Fill in missing part of sentence in [wm attributes]dkf2004-10-081-11/+12
|
* add iconphoto notes about recommended usagehobbs2004-10-071-3/+5
|
* * 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]
* clarify wm -alpha docshobbs2004-09-281-6/+6
|
* Standardize style of section refs & public symbols. Remove displayed tabsdkf2004-09-1939-546/+550
|
* * 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]
* text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-101-15/+142
|
* Clarify -use docs. [Bug 1024364]dkf2004-09-091-1/+6
|
* More doc fixes from Mikhail Kolesnitchenkodkf2004-09-012-6/+8
|
* TIP#165 (user data field) implementation.dkf2004-08-292-6/+22
|
* More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520]dkf2004-08-2211-23/+23
|
* More doc fixes. [Patch 1012837]dkf2004-08-206-14/+14
|
* Spelling and grammar fixes from Mikhail Kolesnitchenko. [Patch 1012083]dkf2004-08-207-30/+30
|
* TIP#168 implementation. Based on [Patch 886240]dkf2004-08-191-14/+36
|
* Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko.dkf2004-08-1710-129/+131
| | | | Also some general fixes to menu.n and text.n
* Standardize the -compound option to everywhere it ought to be. [Bug 712588]dkf2004-08-166-70/+57
|
* Spelling and grammar fixesdkf2004-08-161-12/+12
|
* Added paragraph about the canvas origin [Bug 956681]dkf2004-07-071-23/+16
|
* TIP#158 implementation; keypad keys on Win are now distinguishable.dkf2004-07-051-1/+10
|
* Doc fixes. [Tcl Bug 983146]dkf2004-07-012-5/+5
|
* TIP#153 implementation from Neil McKay, with thanks!dkf2004-06-301-2/+4
|
* Added exampledkf2004-06-211-11/+9
|
* Added examplesdkf2004-06-211-2/+36
|
* Added example and warning about global grabsdkf2004-06-211-2/+16
|
* Fix example and add a bit more explanatory textdkf2004-06-211-5/+6
|
* Added exampledkf2004-06-211-1/+17
|
* Forgot the example section header label!dkf2004-06-211-3/+3
|
* Added example of how to do dialog-like windowsdkf2004-06-211-2/+26
|
* Convert SYNOPSIS to .nf/.fi after suggestion from Joe Englishdkf2004-06-212-7/+6
|
* Highlight the command whose examples these aredkf2004-06-211-3/+3
|
* Compacted the synopsisdkf2004-06-211-8/+2
|
* Added exampledkf2004-06-211-12/+13
|
* Added exampledkf2004-06-211-5/+18
|
* Added exampledkf2004-06-212-9/+28
|
* Added crossreference to toplevel's -menu option, as used since Tk 8.0dkf2004-06-211-1/+8
|
* Minor update for increased clarity.dkf2004-06-211-8/+8
|
* Added examplesdkf2004-06-211-3/+29
|
* Added exampledkf2004-06-213-9/+34
|
* Added exampledkf2004-06-211-1/+18
|
* Added exampledkf2004-06-183-7/+39
|
* Added examplesdkf2004-06-181-1/+16
|
* Added example.dkf2004-06-181-3/+21
|
* Fix missing parameter errordkf2004-06-181-2/+2
|