Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrect | dgp | 2004-02-17 | 1 | -2/+2 |
| | | | | variable name [Bug 899010]. | ||||
* | Stop crashes when copying a large photo to itself causes resizing. [Bug 877950] | dkf | 2004-02-09 | 1 | -1/+9 |
| | |||||
* | Implementation of TIP#146, | pspjuth | 2004-01-09 | 1 | -2/+49 |
| | | | | | "Add Overall Anchoring to the Grid Geometry Manager", adding [grid anchor] subcommand. | ||||
* | fix to text widget yview bug | vincentdarley | 2004-01-07 | 1 | -1/+19 |
| | |||||
* | utf-8 aware text wordstart and wordend | vincentdarley | 2004-01-07 | 1 | -17/+98 |
| | |||||
* | fixed 2 tests for padx, pady | vincentdarley | 2003-12-10 | 1 | -5/+5 |
| | |||||
* | performance of lines containing 10000+ characters | vincentdarley | 2003-12-05 | 1 | -2/+14 |
| | |||||
* | fix to text widget tabs and xy-scroll-command | vincentdarley | 2003-12-04 | 1 | -1/+19 |
| | |||||
* | font measurement fix | vincentdarley | 2003-12-04 | 1 | -1/+24 |
| | |||||
* | add further updates to ensure test captures all cases | vincentdarley | 2003-11-24 | 1 | -1/+2 |
| | |||||
* | correct handling of interpolated tabs using fractional pixel widths | vincentdarley | 2003-11-21 | 1 | -19/+15 |
| | |||||
* | fix to two test suite bugs | vincentdarley | 2003-11-21 | 2 | -23/+82 |
| | |||||
* | * tests/constraints.tcl:When running the test suite in a process | dgp | 2003-11-18 | 5 | -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 fix | vincentdarley | 2003-11-15 | 1 | -1/+22 |
| | |||||
* | fixed tab interpretation inconsistency | vincentdarley | 2003-11-15 | 1 | -3/+13 |
| | |||||
* | fix two more old text widget bugs | vincentdarley | 2003-11-15 | 1 | -12/+102 |
| | |||||
* | ensure test cleans up after itself | vincentdarley | 2003-11-13 | 1 | -1/+7 |
| | |||||
* | text widget dbl-click single character fix | vincentdarley | 2003-11-13 | 1 | -3/+132 |
| | |||||
* | old tk text widget bugs fixed | vincentdarley | 2003-11-12 | 1 | -2/+29 |
| | |||||
* | elide tag handling, once more | vincentdarley | 2003-11-08 | 2 | -2/+40 |
| | |||||
* | better elide tag handling | vincentdarley | 2003-11-07 | 2 | -4/+112 |
| | |||||
* | another elide/tkchat/tkTextDisp.c fix | vincentdarley | 2003-11-07 | 1 | -1/+26 |
| | |||||
* | tk text widget test suite fixes -- bug 833761, making tests much more ↵ | vincentdarley | 2003-11-04 | 2 | -41/+149 |
| | | | | resilient to font sizes | ||||
* | text widget and test suite fixes | vincentdarley | 2003-11-03 | 1 | -258/+322 |
| | |||||
* | fixed constrained tests for tip155 | vincentdarley | 2003-10-31 | 2 | -6/+8 |
| | |||||
* | text widget bug fix | vincentdarley | 2003-10-31 | 1 | -1/+24 |
| | |||||
* | TIP 155 implementation | vincentdarley | 2003-10-31 | 5 | -93/+1268 |
| | |||||
* | * tests/focusTcl.test (setup1): expand frame size to allow for | hobbs | 2003-10-28 | 1 | -2/+2 |
| | | | | correct visibility of windows that use larger default fonts. | ||||
* | Delete WM_TRANSIENT_FOR property instead of setting it to None | jenglish | 2003-10-15 | 1 | -3/+3 |
| | | | | when making a window nontransient [Bug #632816 "cannot remove transient"] | ||||
* | * tests/listbox.test (13.3): correct result size | hobbs | 2003-10-13 | 1 | -3/+3 |
| | | | | (4.7): correct test for possible window drift [Bug #701931] (dgp) | ||||
* | Remove a dependency on font size in textWind 10.1 | patthoyts | 2003-09-30 | 1 | -3/+3 |
| | |||||
* | Accomodate TIP #150 in the test results. | patthoyts | 2003-09-30 | 1 | -2/+2 |
| | |||||
* | Fixed a small mistake in previous checkin. | pspjuth | 2003-09-18 | 1 | -1/+7 |
| | |||||
* | Implementation of TIP#147, "Make Grid's Column/Row Configure Easier". | pspjuth | 2003-09-18 | 1 | -2/+59 |
| | |||||
* | * generic/tkImage.c: Stopped [image create] from generating an | dgp | 2003-09-17 | 1 | -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 computations | pspjuth | 2003-09-16 | 1 | -3/+109 |
| | | | | to handle some tricky cases better. [Bug #792387] | ||||
* | * doc/wish.1: Implementation of TIPs 137/151. | dgp | 2003-09-05 | 1 | -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. | patthoyts | 2003-08-13 | 1 | -1/+51 |
| | | | | * tests/scale.test: Added test for this bug. | ||||
* | * win/tkWinCursor.c: Fix for bug #776646 for a native hand2 and | patthoyts | 2003-07-24 | 1 | -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! | dkf | 2003-07-18 | 1 | -1/+18 |
| | |||||
* | * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane | hobbs | 2003-07-17 | 1 | -2/+23 |
| | | | | | * tests/panedwindow.test: shrinks instead of being clipped when resized below the reqsize. [Bug 748277] (spjuth) | ||||
* | Make sure all options can be set | pspjuth | 2003-07-16 | 1 | -3/+28 |
| | | | | to their default value. [Bug #697652] | ||||
* | Stop xhost smash by the test suite; that can render a machine unusable. | dkf | 2003-07-09 | 1 | -4/+4 |
| | |||||
* | fix to menu clone deletion bug | vincentdarley | 2003-05-30 | 1 | -2/+2 |
| | |||||
* | The panedwindow widget now sizes right around unmapped windows. [Bug 738143] | dkf | 2003-05-21 | 1 | -1/+11 |
| | |||||
* | Fixed test suite breakage that I inadvertently introduced [Bug 739965] | dkf | 2003-05-19 | 2 | -5/+5 |
| | |||||
* | tip 113 implementation | vincentdarley | 2003-05-19 | 5 | -26/+535 |
| | |||||
* | * generic/tkCanvPoly.c (PolygonToPostscript): | hobbs | 2003-05-11 | 1 | -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. | dkf | 2003-05-08 | 2 | -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 common | dgp | 2003-04-01 | 93 | -596/+286 |
| | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files. |