Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added docs on predefined virtual events. [608115] | dkf | 2005-01-12 | 1 | -1/+65 |
| | |||||
* | Move emacs mode comment to end of file to stop problems with old man. | dkf | 2005-01-05 | 2 | -4/+10 |
| | |||||
* | D'oh! Spotted another one! | dkf | 2004-12-20 | 1 | -2/+2 |
| | |||||
* | Fix silly typo. [Bug 1087842] | dkf | 2004-12-20 | 1 | -2/+2 |
| | |||||
* | removed backslash quote | vincentdarley | 2004-11-20 | 1 | -2/+2 |
| | |||||
* | changed the internal name to pack-old to avoid a name clash with the new ↵ | rmax | 2004-11-19 | 1 | -2/+2 |
| | | | | pack manpage. | ||||
* | improved documentation of -tabs | vincentdarley | 2004-11-17 | 1 | -2/+4 |
| | |||||
* | * doc/SetOptions.3: | das | 2004-11-12 | 2 | -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: | das | 2004-11-11 | 1 | -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] | pspjuth | 2004-11-07 | 1 | -7/+13 |
| | |||||
* | Minor format fix | dkf | 2004-10-29 | 1 | -3/+3 |
| | |||||
* | More minor doc fixes | dkf | 2004-10-28 | 9 | -138/+182 |
| | |||||
* | Assorted minor documentation fixes | dkf | 2004-10-28 | 15 | -75/+104 |
| | |||||
* | Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179) | dkf | 2004-10-24 | 1 | -4/+35 |
| | | | | Thanks to Brian Griffin for developing these! [Patch 983886] | ||||
* | 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 |
| |