Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
| | * | Update test to reflect revised error message | dgp | 2006-04-05 | 1 | -3/+3 |
| | | | |||||
* | | | Update to tcltest2 | aniap | 2008-08-21 | 1 | -637/+1162 |
|/ / | |||||
* | | Revised test to account for changed error message | dgp | 2006-04-05 | 1 | -3/+3 |
| | | |||||
* | | Split duplicate test names [Bug 1078648] | dkf | 2004-12-04 | 1 | -2/+2 |
| | | |||||
* | | * tests/all.tcl: Made better use of a common | dgp | 2003-04-01 | 1 | -6/+3 |
| | | | | | | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files. | ||||
* | | * generic/tkGrid.c (GridStructureProc, ConfigureSlaves): | mdejong | 2003-03-12 | 1 | -1/+7 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for a NULL masterPtr and slavePtr in the GridStructureProc code to ensure that a Gridder created before some error condition is ignored when it comes to geometry calculations. This approach closely matches the pack implementation. Keep track of a -in argument to a grid command in order to detect the case of an already gridded widget that wants to change some options. The previous implementation could make repeated and unnecessary calls to Tk_ManageGeometry. Replace use of "parent" with "master" in comments throughout the file. * generic/tkPack.c (PackStructureProc): Check for a NULL masterPtr before other checks so that a slave created under certain error conditions is cleaned up properly. Replace use of "parent" with "master" in comments throughout the file. * generic/tkPlace.c (CreateSlave, ConfigureSlave, SlaveStructureProc): Don't call Tk_ManageGeometry in CreateSlave since this was causing incorrect results in some error cases. Rework the ConfigureSlave method so that slave setup is done in one place. The call to Tk_ManageGeometry was added to the one place where a slave is setup. When a slave is configured but the master is not changed, simply goto the scheduleLayout label. Check for a NULL master in SlaveStructureProc for the sake of readability. * tests/grid.test: * tests/pack.test: * tests/place.test: Add test to check that a winfo manager call does not return incorrect results after an error condition is hit. [Patch 693063] | ||||
* | * Converted more files to tcltest and factored out common code. | dgp | 2002-07-13 | 1 | -4/+7 |
| | |||||
* | Added labelframe widget. TIP#18. | pspjuth | 2001-09-26 | 1 | -1/+37 |
| | |||||
* | Pack accepted asymmetric values for -ipadx/y. | pspjuth | 2001-09-23 | 1 | -5/+13 |
| | | | | Only -padx/y supports asymmetry. [Bug #462348] | ||||
* | Objectified grid and pack commands. | pspjuth | 2001-08-21 | 1 | -4/+4 |
| | |||||
* | Asymmetric padding in "pack" and "grid" geometry managers | drh | 2001-02-12 | 1 | -14/+77 |
| | |||||
* | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | changed tests--marked some nonPortable; added new constraints to fix bug 1770 | hershey | 1999-04-19 | 1 | -1/+14 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -6/+23 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+969 |