summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * doc/DrawFocHlt.3: doc name correctionhobbs2000-03-311-2/+2
| | | FossilOrigin-Name: 8effb6496ddb3f4da48ae95653f6ee65ce008d71
* * doc/CrtItemType.3: fixed docs for Tk_CreateItemType to reflecthobbs2000-03-022-33/+43
| | | | | | | | | changes made in 8.3.0 (but old style would still work as well). [Bug: 4252] * doc/entry.n: improved docs discussing caveats and gotchas when mixing textvar with widget validation FossilOrigin-Name: 30d40ed949384d1d284c9c8ef5113614add5f57b
* * generic/tkDecls.h:hobbs2000-02-082-15/+52
| | | | | | | | | | | | | | | | | | | | | | | * generic/tk.decls: * generic/tk.h: moved new public functions created in dash patch to the stubs interface [Bug: 4062] * generic/tk.h: * doc/CrtImgType.3: * doc/CrtPhImgFmt.3: * generic/tk.h: * generic/tkImgGIF.c: * generic/tkImgPhoto.c: * generic/tkStubImg.c (new file): * generic/tkTest.c: * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: improved support for moving from the old style image C API to the new obj'ified one with new Tk_InitImageArgs command and stub'ing of image code. See docs for how to make the transition. [Bug: 4060] FossilOrigin-Name: dbe34fe5efcb725442acc347dcb728ad8e30493c
* * doc/text.n: clarified docs on what happens during a search withhobbs2000-02-011-4/+8
| | | | | | -count when images/windows are embedded FossilOrigin-Name: 029b6655942cc865ed4354a8f162c0541d99b4ac
* * doc/getOpenFile.n:ericm2000-01-272-1/+56
| | | | | | | | | | | | | * doc/chooseDirectory.n: Man page/cross links for tk_chooseDirectory (bug #1786). * library/tk.tcl: * library/tclIndex: Added hooks for tk_chooseDirectory. (bug #1786) * library/choosedir.tcl: tk_chooseDirectory implementation for Unix/Mac (bug #1786). FossilOrigin-Name: 46df12c5832f68d5636924b115d3ea8c37407346
* * generic/tkImgPhoto.c: Added some comments regarding slowericm2000-01-261-2/+3
| | | | | | | | | | | | | processing of transparent images. * generic/tkImgGIF.c: Improved GIF decoder for ~60% speed increase. Added some comments on how to further improve the implementation, time permitting. * doc/photo.n: Added a description of what the -data string can contain (base64 or binary data). FossilOrigin-Name: 45f50a399cc39791c94eff4ee1f7e8e0c1448766
* * doc/WindowId.3: added docs for Tk_IsContainer and Tk_IsEmbeddedhobbs2000-01-213-20/+37
| | | | | | | * doc/text.n: clarified mark gravity definition and usage of ``word'' in binding definitions. [Bug: 2004 2277 1388] FossilOrigin-Name: ee72d68f70bb3461677a2a14e6a45435c2801db7
* * doc/event.n:hobbs2000-01-131-2/+3
| | | | | | | | * generic/tkBind.c: prevented core with event -warp on Windows when window wasn't mapped [Bug: 4004] and added docs stating the requirement for mapped windows. FossilOrigin-Name: fb9bde2cbdcfd0fa07d3545b3346256c9cb54f5f
* * doc/wm.n:hobbs2000-01-121-9/+10
| | | | | | | | | | | | | | * tests/winWm.test: * tests/unixWm.test: * mac/tkMacWm.c: * unix/tkUnixWm.c: fixed possible X error being raised [Bug: 3377] * win/tkWinWm.c: wm deiconify in zoom state [Bug: 2077], fixed possible flashing of unmapped toplevel in deiconify [Bug: 3338] and fixed mapping of transient window [Bug: 572] Also, for all wm's, extended 'wm state' command to allow setting of the state, and added official support of 'zoomed' state on Win. FossilOrigin-Name: f08186308f27d63cd8c3bf464841cafe6a7a3aa6
* * doc/text.n:hobbs2000-01-061-8/+8
| | | | | | | | | | | | * generic/tkText.c: * generic/tkText.h: * generic/tkTextBTree.c: * generic/tkTextDisp.c: * generic/tkTextTag.c: removed the -state option for text tags, and reoriented it around -elide, as -state disabled was never implemented, and -state hidden is better as -elide. FossilOrigin-Name: 2d0345f6c1062523a702446018fef2943e47e26b
* minor doc fixescore-8-3-b1hobbs1999-12-222-7/+7
| | | FossilOrigin-Name: 92b759d21e093a84dc9b79315d29ef0b04e25c82
* * doc/MeasureChar.3: fixed docs for Tk_MeasureChars to reflect codehobbs1999-12-212-6/+6
| | | | | | * doc/listbox.n: fixed formatting problem FossilOrigin-Name: f75ee8c4931d56cd4919a3c6d8aa6a11219fb563
* * doc/GetCursor.3:hobbs1999-12-164-8/+26
| | | | | | | | | | | | * win/tkWinCursor.c: added support for Windows cursors to TkGetCursorByName (.ani, .cur) using -cursor @<filename> (Ascher) [Bug: 1350] * doc/listbox.n: added doc for <<ListboxSelect>> [Bug: 3500] * doc/getOpenFile.n: removed note that -initialfile didn't work for tk_getOpenFile FossilOrigin-Name: bcce99ac84c974fa9f5c12686acb24dd9ad837fd
* * doc/canvas.n: added docs for items added by dash patch (-*dash*,hobbs1999-12-145-281/+612
| | | | | | | | | | | -state, -active*, -disabled*, -offset, essentially rewrote the man patch for completely updated 8.3 canvas widget. * doc/entry.n: added docs for entry widget validation * doc/event.n: added docs for -warp * doc/text.n: doc'ed new -state value 'hidden' * doc/GetDash.3: (new file) man page explaining Tk_GetDash FossilOrigin-Name: bb2e63fc1fb45b3175ae46f05e494283a6b324a6
* * tests/listbox.test: Added tests for itemcget and itemconfigure.ericm1999-11-191-2/+47
| | | | | | | | | | * doc/listbox.n: Added documentation for -listvar option and for itemconfigure and itemcget commands. * generic/tkListbox.c: Added support for itemconfigure/itemcget listbox subcommands (addresses rfe #936) FossilOrigin-Name: 0387f3d8ed87ad9eb1dffdd755e72d6688f565ef
* * doc/CrtImgType.3:hobbs1999-10-294-42/+107
| | | | | | | | * doc/CrtPhImgFmt.3: * doc/FindPhoto.3: * doc/photo.n: new docs for Img patch mods FossilOrigin-Name: 29af8fe0ba72ae2e99c7c5705c00bcc9611e3477
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * win/tkWinDraw.c: * unix/tkUnixDraw.c: fixed header style for TkpDrawHighlightBorder * generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c (from code added to support TkpDrawHighlightBorder) [Bug: 2676] * unix/aclocal.m4: added -bnoentry to the AIX-* flags * generic/tkCursor.c: fixed equality error in GetCursorFromObj [Bug: 2562] * library/msgbox.tcl: changed the behavior of tk_messageBox on Unix to be more Windows like in handling of <Return> and the default button * library/button.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: updated commands to use [string] ops instead of expr equality operators FossilOrigin-Name: a5395cd71317386a5d1dcad50718d9ecd11070de
* *** empty log message ***hobbs1999-08-131-3/+3
| | | FossilOrigin-Name: 7739d4e17fdc07813bb7f38e05999627a914f9dc
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-101-2/+4
| | | | | | | | | * win/tkWinWm.c: changed "wm deiconify" on Windows to raise and force the focus on the deiconified window (behavioral change from 8.1 to comply better with Windows style) [Bug: 1609] * doc/wm.n: clarified behavior of "wm deiconify". FossilOrigin-Name: 08bf466c4e4e830f3fd09d0a39fffd6601f021f4
* 1999-08-09 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-092-4/+5
| | | | | | | * doc/options.n: clarified that -troughcolor doesn't work on Windows * doc/wm.n: fixed wm positionfrom docs [Bug: 2284] FossilOrigin-Name: 849a33820810dc3ce9597e633eac0b295ce8df3a
* * unix/tkUnixSelect.c:stanton1999-06-031-11/+13
| | | | | | | | * tests/unixSelect.test: * generic/tkSelect.c: Fixed selection code to handle Unicode data in COMPOUND_TEXT and STRING selections. [Bug: 1791] FossilOrigin-Name: 0b25ecf24d82bddbf8ea891086f2b369146793db
* renamed to avoid conflict with tcl's InitStubs doc.hershey1999-05-051-1/+1
| | | FossilOrigin-Name: 4f5f9180a6374c12736974304532d0268103d71b
* * Merged changes from 8.1.0 branchstanton1999-04-301-0/+77
| | | FossilOrigin-Name: 2cf82e5a3459c5251d72a610f1b6dae72c7dbc88
* Merged 8-1-0 into mainline.rjohnson1999-04-2111-11/+11
| | | FossilOrigin-Name: 0447cf267ea555fcba90be565b63fc310b3d0afb
* fixed Tk doc bugssurles1999-04-1611-30/+30
| | | FossilOrigin-Name: de71f02a0f833a7fdfca5fc7631261e09fc48e11
* * Merged 8.1 branch into the main trunkstanton1999-04-1615-296/+1164
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* Fixed bug in options for text items in canvas widget. unlike all otherrjohnson1998-10-161-1/+2
| | | | | | items they didn't support a null (transparant fill color) FossilOrigin-Name: 9d8e38e466df34af55dc103cbb9f40e8f1a3b311
* Added support for the MouseWheel event.rjohnson1998-10-102-13/+76
| | | FossilOrigin-Name: 36ac110bcfabe39cd0f8f0af96e59dd73d52646e
* Replaced SCCS strings, fixed binary filesstanton1998-09-14126-126/+126
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* plugin updatewelch1998-06-271-33/+23
| | | FossilOrigin-Name: a34df7bb440a54c8b0f2740eeae6427a04ed1b5e
* Ammended doc to state that the return will always be an absolute path.surles1998-06-031-4/+6
| | | FossilOrigin-Name: dd6a633eb5eb86b545636dfd5937ce70b9bfd6cc
* Initial revisionrjohnson1998-04-01127-0/+25220
FossilOrigin-Name: 8922a99ffbe6bf4c9a879291efacef5ce9caa2aa