summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Created branch core-8-1-b3-syntheticcore_8_1_b3core_8_1_b3_syntheticcvs2fossil1999-04-0790-0/+50
|
* fixed broken testsurles1999-04-071-3/+3
|
* Marked test non-portable.surles1999-04-071-2/+2
|
* fixed broken testsurles1999-04-071-2/+2
|
* change tcltest namespace variables from matchingTests and skippingTests tohershey1999-04-072-26/+26
| | | | match and skip.
* *** empty log message ***stanton1999-04-071-0/+4
|
* * generic/tkMain.c (Tk_MainEx): Changed to reset result beforestanton1999-04-071-1/+2
| | | | | calling Tcl_EvalFile. The ensures that error messages will be generated cleanly.
* *** empty log message ***stanton1999-04-071-0/+4
|
* * tests/winfo.test: Enabled tests that previously failed.stanton1999-04-071-5/+5
|
* Minor fix to dist scriptsstanton1999-04-072-5/+5
| | | | man page lint
* Fixed warnings from Solaris compiler that turned out to be errorsredman1999-04-061-3/+3
| | | | on the native Irix compiler (unnecessary casting).
* skip tests that require test* commands when running in standard wish interp.hershey1999-04-061-32/+39
|
* Remove trailing ; from TCL_DECLARE_MUTEX call (warning from Sun compiler)redman1999-04-061-2/+2
| | | | just to be safe.
* added "secureServer" constraint to test "focus-5.1" so it gets skipped ifhershey1999-04-061-2/+15
| | | | your x-server is insecure.
* Updated for 8.1b3welch1999-04-061-1/+33
|
* Apparently red is not the same as #FF0000 on all platforms!rjohnson1999-04-061-2/+2
| | | | Fixed test to not rely on that fact.
* Fixed broken test.rjohnson1999-04-061-2/+2
|
* Fxied safe.tests to know know about encoding command.rjohnson1999-04-061-5/+5
|
* *** empty log message ***stanton1999-04-061-0/+21
|
* * library/bgerror.tcl:stanton1999-04-0616-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 tracingstanton1999-04-061-3/+4
| | | | suboption. [Bug: 1519]
* * library/tkfbox.tcl: Change to restore button text after anstanton1999-04-062-1/+13
| | | | | action to avoid the sticky "Open" button in a save dialog. [Bug: 1640]
* *** empty log message ***stanton1999-04-061-0/+5
|
* * library/entry.tcl: Fixed so selection is returned using thestanton1999-04-061-5/+18
| | | | -show character during cut and paste operations. [Bug: 1687]
* removed reference to "tests/visual"--the file is now called "visual_bb.test".hershey1999-04-061-5/+3
|
* Added more X functions to the stubs table.redman1999-04-067-91/+584
|
* * unix/configure.in:stanton1999-04-063-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.lfb1999-04-061-5/+5
|
* fixed bad "fd" reference in send.test and unixSend.test--now refers tohershey1999-04-053-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 bughershey1999-04-031-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--ablehershey1999-04-031-9/+4
| | | | to make this change because bug 1495 is fixed.
* %a is only valid during configure events, so don't tryredman1999-04-031-3/+5
| | | | to do anything with it otherwise.
* *** empty log message ***stanton1999-04-021-0/+7
|
* * tests/text.test:stanton1999-04-022-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 aredman1999-04-023-107/+5
| | | | separate package.
* fixed tests for bug ids: 1521 1578 1570 1580 and 1608hershey1999-04-027-78/+87
|
* Remove the DDE code.redman1999-04-0110-1273/+65
| | | | Modified stubs based on Jan's patch.
* Added entry for dde/send change for Win95/98.redman1999-04-011-0/+8
|
* Fix dde and send to work properly on Win95/98 withoutredman1999-03-311-17/+42
| | | | sending garbage around and causing wish to crash.
* lintstanton1999-03-305-11/+17
|
* *** empty log message ***stanton1999-03-301-0/+7
|
* * generic/tkWindow.c (Tk_DestroyWindow): Image handlers are nowstanton1999-03-301-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 ***stanton1999-03-301-2/+39
|
* * doc/MeasureChar.3:stanton1999-03-3017-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:stanton1999-03-302-10/+9
| | | | | * generic/tkInt.decls: Added XParseColor to xlib stub tables. [Bug: 1574]
* * doc/GetBitmap.3:stanton1999-03-302-27/+30
| | | | | * generic/tkBitmap.c (BitmapInit): Eliminated use of Tk_Uid's in bitmaps. Added a few CONST declarations.
* now use tcl stubsredman1999-03-301-0/+16
|
* Removed the stubs functions.redman1999-03-301-8/+2
|
* Remove stub functions. Always use stubs when building with --enable-sharedredman1999-03-309-3437/+1228
| | | | (which is the default). Wish links to -ltcl and -ltk (the real libraries).
* Fix in tkTextIndex.c for end-2c for text widget add command.redman1999-03-292-5/+13
|