summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fixed 2 tests for padx, padyvincentdarley2003-12-101-5/+5
|
* performance of lines containing 10000+ charactersvincentdarley2003-12-051-2/+14
|
* fix to text widget tabs and xy-scroll-commandvincentdarley2003-12-041-1/+19
|
* font measurement fixvincentdarley2003-12-041-1/+24
|
* add further updates to ensure test captures all casesvincentdarley2003-11-241-1/+2
|
* correct handling of interpolated tabs using fractional pixel widthsvincentdarley2003-11-211-19/+15
|
* fix to two test suite bugsvincentdarley2003-11-212-23/+82
|
* * tests/constraints.tcl:When running the test suite in a processdgp2003-11-185-30/+79
| | | | | | | | * tests/image.test: where Tk has been [load]ed, there's no * tests/select.test: guarantee that child processes created by * tests/unixWm.test: [exec [interpreter]] will have Tk in them. * tests/window.test: Made modifications to force a [load] of Tk in those situations.
* single line wraps to whole display fixvincentdarley2003-11-151-1/+22
|
* fixed tab interpretation inconsistencyvincentdarley2003-11-151-3/+13
|
* fix two more old text widget bugsvincentdarley2003-11-151-12/+102
|
* ensure test cleans up after itselfvincentdarley2003-11-131-1/+7
|
* text widget dbl-click single character fixvincentdarley2003-11-131-3/+132
|
* old tk text widget bugs fixedvincentdarley2003-11-121-2/+29
|
* elide tag handling, once morevincentdarley2003-11-082-2/+40
|
* better elide tag handlingvincentdarley2003-11-072-4/+112
|
* another elide/tkchat/tkTextDisp.c fixvincentdarley2003-11-071-1/+26
|
* tk text widget test suite fixes -- bug 833761, making tests much more ↵vincentdarley2003-11-042-41/+149
| | | | resilient to font sizes
* text widget and test suite fixesvincentdarley2003-11-031-258/+322
|
* fixed constrained tests for tip155vincentdarley2003-10-312-6/+8
|
* text widget bug fixvincentdarley2003-10-311-1/+24
|
* TIP 155 implementationvincentdarley2003-10-315-93/+1268
|
* * tests/focusTcl.test (setup1): expand frame size to allow forhobbs2003-10-281-2/+2
| | | | correct visibility of windows that use larger default fonts.
* Delete WM_TRANSIENT_FOR property instead of setting it to Nonejenglish2003-10-151-3/+3
| | | | when making a window nontransient [Bug #632816 "cannot remove transient"]
* * tests/listbox.test (13.3): correct result sizehobbs2003-10-131-3/+3
| | | | (4.7): correct test for possible window drift [Bug #701931] (dgp)
* Remove a dependency on font size in textWind 10.1patthoyts2003-09-301-3/+3
|
* Accomodate TIP #150 in the test results.patthoyts2003-09-301-2/+2
|
* Fixed a small mistake in previous checkin.pspjuth2003-09-181-1/+7
|
* Implementation of TIP#147, "Make Grid's Column/Row Configure Easier".pspjuth2003-09-181-2/+59
|
* * generic/tkImage.c: Stopped [image create] from generating andgp2003-09-171-1/+13
| | | | | * tests/image.test: image command name that would overwrite an existing command name. Thanks to Michael Schlenker. [Bug 808039].
* Reworked a part of grid's geometry computationspspjuth2003-09-161-3/+109
| | | | to handle some tricky cases better. [Bug #792387]
* * doc/wish.1: Implementation of TIPs 137/151.dgp2003-09-051-9/+81
| | | | | | | | | | | * generic/tkMain.c (Tk_MainEx): Added recognition of the -encoding * tests/main.test: command line option by Tk_MainEx() and thus by wish, and any other program built on Tk_MainEx(). [Patch 800139]. This is a ***POTENTIAL INCOMPATIBILITY*** only for those C programs that embed Tcl and Tk, build on Tk_MainEx(), and make use of Tk_MainEx's former ability to pass a leading "-encoding" option to interactive shell operations.
* * library/scale.tcl: Fix for bug #787065 for Button-2 press.patthoyts2003-08-131-1/+51
| | | | * tests/scale.test: Added test for this bug.
* * win/tkWinCursor.c: Fix for bug #776646 for a native hand2 andpatthoyts2003-07-241-1/+152
| | | | | fleur (move) cursor under win. * tests/cursor.test: Check that documented cursors are available.
* Fix for [Bug 702230], and an evil bug it is too!dkf2003-07-181-1/+18
|
* * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last panehobbs2003-07-171-2/+23
| | | | | * tests/panedwindow.test: shrinks instead of being clipped when resized below the reqsize. [Bug 748277] (spjuth)
* Make sure all options can be setpspjuth2003-07-161-3/+28
| | | | to their default value. [Bug #697652]
* Stop xhost smash by the test suite; that can render a machine unusable.dkf2003-07-091-4/+4
|
* fix to menu clone deletion bugvincentdarley2003-05-301-2/+2
|
* The panedwindow widget now sizes right around unmapped windows. [Bug 738143]dkf2003-05-211-1/+11
|
* Fixed test suite breakage that I inadvertently introduced [Bug 739965]dkf2003-05-192-5/+5
|
* tip 113 implementationvincentdarley2003-05-195-26/+535
|
* * generic/tkCanvPoly.c (PolygonToPostscript):hobbs2003-05-111-1/+8
| | | | | * tests/canvPs.test: correct crash when generating postscript for a single-line polygon (point) with no color. [Bug #734498] (wilm)
* Stop deleted images from showing up in the various [image *] operations.dkf2003-05-082-14/+28
| | | | Can't delete early though as that removes the link with widgets and image names.
* * tests/all.tcl: Made better use of a commondgp2003-04-0193-596/+286
| | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files.
* * tests/unixWm.test (unixWm-41.2): Corrected typo in 2003-03-13dgp2003-03-181-2/+2
| | | | commit. Thanks Larry Virden. [Bug 705567]
* * tests/unixWm.test: Constrained all tests older than revision 1.21dgp2003-03-132-171/+172
| | | | | | to run only on Unix. Alternative approach did not match maintainer habits. * tests/spinbox.test (spinbox-17.4): Avoid long failure message.
* * tests/unixWm.test: Add the testwrappermdejong2003-03-121-7/+7
| | | | | | constraint to tests that depend on the testwrapper command. These tests should not be run under Windows for example.
* * doc/wm.n (minimize, maximize): Remove claimmdejong2003-03-122-26/+209
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that the resizable command keeps scripts from changing the size of windows since it is not true. The resizable command only applies to user sizing via user interaction. * tests/unixWm.test: Replace broken tests with the nonPortable constraint with new tests for maxsize and minsize options. These tests verify that setting the minsize and maxsize will resize the window if needed, and that the wm hints will be updated with the new sizes. * tests/wm.test: Add an exhaustive set of tests for the wm maxsize and wm minsize commands. These tests verify that setting the minsize and maxsize will resize the window if needed. These tests have only been run under Win98 and Window Maker under Linux, so further tweaking may be needed for other systems. * unix/tkUnixWm.c (UpdateGeometryInfo, UpdateSizeHints): Fixup comments and initialization for the minWidth, minHeight, maxWidth, maxHeight, width, and height members of the WmInfo struct. Check to ensure that a new toplevel window size is not larger than the maxsize or smaller than the minsize when updating the geometry at idle time. Pass new width and height values to the UpdateSizeHints method so that it can properly set the window min and max sizes for a window that cannot be resized by the user. This fixes a bug where the window resizes back to the original size when the user clicks on the window border. * win/tkWinWm.c (UpdateGeometryInfo): Fixup comments and initialization for the minWidth, minHeight, maxWidth, maxHeight, width, and height members of the WmInfo struct. Check to ensure that a new toplevel window size is not larger than the maxsize or smaller than the minsize when updating the geometry at idle time. [Patch 568861]
* * generic/tkGrid.c (GridStructureProc, ConfigureSlaves):mdejong2003-03-123-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for a NULL masterPtr and slavePtr in the GridStructureProc code to ensure that a Gridder created before some error condition is ignored when it comes to geometry calculations. This approach closely matches the pack implementation. Keep track of a -in argument to a grid command in order to detect the case of an already gridded widget that wants to change some options. The previous implementation could make repeated and unnecessary calls to Tk_ManageGeometry. Replace use of "parent" with "master" in comments throughout the file. * generic/tkPack.c (PackStructureProc): Check for a NULL masterPtr before other checks so that a slave created under certain error conditions is cleaned up properly. Replace use of "parent" with "master" in comments throughout the file. * generic/tkPlace.c (CreateSlave, ConfigureSlave, SlaveStructureProc): Don't call Tk_ManageGeometry in CreateSlave since this was causing incorrect results in some error cases. Rework the ConfigureSlave method so that slave setup is done in one place. The call to Tk_ManageGeometry was added to the one place where a slave is setup. When a slave is configured but the master is not changed, simply goto the scheduleLayout label. Check for a NULL master in SlaveStructureProc for the sake of readability. * tests/grid.test: * tests/pack.test: * tests/place.test: Add test to check that a winfo manager call does not return incorrect results after an error condition is hit. [Patch 693063]