summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug where the background of the menu can be wrong on Appearances that ↵jingham1999-08-131-4/+18
| | | | | use pixmaps for the background of the menu. FossilOrigin-Name: 844af9d9f14dd2fb043ec6152a2fdd0fb213f839
* *** empty log message ***jingham1999-08-131-0/+8
| | | FossilOrigin-Name: 387ad067700b9e22725dfac60880c04a57345402
* *** empty log message ***hobbs1999-08-132-9/+9
| | | FossilOrigin-Name: 7739d4e17fdc07813bb7f38e05999627a914f9dc
* Change version numbers to 8.2.0redman1999-08-104-10/+10
| | | FossilOrigin-Name: 732af4c744482f60d74133cc0710e842be88bf0c
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>core-8-2-b3-basehobbs1999-08-101-1/+7
| | | | | | | | * 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] FossilOrigin-Name: 34dd58bbd57e44100a9a45f4cf5f0e20b8492d33
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-104-12/+24
| | | | | | | * generic/tkInt.decls: added TkSetFocusWin * generic/tkFocus.c: changed static SetFocus to TkSetFocusWin FossilOrigin-Name: ed3c4d67d6c4b9142a0fc27a2495fd7f9cbd3412
* 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-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-101-0/+7
| | | | | | | | | | | * 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". * generic/tkInt.decls: added TkSetFocusWin * generic/tkFocus.c: changed static SetFocus to TkSetFocusWin FossilOrigin-Name: c3651c65b6c9e6ae1299980c57f9e71a8157bfd0
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-104-9/+16
| | | | | | | | | * library/clrpick.tcl: * library/console.tcl: * library/tk.tcl: fixed code where abbreviations where used in calling widget methods (confuses iWidgets) [Bug: 2422] FossilOrigin-Name: fc0e0bc2832c490a23f5fe66314a17957bbb8d74
* Remove the #ifdef MAC_TCL from TkDrawInsetFocusHighlight, this knowledge is ↵jingham1999-08-101-17/+7
| | | | | now properly in a "p" function, TkpDrawHighlightBorder. FossilOrigin-Name: 51d6a171aad4f6b86a58e747a36eca4b755c3275
* New Function: TkpDrawHighlightBorder. Use this in place of ↵jingham1999-08-1014-56/+200
| | | | | Tk_DrawFocusHighlight. The latter did not work on the Mac, since you need to know both foreground & background color when you draw the active focus ring. FossilOrigin-Name: 9bb078186f93162afcdcd453066e44b705aa8186
* 1999-08-09 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-093-35/+41
| | | | | | | | | | * library/button.tcl: cleaned up programming (config -> configure) and fixed Windows relief bug [Bug: 664] * library/entry.tcl: changed Entry C/C/P to not use global data (now uses tkPriv(data)) [Bug: 1475] * library/listbox.tcl: fixed extended mode script error [Bug: 866] FossilOrigin-Name: dcc927a5b91c3133221c88cbb26843d1cce883c1
* 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
* 1999-08-09 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-091-0/+10
| | | | | | | | | | | | * library/button.tcl: cleaned up programming (config -> configure) and fixed Windows relief bug [Bug: 664] * library/entry.tcl: changed Entry C/C/P to not use global data (now uses tkPriv(data)) [Bug: 1475] * library/listbox.tcl: fixed extended mode script error [Bug: 866] * doc/options.n: clarified that -troughcolor doesn't work on Windows * doc/wm.n: fixed wm positionfrom docs [Bug: 2284] FossilOrigin-Name: 84768ee1e44b1666f573b6c4500e00e2eb5ee92f
* Fix a typo from the 8.0 -> 8.1 conversion of the Menu code.jingham1999-08-071-2/+3
| | | FossilOrigin-Name: bcd29d0838133386331117580fb677e5c8d66993
* Check the return from Tk_MacGetColor before changing the colorjingham1999-08-071-3/+5
| | | FossilOrigin-Name: 2e8c0d68a81c814e5c0a3679507c0fc42b107811
* Fix a typo left over from the conversion of the Menu code from 8.0 to 8.1.jingham1999-08-051-3/+2
| | | FossilOrigin-Name: 1ca6edff72093df1980b24e5ee7144ba58c5afa6
* Added line to make mkLinks executable before it's used.wart1999-08-041-1/+2
| | | FossilOrigin-Name: 9685881c6c118cc9ca8c1ab2043d49cacb31bab3
* Release 8.2b2scriptics-tclpro-1-3-b4core-8-2-b2redman1999-08-041-1/+28
| | | FossilOrigin-Name: 43a4e05cbfeed276990060511be7a84fd41447ca
* Fix configure scripts for beta version number (b2 instead of b1).redman1999-08-042-4/+4
| | | FossilOrigin-Name: 9e75ad9273063eb2777525e65489150b6e57ec29
* 1999-08-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-012-2/+10
| | | | | | | | * mac/tkMacPort.h: wrapped panic in #ifndef panic to avoid compiler errors when used with stubs-#defines, from Vince Darley. [Bug: 2389] FossilOrigin-Name: 7e3e2f5d990da2ae530424df80f86f19ea33a1b2
* * xlib/X11/Xlib.h: Remove XFillRectangle since it is now in theredman1999-07-312-13/+5
| | | | | | stub tables. FossilOrigin-Name: 8b0932f79ffbf2ee198f7e74d3ce99322b61eb4c
* 1999-07-30 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-07-313-3/+35
| | | | | | * tkInt.decls: Added stub entry for XFillRectangle [Bug: 2446] FossilOrigin-Name: eacb290373e6be0448a23003ebddb0eb57012b8a
* tkInt.decls file change additionhobbs1999-07-311-0/+4
| | | FossilOrigin-Name: e2ede2424fc9739b3ecad21d0b9aa88338a0a92e
* * win/makefile.vc: Corrected building threaded tktest.exe onredman1999-07-312-5/+14
| | | | | | | | Windows. Needed to link in .obj files from Tcl, needs to change later so that code is in Tk and doesn't require a Tcl build. Also added runtest target. FossilOrigin-Name: 0976632cca8aed23dd1bd9244dd577b47b56f2be
* * generic/tkConsole.c: Allow tcl to open CON and NUL, even for stdredman1999-07-302-16/+109
| | | | | | | | channels. Checking for bad/unusable std channels was moved to Tk since its only purpose was to check whether to use the Tk Console Window for the std channels. [Bug: 2393 2392 2209 2458] FossilOrigin-Name: 90ccfd686ce9c05074c843957a2eb15a64e7cf59
* * win/Makefile.in: Corrected building threaded tktest.exe onredman1999-07-292-7/+41
| | | | | | | Windows. Needed to link in .obj files from Tcl, needs to change later so that code is in Tk and doesn't require a Tcl build. FossilOrigin-Name: cecce6d085978c517541d7b923e7b4c8d5838028
* Fix one more install-sh bugredman1999-07-271-2/+2
| | | FossilOrigin-Name: 3dda4c425bf77e9cb1c2efc940d6f57ac8a33649
* Fix install-sh problem, wrong directory.redman1999-07-231-2/+2
| | | FossilOrigin-Name: d60700d6fbfaec5fc3dbfa19e91d020c2dec63d9
* * Changed version to 8.2b2redman1999-07-226-20/+39
| | | | | | | | | | | | | * win/tkWinPort.h: Block out include of sys/stat.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * library/menu.tcl: Applied patch from Jeff Hobbs to fix typo. [Bug: 2425] FossilOrigin-Name: 8d1544514d4de7b610d7ad3f699f05aba70712c7
* Applied patch from Jeff Hobbs to fix typo in menu.tcl [Bug: 2425]redman1999-07-222-2/+7
| | | FossilOrigin-Name: 75e381f669f15f813002687008f1c59dae4adc94
* * unix/Makefile.in: Add Windows configure script to distribution.redman1999-07-222-1/+6
| | | FossilOrigin-Name: 42241791755780e84d4edbf9c67d3087bf41d3ff
* Added eval to EXESUFFIX value to resolve ${DBGX} immediately.wart1999-07-201-1/+2
| | | | | | The debug wish executable was missing the 'd' in its name. FossilOrigin-Name: 8c02635cab8d5e03f2926021de8381387716b762
* * unix/Makefile.in:redman1999-07-164-17/+16
| | | | | | | | | * win/Makefile.in: Copy the prolog.ps from the generic directory for install-libraries. * unix/aclocal.m4: Check for Alpha/Linux to set the IEEE flag to the compiler to be -mieee. Patch from Don Porter. FossilOrigin-Name: 61995a50492a62eda2701ad222f123bd835607ed
* Fix minor version number.redman1999-07-161-2/+2
| | | FossilOrigin-Name: b62bfd88262abcae2eb324d64574b4b6582dfd73
* Add .m4 files and Windows configure.in and Makefile.inscriptics-tclpro-1-3-b3core-8-2-b1redman1999-07-131-1/+6
| | | FossilOrigin-Name: b1be87a4544a294f2759c76f156f8923036f17ec
* Merged from ChangeLog for 8.2b1 releaseredman1999-07-131-1/+31
| | | FossilOrigin-Name: b810cf7c89c06ed22810a672989f8f4b66eac069
* Added missing cleanupTests before returnjenn1999-07-121-1/+2
| | | FossilOrigin-Name: 9d68ebb8dae5a4f2d253089ef7d438bf3b642433
* * tests/unixSelect.test: Fixed broken test.stanton1999-07-094-5/+25
| | | | | | | | | | | | * win/makefile.vc: Added special case target to ensure that tkStubLib.obj is built with -DSTATIC_BUILD. * win/tkWinX.c (TkWinChildProc): Changed to pass WM_WINDOWPOSCHANGED through to DefWindowProc to make OpenGL sub-windows happy. This allows Windows to generate the WM_SIZE and WM_MOVE messages. FossilOrigin-Name: bc661b9f3a4ccb0207118496cfb6dace7bc92482
* Added calls to cleanupTests before return statements.jenn1999-07-082-2/+4
| | | FossilOrigin-Name: 5cb396da1d0fcdf2ca2d764a87554ad4b08e257a
* configure now adds the "g" suffix to the stub library if buildwart1999-07-081-16/+7
| | | | | | with --enable-symbols FossilOrigin-Name: 4fe3f5768ae56cdc81bd79d13634ab4a8fc6e32e
* Fix Tk stub file names and flagsredman1999-07-082-2/+8
| | | FossilOrigin-Name: 4fdb6175a401e31bd9cb6c54d4bd6863a0c42cb7
* Patches from Bug: 2068 2080 2269redman1999-07-016-11/+42
| | | FossilOrigin-Name: 4bec4dc6eedf8f345bec167088cd8c7d76a49829
* Add prolog.ps to windows install-librariesredman1999-06-301-2/+3
| | | FossilOrigin-Name: 5ed3d494217efe45c7e4398245943799368ec066
* Add prolog.psredman1999-06-301-2/+3
| | | FossilOrigin-Name: 44ac0637cd936d82323d619385652ff9c5eb387a
* Don't install the DLL if it wasn't being built, by checkingredman1999-06-291-4/+7
| | | | | | the DLLSUFFIX variable. FossilOrigin-Name: 73668762fb28ea292a6f7affb85be23ca8f89f25
* install-binaries was nto installing the Tk DLL on Windowssurles1999-06-291-1/+3
| | | FossilOrigin-Name: f2feef42549278b93915ffbf52cfdb7a7456a842
* minor bug in tk Makefile.insurles1999-06-261-2/+2
| | | FossilOrigin-Name: eefdc29617f52f43a9a1bd3915d7556f2437b906
* Changed to Tk 8.2b1welch1999-06-251-4/+4
| | | FossilOrigin-Name: 8e58d3ef122b9b3593ed05506e78acc7b3e1499d
* Added note about win/configure.in depending on version changewelch1999-06-251-1/+2
| | | FossilOrigin-Name: 9ae1a0c43a9a0a45016cf39484cf2aaa5eb3ca2c