Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update release date for 8.0.5 core_8_0_5core_8_0_5_branch | stanton | 1999-04-16 | 1 | -1/+3 |
| | |||||
* | Formatting fixes: some tabbing got lost. | jingham | 1999-03-24 | 2 | -67/+67 |
| | |||||
* | Set the import weak flag for InterfaceLib and AppearanceLib. The latter to ↵ | jingham | 1999-03-24 | 1 | -1/+1 |
| | | | | support System 7.x without Appearance, the former because it is necessary if you are going to use the Universal Headers 3.2 with System 7.x or 8.0. | ||||
* | Update to CW Pro 4 and MoreFiles 1.4.9. | jingham | 1999-03-24 | 1 | -1273/+1 |
| | |||||
* | winfo server used to crash on the Mac. Get the MacOS version and return ↵ | jingham | 1999-03-22 | 1 | -8/+13 |
| | | | | that instead. | ||||
* | Got rid of the AppearanceGC, and rely on the tkColor to not set menu ↵ | jingham | 1999-03-22 | 1 | -30/+9 |
| | | | | foregrounds. | ||||
* | Check the return value of TkMacGetColor, and don't set the color if it comes ↵ | jingham | 1999-03-22 | 1 | -2/+2 |
| | | | | back false. | ||||
* | Check the return of TkMacGetColor, and don't set the color if it comes back ↵ | jingham | 1999-03-22 | 1 | -6/+224 |
| | | | | false. | ||||
* | If we are using appearance, don't set ANY of the menu colors. This gets the ↵ | jingham | 1999-03-22 | 1 | -4/+15 |
| | | | | menu foregrounds right with Kaliedoscope and the Architect theme. | ||||
* | Mostly fixed formatting that had gotten wrong somehow. Also always make ↵ | jingham | 1999-03-22 | 1 | -100/+101 |
| | | | | sure to check the result of TkMacGetColor, and don't set the color if it comes back false. | ||||
* | Mark some tests pcOrUnix. These are tests of slave interpreters with ↵ | jingham | 1999-03-22 | 1 | -3/+10 |
| | | | | embedded toplevels. They cause a panic on the Macintosh. So I am temporarily disabling the tests till I can figure out how to work around the problem. | ||||
* | On the Macintosh, call update idletasks at the end of each test. Since the ↵ | jingham | 1999-03-22 | 1 | -1/+5 |
| | | | | test results are written into a text widget, if you don't do an update, the results will lag behind the tests, which can be confusing. | ||||
* | Changed extern to EXTERN | jingham | 1999-03-22 | 1 | -6/+6 |
| | |||||
* | Don't exit on the Macintosh, since this destroys the window that contained ↵ | jingham | 1999-03-22 | 1 | -3/+8 |
| | | | | the test results. | ||||
* | Fixed a few references to Tcl8.0.4 that were inappropriately changed to 8.0.5. | jingham | 1999-03-22 | 1 | -4/+4 |
| | |||||
* | fixed bad compiler flagsscriptics_tclpro_1_2_b2scriptics_tclpro_1_2 | 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. | ||||
* | * library/menu.tcl (tkMenuFind): Changed so keyboard shortcuts | stanton | 1999-02-04 | 1 | -1/+9 |
| | | | | | | will only be found in the current toplevel. Previously, they might be found in menus attached to other toplevels that might not even be mapped. [Bug: 924] | ||||
* | * mac/tkMacAppInit.c: | stanton | 1999-02-04 | 4 | -12/+12 |
| | | | | | | | | | * 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. | ||||
* | * generic/tkImgBmap.c (ImgBmapConfigureInstance): If an image | stanton | 1999-02-04 | 1 | -5/+13 |
| | | | | | mask changed but ended up with the same XID, the GC failed to be updated and so the new mask was not used. [Bug: 970] | ||||
* | * generic/tkFocus.c (SetFocus): Changed to focus window is always | stanton | 1999-02-04 | 1 | -2/+9 |
| | | | | | set if -force is specified. This fixes the problem on Windows where Tk does not activate the window if it already has focus. | ||||
* | * generic/tkConsole.c: Fixed so errors in console eval are | stanton | 1999-02-04 | 1 | -4/+7 |
| | | | | reported properly. Eliminated duplicate result messages. [Bug: 973] | ||||
* | * generic/tkCanvLine.c: Changed to treat zero width lines like | stanton | 1999-02-04 | 1 | -11/+22 |
| | | | | they have width 1 for purposes of selection. [Bug: 925] | ||||
* | Added -pipe option if gcc is being used. | rjohnson | 1999-01-29 | 2 | -2/+21 |
| | |||||
* | * generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancelscriptics_tclpro_1_2_b1 | stanton | 1999-01-06 | 3 | -20/+37 |
| | | | | pending idle handlers, resulting in a crash in a few odd cases. | ||||
* | Updated the version to 8.0.5. | rjohnson | 1999-01-04 | 8 | -32/+36 |
| | |||||
* | now removes "script" file created by test.scriptics_tclpro_1_2_a1 | hershey | 1998-12-29 | 1 | -1/+2 |
| | |||||
* | added "cleanupbg" call before return, needed because tests return early | hershey | 1998-12-08 | 2 | -2/+4 |
| | | | | if tktest is not the interp. | ||||
* | - updated filebox test to work regardless of current working dir. | hershey | 1998-12-07 | 3 | -36/+46 |
| | | | | | | - updated imgPhoto to check for teapot.ppm before running the tests. exits gracefully if file cannot be found. - lint in "all" file | ||||
* | Fixed a typo | rjohnson | 1998-12-07 | 1 | -3/+3 |
| | |||||
* | Update all and defs to work with nightly test environment. | hershey | 1998-12-04 | 2 | -58/+79 |
| | | | | Both files now pass the checker! | ||||
* | added release marker | stanton | 1998-11-25 | 1 | -1/+9 |
| | |||||
* | Fixed font display bug (#846) | stanton | 1998-11-25 | 3 | -3/+39 |
| | |||||
* | Updated Mac project files.core_8_0_4 | rjohnson | 1998-11-12 | 1 | -1209/+1272 |
| | |||||
* | Removed lint | welch | 1998-11-12 | 5 | -19/+19 |
| | |||||
* | Added comment about folder names for tcl & tk, and one addition to the ↵ | jingham | 1998-11-12 | 2 | -3/+14 |
| | | | | bugs.doc file. | ||||
* | Make the Macintosh Menu's adopt the current Theme Appearance if the ↵ | jingham | 1998-11-11 | 8 | -148/+366 |
| | | | | Appearance extension (version 1.0.1 or later) is installed | ||||
* | fixed broken tests | stanton | 1998-11-03 | 2 | -10/+13 |
| |