summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug in grid geometry calculations forpspjuth2004-02-181-2/+25
| | | | a shrinking grid. [Bug 899246]
* * doc/checkbutton.n: TIP#110 implementationhobbs2004-02-181-3/+5
| | | | | | | | | | | | | | | * doc/radiobutton.n: Tristate Checkbutton and Radiobuttons * generic/tkButton.c: * generic/tkButton.h: * library/demos/check.tcl: * library/demos/radio.tcl: * macosx/tkMacOSXButton.c: * macosx/tkMacOSXDefault.h: * tests/button.test: * unix/tkUnixButton.c: * unix/tkUnixDefault.h: * win/tkWinButton.c: * win/tkWinDefault.h:
* * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrectdgp2004-02-171-2/+2
| | | | variable name [Bug 899010].
* Stop crashes when copying a large photo to itself causes resizing. [Bug 877950]dkf2004-02-091-1/+9
|
* Implementation of TIP#146,pspjuth2004-01-091-2/+49
| | | | | "Add Overall Anchoring to the Grid Geometry Manager", adding [grid anchor] subcommand.
* fix to text widget yview bugvincentdarley2004-01-071-1/+19
|
* utf-8 aware text wordstart and wordendvincentdarley2004-01-071-17/+98
|
* 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)