Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Merged changes from 8.1.0 branch | stanton | 1999-04-30 | 17 | -16/+168 |
| | |||||
* | removed extra instance of tkConsole.o | redman | 1999-04-30 | 1 | -2/+2 |
| | |||||
* | Add tkConsole.o | redman | 1999-04-28 | 1 | -4/+7 |
| | |||||
* | Rename TkConsoleCreate_() to Tk_InitConsoleChannels() and make the | redman | 1999-04-28 | 8 | -70/+111 |
| | | | | | | 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 | 16 | -1493/+1173 |
| | |||||
* | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 47 | -56/+59 |
| | |||||
* | merge with 8.1.0 branch | redman | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | Fixed bug 1777 - bug in displaying selection. | rjohnson | 1999-04-20 | 2 | -3/+16 |
| | |||||
* | lint | hershey | 1999-04-20 | 1 | -12/+22 |
| | |||||
* | update defs.tcl to be the same as tcl8.1/tests/defs.tcl | hershey | 1999-04-20 | 1 | -2/+93 |
| | |||||
* | Rearranged parens for Tcl style conventions. | rjohnson | 1999-04-20 | 1 | -3/+3 |
| | |||||
* | modified the Tk makefiel to copy *.decls for a source release | surles | 1999-04-20 | 1 | -1/+2 |
| | |||||
* | Added new tests to scale and text. | rjohnson | 1999-04-20 | 3 | -6/+34 |
| | | | | Fixed core dump in text serach code: Bug 1642 | ||||
* | changed tests--marked some nonPortable; added new constraints to fix bug 1770 | hershey | 1999-04-19 | 7 | -15/+29 |
| | |||||
* | Improved patch for scale widget. | rjohnson | 1999-04-19 | 1 | -4/+6 |
| | |||||
* | Fixed bug 1853 - called NULL interp. | rjohnson | 1999-04-17 | 2 | -4/+8 |
| | |||||
* | Fixed bug 1790 - memory leak. | rjohnson | 1999-04-17 | 1 | -5/+8 |
| | |||||
* | Fixed bug 1768 - core dump in scale widget. | rjohnson | 1999-04-17 | 1 | -2/+3 |
| | |||||
* | Fixed bug 1840 | rjohnson | 1999-04-17 | 2 | -6/+8 |
| | |||||
* | Fixed bug 1479 | rjohnson | 1999-04-17 | 1 | -3/+9 |
| | |||||
* | 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 | 17 | -49/+48 |
| | |||||
* | fixed Tk doc bugs | surles | 1999-04-16 | 11 | -30/+30 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 332 | -23596/+48220 |
| | |||||
* | * Merged changes from 8.0.5: | stanton | 1999-04-16 | 15 | -1500/+465 |
| | | | | - Updated for Mac release | ||||
* | all file now exits only when Tk is not in interactive mode. | hershey | 1999-03-24 | 1 | -3/+5 |
| | |||||
* | remove --enable-tcl-stub from configure scripts due to linking problems. | redman | 1999-03-22 | 2 | -25/+13 |
| | |||||
* | added reserved slot for use by the dash patch | stanton | 1999-03-12 | 5 | -826/+849 |
| | |||||
* | ChangeLog for 8.0.6, stubs implementation and focus -force patch | redman | 1999-03-10 | 1 | -0/+64 |
| | |||||
* | Backported "focus -force" patch from 8.1. | redman | 1999-03-10 | 3 | -4/+36 |
| | |||||
* | Merge changes in 8.1 into 8.0.6, specifically we should be exporting | redman | 1999-03-10 | 5 | -561/+604 |
| | | | | XCreateBitmapFromData() from the Xlib code. | ||||
* | integrated stubs into 8.0 main branch | stanton | 1999-03-10 | 48 | -4038/+14379 |
| | |||||
* | applied Paul Duffin's AIX patch | stanton | 1999-03-06 | 2 | -10/+25 |
| | |||||
* | lint | hershey | 1999-02-17 | 1 | -7/+7 |
| | |||||
* | updated for 8.0.5 with John O's changes. | hershey | 1999-02-17 | 1 | -122/+206 |
| | |||||
* | 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 | 3 | -63/+19 |
| | |||||
* | final b2 changes | stanton | 1999-02-04 | 2 | -2/+64 |
| | |||||
* | * win/tkWinMenu.c (TkpDestroyMenu): Changed so modalMenuPtr is | stanton | 1999-02-04 | 1 | -1/+5 |
| | | | | cleared when it is being destroyed. | ||||
* | * generic/tkImgPhoto.c: Changed so color tables are freed | stanton | 1999-02-04 | 1 | -7/+15 |
| | | | | | immediately instead of being delayed. This ensures that color tables are properly disposed at process exit. | ||||
* | * tests/main.test: | stanton | 1999-02-04 | 4 | -5/+67 |
| | | | | | | * tests/unixWm.test: Better cleanup of temporary files. Lint. | ||||
* | * 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] | ||||
* | * unix/tkUnixSend.c (Tk_SetAppName): Fixed uninitialized memory | stanton | 1999-02-04 | 1 | -4/+7 |
| | | | | access bug. [Bug: 919] | ||||
* | * unix/configure.in: TK_LD_SEARCH_FLAGS was set incorrectly if | stanton | 1999-02-04 | 1 | -2/+13 |
| | | | | | | SHLIB_LD_LIBS='${LIBS}', and shared linking is performed through the C compiler. Systems affected are Linux, MP-RAS and NEXTSTEP, but also with gcc on many more systems. [Bug: 908] | ||||
* | * library/prolog.ps: Changed string that determines font height to | stanton | 1999-02-04 | 1 | -2/+2 |
| | | | | include European character with an umlaut. |