summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Use standard constraint namesdkf2004-06-2430-498/+485
| | | FossilOrigin-Name: b68974466ed32e033503df6749aeba87a041e4f6
* Steps towards systematization of test constraints in Tk test suitedkf2004-06-1724-334/+311
| | | FossilOrigin-Name: ec889b99065ab09997aa94dd70e28308cdcc5243
* Fix for #742882 "Potential division by zero in gridded wm geometry"jenglish2004-06-162-6/+6
| | | FossilOrigin-Name: 4ca47059991de03c386b154f86b55de423cfb8d9
* Fixed tests which mandated (minor) brokenness.dkf2004-06-151-4/+4
| | | FossilOrigin-Name: 2407c5a9c8f7bebe63b266e1afd96be6159e2947
* multiline text widget regexp search fixvincentdarley2004-06-091-1/+30
| | | FossilOrigin-Name: 9fcec4192f52b4c7d2890da0bf8a2a75dcf86f02
* Fix frame-2.8 for ![info exists env(DISPLAY)]patthoyts2004-06-061-4/+5
| | | FossilOrigin-Name: a897ea1c670a7b84854a476dfbf968c673c63a17
* * 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: FossilOrigin-Name: e15f2a6aa1954a7e907d31c1f920d4e6f87d2371
* text widget fixesvincentdarley2004-06-041-3/+5
| | | FossilOrigin-Name: cb4cc14bf47525593a3b1284aee97eaf664af9f3
* Finish off the TIP#152 implementation with Win implementation, tests & docs.dkf2004-05-241-3/+3
| | | FossilOrigin-Name: 6234cffff3231ed2a536c27406b4cb25ad102f6f
* First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-2358-1657/+1147
| | | FossilOrigin-Name: 8e6c4d129ce99dffc495e03b82bb2f284e6c1ffb
* * 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) FossilOrigin-Name: d26260baa27502b90881bddf57386a3ec865c473
* Minor cleanup for when running single-process testsdkf2004-04-211-1/+2
| | | FossilOrigin-Name: ddeebe2466f04e81d59c15bf529751c307091e51
* Removed support for Mac OS Classic platform [Patch 918139]das2004-03-1718-2444/+47
| | | FossilOrigin-Name: 28ec831e756a8fba6e184ce2667ee594c4901904
* Fixed a bug in grid geometry calculations forpspjuth2004-02-181-2/+25
| | | | | | a shrinking grid. [Bug 899246] FossilOrigin-Name: 5b7a6b073dd2a91a5437fbd4c10c6dc69be25923
* * 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: FossilOrigin-Name: 59826fd691573be4c8df8ac9e4f5a078db2ea22f
* * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrectdgp2004-02-171-2/+2
| | | | | | variable name [Bug 899010]. FossilOrigin-Name: ed84c02a65631fed4d51ac487c4e41f4bb806cfb
* Stop crashes when copying a large photo to itself causes resizing. [Bug 877950]dkf2004-02-091-1/+9
| | | FossilOrigin-Name: 4f518dc79e34c4273b1f5c97f44afc95c333d4e3
* Implementation of TIP#146,pspjuth2004-01-091-2/+49
| | | | | | | "Add Overall Anchoring to the Grid Geometry Manager", adding [grid anchor] subcommand. FossilOrigin-Name: 4f1b8110a375d069ffab8e0afc5f1a19c864c013
* fix to text widget yview bugvincentdarley2004-01-071-1/+19
| | | FossilOrigin-Name: 4a5542ba57d4285ff4b2289dd240e706c718c0e9
* utf-8 aware text wordstart and wordendvincentdarley2004-01-071-17/+98
| | | FossilOrigin-Name: 99a54db78cf93b7b6c4dcafe32cf74c3b6fcf43b
* fixed 2 tests for padx, padyvincentdarley2003-12-101-5/+5
| | | FossilOrigin-Name: e5366fc33c60d3e204c168d5ce052b3d56991192
* performance of lines containing 10000+ charactersvincentdarley2003-12-051-2/+14
| | | FossilOrigin-Name: 1ca7766af2f95739f9bab2c5d67b7463e5d8ff44
* fix to text widget tabs and xy-scroll-commandvincentdarley2003-12-041-1/+19
| | | FossilOrigin-Name: 8e445371278f1788f708a0f4b9c737c029368cb1
* font measurement fixvincentdarley2003-12-041-1/+24
| | | FossilOrigin-Name: 8d4352805895fcb58e1d0ac77235b2a971083fa7
* add further updates to ensure test captures all casesvincentdarley2003-11-241-1/+2
| | | FossilOrigin-Name: d57c33356b43b2db81142a51451a87f1dc8f687f
* correct handling of interpolated tabs using fractional pixel widthsvincentdarley2003-11-211-19/+15
| | | FossilOrigin-Name: ba691f9e0db0b5b11713f770505e068f0e3a73be
* fix to two test suite bugsvincentdarley2003-11-212-23/+82
| | | FossilOrigin-Name: 39498b83d4ee588d4f34fc8f3487589a83bde4cf
* * 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. FossilOrigin-Name: cda2e66757f876250dc3756cb11869aca95de027
* single line wraps to whole display fixvincentdarley2003-11-151-1/+22
| | | FossilOrigin-Name: cff84d8d11428bc8f7ce28732aad848402be40d3
* fixed tab interpretation inconsistencyvincentdarley2003-11-151-3/+13
| | | FossilOrigin-Name: 5414f040cb5cee6c4750644c34adf866f8459ac2
* fix two more old text widget bugsvincentdarley2003-11-151-12/+102
| | | FossilOrigin-Name: 7975a57e535cb6ca95810430e902417074a0bb2c
* ensure test cleans up after itselfvincentdarley2003-11-131-1/+7
| | | FossilOrigin-Name: 57684988d8e42a6e52d5d1aa5810d93aedc3696b
* text widget dbl-click single character fixvincentdarley2003-11-131-3/+132
| | | FossilOrigin-Name: bff5c56e8ed067132e8f4a9f302bd7b51fd3367f
* old tk text widget bugs fixedvincentdarley2003-11-121-2/+29
| | | FossilOrigin-Name: 0e36a93aca983ae79e773d92beb00bb47e5cc57f
* elide tag handling, once morevincentdarley2003-11-082-2/+40
| | | FossilOrigin-Name: 972024dfbc7ac7192b5b5f6194268209b4fb308c
* better elide tag handlingvincentdarley2003-11-072-4/+112
| | | FossilOrigin-Name: be1a77f9a978fa4147b702f19579c6d62b50c7f6
* another elide/tkchat/tkTextDisp.c fixvincentdarley2003-11-071-1/+26
| | | FossilOrigin-Name: 3d5760639096b48a36e730857452959d671d0779
* tk text widget test suite fixes -- bug 833761, making tests much more ↵vincentdarley2003-11-042-41/+149
| | | | | resilient to font sizes FossilOrigin-Name: 00fb62a80591a9b515d0e85475848b509d9cb776
* text widget and test suite fixesvincentdarley2003-11-031-258/+322
| | | FossilOrigin-Name: b96a8bcf60f45b681a2379115f1631049a2b2711
* fixed constrained tests for tip155vincentdarley2003-10-312-6/+8
| | | FossilOrigin-Name: f51b82d3a8c5ca3faa1221b527e3ba6dea8f6427
* text widget bug fixvincentdarley2003-10-311-1/+24
| | | FossilOrigin-Name: 94fbec76b1ff2c1124eea86b48f9cfd991a047d2
* TIP 155 implementationvincentdarley2003-10-315-93/+1268
| | | FossilOrigin-Name: e58248ce5f8b5af24ae723c3108610d0d5272db7
* * tests/focusTcl.test (setup1): expand frame size to allow forhobbs2003-10-281-2/+2
| | | | | | correct visibility of windows that use larger default fonts. FossilOrigin-Name: ce163253384dc8d4bb20e667162244e2f151bc62
* 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"] FossilOrigin-Name: 358b1fa034566ce8371b295157e7a662e7b99862
* * tests/listbox.test (13.3): correct result sizehobbs2003-10-131-3/+3
| | | | | | (4.7): correct test for possible window drift [Bug #701931] (dgp) FossilOrigin-Name: 1bc1c9254242e76b23215e3022aa0898fc9b0262
* Remove a dependency on font size in textWind 10.1patthoyts2003-09-301-3/+3
| | | FossilOrigin-Name: 8c609d57726868146748186fc39af9cf21900386
* Accomodate TIP #150 in the test results.patthoyts2003-09-301-2/+2
| | | FossilOrigin-Name: d76b2c6574f4c4bd6ec1715c701b67e1e9fb8417
* Fixed a small mistake in previous checkin.pspjuth2003-09-181-1/+7
| | | FossilOrigin-Name: 72daa74f3ed65d55e16c28363d44b9b0e9e2c115
* Implementation of TIP#147, "Make Grid's Column/Row Configure Easier".pspjuth2003-09-181-2/+59
| | | FossilOrigin-Name: 29c05ff37e49aa6ea3179acabca248ba366d1f5d
* * 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]. FossilOrigin-Name: 3023c17eaf943a887e0b043c7e6094ced7177168