summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* TIP#165 (user data field) implementation.dkf2004-08-291-1/+57
|
* D'oh! Fix [Bug 1012331]dkf2004-08-201-1/+2
|
* * tests/safe.test (safe-1.3): Made test less sensitve to thedgp2004-08-191-3/+3
| | | | | | | | | full set of existing aliases in an interp, so the it only tests whether the tested ones are present. * unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from `make shell` target to other similar targets so that just built libraries are tested, rather than previous installations.
* TIP#168 implementation. Based on [Patch 886240]dkf2004-08-191-1/+11
|
* * tests/canvText.test:mdejong2004-08-091-1/+56
| | | | | | | | | * win/tkWinFont.c (Tk_MeasureChars): Fix for text wrapping problem that appeared using canvas text under Win32. A long wrapping string that had leading spaces was being incorrectly wrapped. This change makes the Win32 implementation behave the same as the Unix implementation. [Patch 1006286]
* TIP#158 implementation; keypad keys on Win are now distinguishable.dkf2004-07-051-2/+3
|
* Neaten up and make test names closer to standarddkf2004-07-051-94/+72
|
* Missed one!dkf2004-06-241-2/+2
|
* Use standard constraint namesdkf2004-06-2430-498/+485
|
* Steps towards systematization of test constraints in Tk test suitedkf2004-06-1724-334/+311
|
* Fix for #742882 "Potential division by zero in gridded wm geometry"jenglish2004-06-162-6/+6
|
* Fixed tests which mandated (minor) brokenness.dkf2004-06-151-4/+4
|
* multiline text widget regexp search fixvincentdarley2004-06-091-1/+30
|
* Fix frame-2.8 for ![info exists env(DISPLAY)]patthoyts2004-06-061-4/+5
|
* * tests/filebox.test: A few typo corrections in dkf's recentdgp2004-06-044-10/+10
| | | | | | * tests/frame.test: style upgrade for the test suite. * tests/select.test: * tests/visual.test:
* text widget fixesvincentdarley2004-06-041-3/+5
|
* Finish off the TIP#152 implementation with Win implementation, tests & docs.dkf2004-05-241-3/+3
|
* First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-2358-1657/+1147
|
* * tests/panedwindow.test: panedwindow-25.1hobbs2004-05-031-7/+26
| | | | | * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin)
* Minor cleanup for when running single-process testsdkf2004-04-211-1/+2
|
* Removed support for Mac OS Classic platform [Patch 918139]das2004-03-1718-2444/+47
|
* 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
|