Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 |
| | |||||
* | modified files to work with new windows Makefiles | surles | 1999-06-16 | 11 | -1077/+593 |
| | |||||
* | Fix a bug in the region calculation for popup menus which would cause the ↵ | jingham | 1999-06-16 | 1 | -3/+23 |
| | | | | popup to get posted in the wrong place if the menu was going to stick off the bottom of the screen. | ||||
* | Have to call Tcl_FindExecutable BEFORE creating the first interpreter. Need ↵ | jingham | 1999-06-16 | 1 | -1/+11 |
| | | | | to do this in main, since Tk_Main surreptitiously creates the interpreter now. | ||||
* | Updated to reflect recent changes in tcl.m4 | wart | 1999-06-16 | 2 | -14/+24 |
| | |||||
* | Changes to make the Tk configure and Makefile.in files TEA compliant. | wart | 1999-06-15 | 3 | -362/+838 |
| | |||||
* | macros that autoconf will be looking for (tcl.m4) | wart | 1999-06-10 | 2 | -0/+2002 |
| | |||||
* | *** empty log message *** | stanton | 1999-06-03 | 1 | -0/+7 |
| | |||||
* | * unix/tkUnixSelect.c: | stanton | 1999-06-03 | 4 | -34/+351 |
| | | | | | | * tests/unixSelect.test: * generic/tkSelect.c: Fixed selection code to handle Unicode data in COMPOUND_TEXT and STRING selections. [Bug: 1791] | ||||
* | added first pass at Tk Windows configure script | surles | 1999-06-02 | 1 | -0/+191 |
| | |||||
* | *** empty log message *** | stanton | 1999-06-02 | 1 | -0/+8 |
| | |||||
* | * generic/tkIntXlibDecls.h: | stanton | 1999-06-02 | 3 | -3/+11 |
| | | | | | | | * xlib/X11/Xlib.h: Added Mac specific defines to help with compilation. * generic/tkFont.c: lint | ||||
* | *** empty log message *** | stanton | 1999-06-01 | 1 | -0/+12 |
| | |||||
* | * unix/tkUnixSelect.c: Improved I18N selection support. | stanton | 1999-06-01 | 1 | -94/+271 |
| | | | | | | COMPOUND_TEXT is converted to/from iso2022, and STRING is converted to/from iso8859-1. There are still a few loose ends to tie up before this is completely done. |