Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix deadlock situtation in generic/tkWindow.c when Initialize() doesn't core_8_1_branch_old | redman | 1999-04-09 | 2 | -1/+11 |
| | | | | let go of the window mutex before returning (error situation). | ||||
* | fixed doc bug 901 | surles | 1999-04-09 | 1 | -2/+2 |
| | |||||
* | fixed broken test | surles | 1999-04-07 | 1 | -3/+3 |
| | |||||
* | Marked test non-portable. | surles | 1999-04-07 | 1 | -2/+2 |
| | |||||
* | fixed broken test | surles | 1999-04-07 | 1 | -2/+2 |
| | |||||
* | change tcltest namespace variables from matchingTests and skippingTests to | hershey | 1999-04-07 | 2 | -26/+26 |
| | | | | match and skip. | ||||
* | *** empty log message *** | stanton | 1999-04-07 | 1 | -0/+4 |
| | |||||
* | * generic/tkMain.c (Tk_MainEx): Changed to reset result before | stanton | 1999-04-07 | 1 | -1/+2 |
| | | | | | calling Tcl_EvalFile. The ensures that error messages will be generated cleanly. | ||||
* | *** empty log message *** | stanton | 1999-04-07 | 1 | -0/+4 |
| | |||||
* | * tests/winfo.test: Enabled tests that previously failed. | stanton | 1999-04-07 | 1 | -5/+5 |
| | |||||
* | Minor fix to dist scripts | stanton | 1999-04-07 | 2 | -5/+5 |
| | | | | man page lint | ||||
* | Fixed warnings from Solaris compiler that turned out to be errors | redman | 1999-04-06 | 1 | -3/+3 |
| | | | | on the native Irix compiler (unnecessary casting). | ||||
* | skip tests that require test* commands when running in standard wish interp. | hershey | 1999-04-06 | 1 | -32/+39 |
| | |||||
* | Remove trailing ; from TCL_DECLARE_MUTEX call (warning from Sun compiler) | redman | 1999-04-06 | 1 | -2/+2 |
| | | | | just to be safe. | ||||
* | added "secureServer" constraint to test "focus-5.1" so it gets skipped if | hershey | 1999-04-06 | 1 | -2/+15 |
| | | | | your x-server is insecure. | ||||
* | Updated for 8.1b3 | welch | 1999-04-06 | 1 | -1/+33 |
| | |||||
* | Apparently red is not the same as #FF0000 on all platforms! | rjohnson | 1999-04-06 | 1 | -2/+2 |
| | | | | Fixed test to not rely on that fact. | ||||
* | Fixed broken test. | rjohnson | 1999-04-06 | 1 | -2/+2 |
| | |||||
* | Fxied safe.tests to know know about encoding command. | rjohnson | 1999-04-06 | 1 | -5/+5 |
| | |||||
* | *** empty log message *** | stanton | 1999-04-06 | 1 | -0/+21 |
| | |||||
* | * library/bgerror.tcl: | stanton | 1999-04-06 | 16 | -374/+386 |
| | | | | | | | | | | | | | | | | | | | * library/button.tcl: * library/clrpick.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: Lots of minor performance improvements contributed by Jeffrey Hobbs. [Bug: 1118] | ||||
* | * win/tkWinWm.c (Tk_WmCmd): Fixed bad code in tracing | stanton | 1999-04-06 | 1 | -3/+4 |
| | | | | suboption. [Bug: 1519] | ||||
* | * library/tkfbox.tcl: Change to restore button text after an | stanton | 1999-04-06 | 2 | -1/+13 |
| | | | | | action to avoid the sticky "Open" button in a save dialog. [Bug: 1640] | ||||
* | *** empty log message *** | stanton | 1999-04-06 | 1 | -0/+5 |
| | |||||
* | * library/entry.tcl: Fixed so selection is returned using the | stanton | 1999-04-06 | 1 | -5/+18 |
| | | | | -show character during cut and paste operations. [Bug: 1687] | ||||
* | removed reference to "tests/visual"--the file is now called "visual_bb.test". | hershey | 1999-04-06 | 1 | -5/+3 |
| | |||||
* | Added more X functions to the stubs table. | redman | 1999-04-06 | 7 | -91/+584 |
| | |||||
* | * unix/configure.in: | stanton | 1999-04-06 | 3 | -5/+23 |
| | | | | | | | | * unix/tclUnixPort.h: Applied patch for OS/390 to handle lack of sys/param.h. [Bug: 1725] * unix/configure.in: Fixed BSD/OS 4.* configuration to support shared libraries properly. [Bug: 1730] | ||||
* | Fixed Bug #1703: menubutton uses same fg and bg when disabled. | lfb | 1999-04-06 | 1 | -5/+5 |
| | |||||
* | fixed bad "fd" reference in send.test and unixSend.test--now refers to | hershey | 1999-04-05 | 3 | -10/+119 |
| | | | | | | | ::tcltest::fd (bugID 1523). renamed "visual" test file to "visual_bb.test" and made it use the "test" command with the userInteractive constraint. | ||||
* | fixed bug in tk-interp deletion: was not unsetting tkInit($slave). This bug | hershey | 1999-04-03 | 1 | -63/+129 |
| | | | | cause safe-5.1 test to fail, which was part of bugID 1523. | ||||
* | removed windows-tk restriction on code that forked another shell--able | hershey | 1999-04-03 | 1 | -9/+4 |
| | | | | to make this change because bug 1495 is fixed. | ||||
* | %a is only valid during configure events, so don't try | redman | 1999-04-03 | 1 | -3/+5 |
| | | | | to do anything with it otherwise. | ||||
* | *** empty log message *** | stanton | 1999-04-02 | 1 | -0/+7 |
| | |||||
* | * tests/text.test: | stanton | 1999-04-02 | 2 | -7/+41 |
| | | | | | | * generic/tkText.c: Fixed handling of Unicode in text searches. The -count option was returning byte counts instead of character counts. [Bug: 1056, 1148, 1666] | ||||
* | Removed send command on Windows, moved dde to Tcl as a | redman | 1999-04-02 | 3 | -107/+5 |
| | | | | separate package. | ||||
* | fixed tests for bug ids: 1521 1578 1570 1580 and 1608 | hershey | 1999-04-02 | 7 | -78/+87 |
| | |||||
* | Remove the DDE code. | redman | 1999-04-01 | 10 | -1273/+65 |
| | | | | Modified stubs based on Jan's patch. | ||||
* | Added entry for dde/send change for Win95/98. | redman | 1999-04-01 | 1 | -0/+8 |
| | |||||
* | Fix dde and send to work properly on Win95/98 without | redman | 1999-03-31 | 1 | -17/+42 |
| | | | | sending garbage around and causing wish to crash. | ||||
* | lint | stanton | 1999-03-30 | 5 | -11/+17 |
| | |||||
* | *** empty log message *** | stanton | 1999-03-30 | 1 | -0/+7 |
| | |||||
* | * generic/tkWindow.c (Tk_DestroyWindow): Image handlers are now | stanton | 1999-03-30 | 1 | -2/+2 |
| | | | | | | finalized before the font subsystem since complex image handlers may contain references to fonts (e.g. Tix compound images). [Bug: 1603] | ||||
* | *** empty log message *** | stanton | 1999-03-30 | 1 | -2/+39 |
| | |||||
* | * doc/MeasureChar.3: | stanton | 1999-03-30 | 17 | -290/+346 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/TextLayout.3: * generic/tk.decls: * generic/tkCanvText.c: * generic/tkEntry.c: * generic/tkFont.c: * generic/tkListbox.c: * generic/tkMessage.c: * mac/tkMacFont.c: * unix/tkUnixButton.c: * unix/tkUnixFont.c: * unix/tkUnixMenu.c: * win/tkWinFont.c: * win/tkWinMenu.c: Standardized text layout and font interfaces so they are consistent with respect to byte versus character oriented indices. The layout functions all manipulate character oriented values while the lower level measurement functions all operate on byte oriented values. This distinction was not clear and so the functions were being used improperly in a number of places. [Bug: 1053, 747, 749, 1646] * generic/tk.decls: Eliminated uses of C++ STL types string and list from declarations. * generic/tkFont.c: Changes to named fonts were not being propagated in some cases. [Bug: 1144] | ||||
* | * xlib/X11/Xlib.h: | stanton | 1999-03-30 | 2 | -10/+9 |
| | | | | | * generic/tkInt.decls: Added XParseColor to xlib stub tables. [Bug: 1574] | ||||
* | * doc/GetBitmap.3: | stanton | 1999-03-30 | 2 | -27/+30 |
| | | | | | * generic/tkBitmap.c (BitmapInit): Eliminated use of Tk_Uid's in bitmaps. Added a few CONST declarations. | ||||
* | now use tcl stubs | redman | 1999-03-30 | 1 | -0/+16 |
| | |||||
* | Removed the stubs functions. | redman | 1999-03-30 | 1 | -8/+2 |
| | |||||
* | Remove stub functions. Always use stubs when building with --enable-shared | redman | 1999-03-30 | 9 | -3437/+1228 |
| | | | | (which is the default). Wish links to -ltcl and -ltk (the real libraries). |