Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1999-08-09 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-09 | 2 | -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> | hobbs | 1999-08-09 | 1 | -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. | jingham | 1999-08-07 | 1 | -2/+3 |
| | |||||
* | Check the return from Tk_MacGetColor before changing the color | jingham | 1999-08-07 | 1 | -3/+5 |
| | |||||
* | Fix a typo left over from the conversion of the Menu code from 8.0 to 8.1. | jingham | 1999-08-05 | 1 | -3/+2 |
| | |||||
* | Added line to make mkLinks executable before it's used. | wart | 1999-08-04 | 1 | -1/+2 |
| | |||||
* | Release 8.2b2scriptics_tclpro_1_3_b4core_8_2_b2 | redman | 1999-08-04 | 1 | -1/+28 |
| | |||||
* | Fix configure scripts for beta version number (b2 instead of b1). | redman | 1999-08-04 | 2 | -4/+4 |
| | |||||
* | 1999-08-01 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-01 | 2 | -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 the | redman | 1999-07-31 | 2 | -13/+5 |
| | | | | stub tables. | ||||
* | 1999-07-30 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-07-31 | 3 | -3/+35 |
| | | | | * tkInt.decls: Added stub entry for XFillRectangle [Bug: 2446] | ||||
* | tkInt.decls file change addition | hobbs | 1999-07-31 | 1 | -0/+4 |
| | |||||
* | * win/makefile.vc: Corrected building threaded tktest.exe on | redman | 1999-07-31 | 2 | -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 std | redman | 1999-07-30 | 2 | -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 on | redman | 1999-07-29 | 2 | -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 bug | redman | 1999-07-27 | 1 | -2/+2 |
| | |||||
* | Fix install-sh problem, wrong directory. | redman | 1999-07-23 | 1 | -2/+2 |
| | |||||
* | * Changed version to 8.2b2 | redman | 1999-07-22 | 6 | -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] | redman | 1999-07-22 | 2 | -2/+7 |
| | |||||
* | * unix/Makefile.in: Add Windows configure script to distribution. | redman | 1999-07-22 | 2 | -1/+6 |
| | |||||
* | Added eval to EXESUFFIX value to resolve ${DBGX} immediately. | wart | 1999-07-20 | 1 | -1/+2 |
| | | | | The debug wish executable was missing the 'd' in its name. | ||||
* | * unix/Makefile.in: | redman | 1999-07-16 | 4 | -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. | redman | 1999-07-16 | 1 | -2/+2 |
| | |||||
* | Add .m4 files and Windows configure.in and Makefile.inscriptics_tclpro_1_3_b3core_8_2_b1 | redman | 1999-07-13 | 1 | -1/+6 |
| | |||||
* | Merged from ChangeLog for 8.2b1 release | redman | 1999-07-13 | 1 | -1/+31 |
| | |||||
* | Added missing cleanupTests before return | jenn | 1999-07-12 | 1 | -1/+2 |
| | |||||
* | * tests/unixSelect.test: Fixed broken test. | stanton | 1999-07-09 | 4 | -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. | jenn | 1999-07-08 | 2 | -2/+4 |
| | |||||
* | configure now adds the "g" suffix to the stub library if build | wart | 1999-07-08 | 1 | -16/+7 |
| | | | | with --enable-symbols | ||||
* | Fix Tk stub file names and flags | redman | 1999-07-08 | 2 | -2/+8 |
| | |||||
* | Patches from Bug: 2068 2080 2269 | redman | 1999-07-01 | 6 | -11/+42 |
| | |||||
* | Add prolog.ps to windows install-libraries | redman | 1999-06-30 | 1 | -2/+3 |
| | |||||
* | Add prolog.ps | redman | 1999-06-30 | 1 | -2/+3 |
| | |||||
* | Don't install the DLL if it wasn't being built, by checking | redman | 1999-06-29 | 1 | -4/+7 |
| | | | | the DLLSUFFIX variable. | ||||
* | install-binaries was nto installing the Tk DLL on Windows | surles | 1999-06-29 | 1 | -1/+3 |
| | |||||
* | minor bug in tk Makefile.in | surles | 1999-06-26 | 1 | -2/+2 |
| | |||||
* | Changed to Tk 8.2b1 | welch | 1999-06-25 | 1 | -4/+4 |
| | |||||
* | Added note about win/configure.in depending on version change | welch | 1999-06-25 | 1 | -1/+2 |
| | |||||
* | Changed to Tk 8.2b1 | welch | 1999-06-25 | 8 | -36/+34 |
| | |||||
* | Updated comments in Makefile.in | wart | 1999-06-22 | 1 | -2/+2 |
| | |||||
* | Added bug ID to comment about channel I/O bug | jenn | 1999-06-19 | 1 | -2/+2 |
| | |||||
* | Changed references to LD_FLAGS to LDFLAGS to be consistent with Tcl. | wart | 1999-06-18 | 1 | -4/+4 |
| | |||||
* | Modifications to CC_EXENAME macro (aclocal.m4). | redman | 1999-06-18 | 2 | -8/+10 |
| | | | | Fix static builds and installation macros. | ||||
* | backed out chenges made to tkInt.h and tkText.h and fixed the problem ↵ | surles | 1999-06-17 | 2 | -97/+101 |
| | | | | directly in tkText.h | ||||
* | Updated to reflect recent changes | wart | 1999-06-17 | 1 | -0/+5 |
| | |||||
* | Updated to reflect code changes. | wart | 1999-06-17 | 1 | -0/+6 |
| | |||||
* | Cast third argument of Tcl_DStringAppend to (int) value in case the | wart | 1999-06-17 | 1 | -2/+2 |
| | | | | strlen() function returned a different type. | ||||
* | Updated aclocal.m4 to reflect recent changes in tcl.m4 | wart | 1999-06-17 | 2 | -803/+812 |
| | | | | | Changed type of strncmp() parameter from int to size_t in tkConsole.c to remove compiler warnings about bad types. | ||||
* | added Makefile.in files for windows | surles | 1999-06-16 | 4 | -18/+619 |
| | |||||
* | merged unix and windows styles | surles | 1999-06-16 | 1 | -2/+1 |
| |