summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove the #ifdef MAC_TCL from TkDrawInsetFocusHighlight, this knowledge is ↵jingham1999-08-101-17/+7
| | | | now properly in a "p" function, TkpDrawHighlightBorder.
* 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.
* 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]
* 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]
* 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]
* Fix a typo from the 8.0 -> 8.1 conversion of the Menu code.jingham1999-08-071-2/+3
|
* Check the return from Tk_MacGetColor before changing the colorjingham1999-08-071-3/+5
|
* Fix a typo left over from the conversion of the Menu code from 8.0 to 8.1.jingham1999-08-051-3/+2
|
* Added line to make mkLinks executable before it's used.wart1999-08-041-1/+2
|
* Release 8.2b2scriptics_tclpro_1_3_b4core_8_2_b2redman1999-08-041-1/+28
|
* Fix configure scripts for beta version number (b2 instead of b1).redman1999-08-042-4/+4
|
* 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]
* * xlib/X11/Xlib.h: Remove XFillRectangle since it is now in theredman1999-07-312-13/+5
| | | | stub tables.
* 1999-07-30 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-07-313-3/+35
| | | | * tkInt.decls: Added stub entry for XFillRectangle [Bug: 2446]
* tkInt.decls file change additionhobbs1999-07-311-0/+4
|
* * 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.
* * 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]
* * 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.
* Fix one more install-sh bugredman1999-07-271-2/+2
|
* Fix install-sh problem, wrong directory.redman1999-07-231-2/+2
|
* * 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]
* Applied patch from Jeff Hobbs to fix typo in menu.tcl [Bug: 2425]redman1999-07-222-2/+7
|
* * unix/Makefile.in: Add Windows configure script to distribution.redman1999-07-222-1/+6
|
* 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.
* * 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.
* Fix minor version number.redman1999-07-161-2/+2
|
* Add .m4 files and Windows configure.in and Makefile.inscriptics_tclpro_1_3_b3core_8_2_b1redman1999-07-131-1/+6
|
* Merged from ChangeLog for 8.2b1 releaseredman1999-07-131-1/+31
|
* Added missing cleanupTests before returnjenn1999-07-121-1/+2
|
* * 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.
* Added calls to cleanupTests before return statements.jenn1999-07-082-2/+4
|
* configure now adds the "g" suffix to the stub library if buildwart1999-07-081-16/+7
| | | | with --enable-symbols
* Fix Tk stub file names and flagsredman1999-07-082-2/+8
|
* Patches from Bug: 2068 2080 2269redman1999-07-016-11/+42
|
* Add prolog.ps to windows install-librariesredman1999-06-301-2/+3
|
* Add prolog.psredman1999-06-301-2/+3
|
* Don't install the DLL if it wasn't being built, by checkingredman1999-06-291-4/+7
| | | | the DLLSUFFIX variable.
* install-binaries was nto installing the Tk DLL on Windowssurles1999-06-291-1/+3
|
* minor bug in tk Makefile.insurles1999-06-261-2/+2
|
* Changed to Tk 8.2b1welch1999-06-251-4/+4
|
* Added note about win/configure.in depending on version changewelch1999-06-251-1/+2
|
* Changed to Tk 8.2b1welch1999-06-258-36/+34
|
* Updated comments in Makefile.inwart1999-06-221-2/+2
|
* Added bug ID to comment about channel I/O bugjenn1999-06-191-2/+2
|
* Changed references to LD_FLAGS to LDFLAGS to be consistent with Tcl.wart1999-06-181-4/+4
|
* Modifications to CC_EXENAME macro (aclocal.m4).redman1999-06-182-8/+10
| | | | Fix static builds and installation macros.
* backed out chenges made to tkInt.h and tkText.h and fixed the problem ↵surles1999-06-172-97/+101
| | | | directly in tkText.h
* Updated to reflect recent changeswart1999-06-171-0/+5
|
* Updated to reflect code changes.wart1999-06-171-0/+6
|
* Cast third argument of Tcl_DStringAppend to (int) value in case thewart1999-06-171-2/+2
| | | | strlen() function returned a different type.