summaryrefslogtreecommitdiffstats
path: root/tests/winfo.test
Commit message (Collapse)AuthorAgeFilesLines
* Contribution by Patrick Fradin <patrick.fradin@planar.com>contrib_patrick_fradin_code_cleanupandreask2013-01-221-32/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quoting his mail: <pre> ========================================================== Hi Jeff, I spent some of my time to contribute to the TclTk community ! I'm in late for Christmas gift but like we said in French : "Mieux vaut tard que jamais". ;-) I've use TclDevKit 5.3.0 tclchecker to analyse TclTk code in Tcl and Tk library directories (library, tools and tests) to correct a lot of warnings and few errors. (encapsulate some expr, use 'chan xxx' instead of fconfigure, fileevent...) I've made some improvements too : Examples : - Use 'lassign' instead of many 'lindex' of 'foreach/break' loop. - Use 'in' or 'ni' operators instead of 'lsearch -exact' or to factorise some eq/ne && / || tests. - Use 'eq' or 'ne' to tests strings instead of '==' or '!='. - Use 'unset -nocomplain' to avoid 'catch {unset...}'. - Remove some useless catch around 'destroy' calls. - Use expand {*} instead of 'eval'. Don't touch a lot of code because I don't know all structs and lists. I think it could be a greater improvement to reduce 'eval' calls. Due to previous experience, I dot not change any indentation ! ;-) ========================================================== </pre>
* Purge RCS Keywordsdgp2011-06-081-3/+1
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * * tests/winfo.test: Wait until child window is visiblepatthoyts2005-10-101-2/+3
| | | | | | | | | | | | * tests/wm.test: Modified test to match actual error output.
* | | Fixed an embedding test that became broken during the test upgrade. Killing ↵patthoyts2008-11-031-8/+9
| | | | | | | | | | | | a contained window should not destroy the container.
* | | Update to tcltest2aniap2008-08-301-242/+358
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | * tests/winfo.test: winfo-4.5 raise .t to above . for Windowshobbs2007-10-301-1/+2
| |
* | Use standard constraint namesdkf2004-06-241-5/+5
| |
* | Steps towards systematization of test constraints in Tk test suitedkf2004-06-171-9/+5
| |
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-2/+2
| |
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-6/+3
|/ | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files.
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-4/+1
|
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-24/+12
|
* * Converted several files in the Tk test suite for testing bydgp2002-07-121-8/+8
| | | | tcltest 2.1.
* * tests/winfo.test: Add basic tests for winfo ismapped.mdejong2002-06-141-1/+23
|
* * tests/color.test:hobbs2000-03-021-13/+1
| | | | | | * xlib/xcolors.c (XParseColor FindColor): * win/tkWinColor.c (XAllocColor): Fixed bit fiddling for colors to return "correct" values for color mapping. [Bug: 4282]
* * Merged 8.1 branch into the main trunkstanton1999-04-161-44/+58
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* skips tests that require tktest executablehershey1998-08-121-3/+9
|
* Initial revisionrjohnson1998-04-011-0/+361