summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Band-aid doc update for [Bug 220787]dkf2006-03-071-1/+5
|
* TIP#260 implementationdkf2006-01-121-1/+10
|
* Doc change to discourage the use of TK_CONFIG_OPTION_SPECIFIED which was notdkf2005-12-061-7/+9
| | | | thread-safe and is now no-longer used.
* * doc/checkbutton.n: fix -selectcolor docs [Bug 1083838]hobbs2005-12-011-4/+3
|
* Fix [Bug 1151523] the non-embarrasing way!dkf2005-11-221-3/+4
|
* clarify text index documentationvincentdarley2005-11-161-2/+6
|
* Added support for [wm attributes] on X11 [TIP#231, patch#1062022].jenglish2005-11-161-2/+26
|
* tip256 implementationvincentdarley2005-10-101-21/+49
|
* Fix [Bug 1151523]dkf2005-08-181-3/+2
|
* Fixed missing [] in prototypes that have objv.georgeps2005-08-171-4/+4
|
* clarify tab stop behaviourvincentdarley2005-08-091-2/+5
|
* Added another example.dkf2005-08-041-2/+42
|
* * doc/getOpenFile.n: correct -multiple docs (takes boolean)hobbs2005-07-061-2/+2
|
* Fix silly error in SYNOPSIS of Tk_AllocBitmapFromObj doc [1224983]dkf2005-06-211-2/+2
|
* * 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.
* Partial implementation of TIP#245; thanks Reinhard!dkf2005-05-271-1/+17
|
* Updated out-of-date references to "Tk_GetBoolean"dgp2005-05-122-6/+6
|
* fixed a typogeorgeps2005-04-221-2/+3
|
* fix to Home/End and display linesvincentdarley2005-04-181-6/+6
|
* Purge old and inaccurate .VS/.VE macros.dkf2005-04-0634-288/+36
|
* * 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].
* fix to newline eliding in text widgetvincentdarley2005-02-141-10/+1
|
* * doc/options.n: note -cursor {} behavior. [Bug 965618]hobbs2005-02-141-1/+3
|
* * doc/text.n: note 'image' key in 'dump' command. [Bug 1115907]hobbs2005-02-111-4/+4
|
* Added docs on predefined virtual events. [608115]dkf2005-01-121-1/+65
|
* Move emacs mode comment to end of file to stop problems with old man.dkf2005-01-052-4/+10
|
* D'oh! Spotted another one!dkf2004-12-201-2/+2
|
* Fix silly typo. [Bug 1087842]dkf2004-12-201-2/+2
|
* removed backslash quotevincentdarley2004-11-201-2/+2
|
* changed the internal name to pack-old to avoid a name clash with the new ↵rmax2004-11-191-2/+2
| | | | pack manpage.
* improved documentation of -tabsvincentdarley2004-11-171-2/+4
|
* * 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
|