Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fill in missing part of sentence in [wm attributes] | dkf | 2004-10-08 | 1 | -11/+12 |
| | |||||
* | add iconphoto notes about recommended usage | hobbs | 2004-10-07 | 1 | -3/+5 |
| | |||||
* | * doc/wm.n (iconphoto): added support for Tk photo | hobbs | 2004-10-05 | 1 | -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 docs | hobbs | 2004-09-28 | 1 | -6/+6 |
| | |||||
* | Standardize style of section refs & public symbols. Remove displayed tabs | dkf | 2004-09-19 | 39 | -546/+550 |
| | |||||
* | * doc/wm.n: | hobbs | 2004-09-17 | 1 | -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 implementation | vincentdarley | 2004-09-10 | 1 | -15/+142 |
| | |||||
* | Clarify -use docs. [Bug 1024364] | dkf | 2004-09-09 | 1 | -1/+6 |
| | |||||
* | More doc fixes from Mikhail Kolesnitchenko | dkf | 2004-09-01 | 2 | -6/+8 |
| | |||||
* | TIP#165 (user data field) implementation. | dkf | 2004-08-29 | 2 | -6/+22 |
| | |||||
* | More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520] | dkf | 2004-08-22 | 11 | -23/+23 |
| | |||||
* | More doc fixes. [Patch 1012837] | dkf | 2004-08-20 | 6 | -14/+14 |
| | |||||
* | Spelling and grammar fixes from Mikhail Kolesnitchenko. [Patch 1012083] | dkf | 2004-08-20 | 7 | -30/+30 |
| | |||||
* | TIP#168 implementation. Based on [Patch 886240] | dkf | 2004-08-19 | 1 | -14/+36 |
| | |||||
* | Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko. | dkf | 2004-08-17 | 10 | -129/+131 |
| | | | | Also some general fixes to menu.n and text.n | ||||
* | Standardize the -compound option to everywhere it ought to be. [Bug 712588] | dkf | 2004-08-16 | 6 | -70/+57 |
| | |||||
* | Spelling and grammar fixes | dkf | 2004-08-16 | 1 | -12/+12 |
| | |||||
* | Added paragraph about the canvas origin [Bug 956681] | dkf | 2004-07-07 | 1 | -23/+16 |
| | |||||
* | TIP#158 implementation; keypad keys on Win are now distinguishable. | dkf | 2004-07-05 | 1 | -1/+10 |
| | |||||
* | Doc fixes. [Tcl Bug 983146] | dkf | 2004-07-01 | 2 | -5/+5 |
| | |||||
* | TIP#153 implementation from Neil McKay, with thanks! | dkf | 2004-06-30 | 1 | -2/+4 |
| | |||||
* | Added example | dkf | 2004-06-21 | 1 | -11/+9 |
| | |||||
* | Added examples | dkf | 2004-06-21 | 1 | -2/+36 |
| | |||||
* | Added example and warning about global grabs | dkf | 2004-06-21 | 1 | -2/+16 |
| | |||||
* | Fix example and add a bit more explanatory text | dkf | 2004-06-21 | 1 | -5/+6 |
| | |||||
* | Added example | dkf | 2004-06-21 | 1 | -1/+17 |
| | |||||
* | Forgot the example section header label! | dkf | 2004-06-21 | 1 | -3/+3 |
| | |||||
* | Added example of how to do dialog-like windows | dkf | 2004-06-21 | 1 | -2/+26 |
| | |||||
* | Convert SYNOPSIS to .nf/.fi after suggestion from Joe English | dkf | 2004-06-21 | 2 | -7/+6 |
| | |||||
* | Highlight the command whose examples these are | dkf | 2004-06-21 | 1 | -3/+3 |
| | |||||
* | Compacted the synopsis | dkf | 2004-06-21 | 1 | -8/+2 |
| | |||||
* | Added example | dkf | 2004-06-21 | 1 | -12/+13 |
| | |||||
* | Added example | dkf | 2004-06-21 | 1 | -5/+18 |
| | |||||
* | Added example | dkf | 2004-06-21 | 2 | -9/+28 |
| | |||||
* | Added crossreference to toplevel's -menu option, as used since Tk 8.0 | dkf | 2004-06-21 | 1 | -1/+8 |
| | |||||
* | Minor update for increased clarity. | dkf | 2004-06-21 | 1 | -8/+8 |
| | |||||
* | Added examples | dkf | 2004-06-21 | 1 | -3/+29 |
| | |||||
* | Added example | dkf | 2004-06-21 | 3 | -9/+34 |
| | |||||
* | Added example | dkf | 2004-06-21 | 1 | -1/+18 |
| | |||||
* | Added example | dkf | 2004-06-18 | 3 | -7/+39 |
| | |||||
* | Added examples | dkf | 2004-06-18 | 1 | -1/+16 |
| | |||||
* | Added example. | dkf | 2004-06-18 | 1 | -3/+21 |
| | |||||
* | Fix missing parameter error | dkf | 2004-06-18 | 1 | -2/+2 |
| | |||||
* | Added example | dkf | 2004-06-18 | 1 | -2/+26 |
| | |||||
* | Minor formatting fix | dkf | 2004-06-18 | 1 | -4/+2 |
| | |||||
* | Added examples | dkf | 2004-06-18 | 1 | -2/+15 |
| | |||||
* | Enhanced doc in manner inspired by [RFE 803060] | dkf | 2004-06-15 | 1 | -3/+9 |
| | |||||
* | text widget fixes | vincentdarley | 2004-06-04 | 1 | -8/+14 |
| | |||||
* | Fix minor markup errors (backslash is \e, not \b). | jenglish | 2004-05-29 | 1 | -5/+5 |
| | |||||
* | Finish off the TIP#152 implementation with Win implementation, tests & docs. | dkf | 2004-05-24 | 1 | -3/+14 |
| |