Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix configure scripts for beta version number (b2 instead of b1). | redman | 1999-08-04 | 1 | -2/+2 |
| | |||||
* | * win/makefile.vc: Corrected building threaded tktest.exe on | redman | 1999-07-31 | 1 | -5/+7 |
| | | | | | | 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. | ||||
* | * win/Makefile.in: Corrected building threaded tktest.exe on | redman | 1999-07-29 | 1 | -7/+35 |
| | | | | | 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. | ||||
* | * Changed version to 8.2b2 | redman | 1999-07-22 | 2 | -13/+22 |
| | | | | | | | | | | | * 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] | ||||
* | 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 | 1 | -2/+2 |
| | | | | | | | * 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. | ||||
* | * tests/unixSelect.test: Fixed broken test. | stanton | 1999-07-09 | 2 | -3/+5 |
| | | | | | | | | | | * 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. | ||||
* | Patches from Bug: 2068 2080 2269 | redman | 1999-07-01 | 1 | -2/+15 |
| | |||||
* | Add prolog.ps to windows install-libraries | 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 |
| | |||||
* | Changed to Tk 8.2b1 | welch | 1999-06-25 | 2 | -6/+6 |
| | |||||
* | Modifications to CC_EXENAME macro (aclocal.m4). | redman | 1999-06-18 | 2 | -8/+10 |
| | | | | Fix static builds and installation macros. | ||||
* | 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 |
| | |||||
* | modified files to work with new windows Makefiles | surles | 1999-06-16 | 3 | -1033/+533 |
| | |||||
* | macros that autoconf will be looking for (tcl.m4) | wart | 1999-06-10 | 1 | -0/+875 |
| | |||||
* | added first pass at Tk Windows configure script | surles | 1999-06-02 | 1 | -0/+191 |
| | |||||
* | Fixed bug in Windows clipboard code when dealing with selections that don't ↵ | stanton | 1999-05-22 | 1 | -32/+35 |
| | | | | contain locale information. | ||||
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 1 | -47/+193 |
| | |||||
* | * Merged changes from 8.1.0 branch | stanton | 1999-04-30 | 2 | -6/+7 |
| | |||||
* | Rename TkConsoleCreate_() to Tk_InitConsoleChannels() and make the | redman | 1999-04-28 | 1 | -4/+4 |
| | | | | | | function public. Add an interp argument and init the Tcl stubs. Rename TkConsoleInit() to Tk_CreateConsoleWindow() Remove TkConsoleCreate() (no underbar) | ||||
* | merged 8.1.0 changes into mainline | stanton | 1999-04-24 | 1 | -102/+11 |
| | |||||
* | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 3 | -4/+4 |
| | |||||
* | fixed bugs 1785 and 1799: decl header files not installed | surles | 1999-04-17 | 1 | -6/+8 |
| | |||||
* | removed makefile.bc since we don't support it any longer | stanton | 1999-04-16 | 1 | -344/+0 |
| | |||||
* | fixed Tk comment errors | surles | 1999-04-16 | 2 | -4/+4 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 29 | -1728/+4586 |
| | |||||
* | * Merged changes from 8.0.5: | stanton | 1999-04-16 | 1 | -1/+1 |
| | | | | - Updated for Mac release | ||||
* | Backported "focus -force" patch from 8.1. | redman | 1999-03-10 | 3 | -4/+36 |
| | |||||
* | integrated stubs into 8.0 main branch | stanton | 1999-03-10 | 6 | -79/+68 |
| | |||||
* | fixed bad compiler flags | stanton | 1999-02-12 | 1 | -2/+8 |
| | |||||
* | updated readmes for 8.0.5 releasecore_8_1_merge_2_10_99core_8_0_5_base | stanton | 1999-02-09 | 1 | -17/+11 |
| | |||||
* | * win/tkWinMenu.c (TkpDestroyMenu): Changed so modalMenuPtr is | stanton | 1999-02-04 | 1 | -1/+5 |
| | | | | cleared when it is being destroyed. | ||||
* | * win/makefile.vc: First stab at install target. Fixed quoting so | stanton | 1999-02-04 | 2 | -20/+45 |
| | | | | | | | paths with spaces work. * win/makefile.vc: * win/makefile.bc: Udpated version numbers | ||||
* | * win/tkWinWm.c: Changed so windows that aren't resizable don't | stanton | 1999-02-04 | 1 | -1/+20 |
| | | | | have resize handles and the zoom box is disabled. | ||||
* | * win/tkWinInt.h: | stanton | 1999-02-04 | 1 | -1/+2 |
| | | | | | * win/tkWinPointer.c: Changed to cancel the mouse timer when a user initiated move/resize loop begins. | ||||
* | * win/tkWinPointer.c: Changed to cancel the mouse timer when a | stanton | 1999-02-04 | 1 | -1/+26 |
| | | | | user initiated move/resize loop begins. | ||||
* | * win/tkWinFont.c (Tk_MeasureChars): Added a workaround for a bug | stanton | 1999-02-04 | 1 | -3/+13 |
| | | | | in GetTextExtentExPoint on Win NT 4.0/Japanese. [Bug: 1006] | ||||
* | * mac/tkMacAppInit.c: | stanton | 1999-02-04 | 1 | -2/+2 |
| | | | | | | | | | * generic/tkTest.c: * generic/tkAppInit.c: * win/winMain.c: Changed some EXTERN declarations to extern since they are not defining exported interfaces. This avoids generating useless declspec() attributes and makes the windows makefile simpler. | ||||
* | Updated the version to 8.0.5. | rjohnson | 1999-01-04 | 1 | -3/+3 |
| | |||||
* | Fixed font display bug (#846) | stanton | 1998-11-25 | 1 | -2/+2 |
| | |||||
* | updated version number to 8.0.4 | stanton | 1998-11-03 | 1 | -2/+2 |
| | |||||
* | Updated win/README to 8.0.4, added it to the list of files to update | escoffon | 1998-10-16 | 1 | -3/+3 |
| | |||||
* | Add parens around expression in if statement. The code would not | rjohnson | 1998-10-14 | 1 | -2/+3 |
| | | | | | compile correctly under some compilers. Also it was not in the Tcl style conventions. | ||||
* | Added support for the MouseWheel event. | rjohnson | 1998-10-10 | 1 | -1/+28 |
| | |||||
* | Fixed a bug that caused the Tk DLL to be linked against msvcrt.lib for | escoffon | 1998-10-07 | 1 | -5/+5 |
| | | | | both debug and nodebug builds. | ||||
* | Increase thew stack size for executables so that runaway recursion does | escoffon | 1998-09-30 | 1 | -4/+7 |
| | | | | not crash the process. |