Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Asymmetric padding in "pack" and "grid" geometry managers | drh | 2001-02-12 | 1 | -20/+50 |
| | |||||
* | * tests/grid.test: Added test for [grid propagate . 0] to not toggle. | ericm | 2000-04-17 | 1 | -2/+11 |
| | |||||
* | * tests/grid.test: Added a test for the consecutive ^ and multiple | ericm | 2000-01-20 | 1 | -1/+17 |
| | | | | | | | | | | | | widget case (bug #1386). * generic/tkGrid.c: Fixed interpretation of consecutive ^ characters in grid command. Previously, ^ ^ was interpreted as meaning that there must be a 2-column widget above to extend, neglecting the case where there was actually 2 1-column widgets above. Now, ^ ^ is interpreted as a possible width; the gridder will consume as many ^'s as there are columns in the widget, and leave the rest for the extension of other widgets. (bug #1386). | ||||
* | Removed bad option "-geometry" to toplevel | wart | 1999-11-13 | 1 | -2/+2 |
| | |||||
* | Added "wm geometry" calls in some tests that were waiting for the user to | wart | 1999-11-12 | 1 | -2/+3 |
| | | | | | place a window manually. The Tk test suite can now run on twm with no user intervention. | ||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -24/+43 |
| | |||||
* | * generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancelscriptics_tclpro_1_2_b1 | stanton | 1999-01-06 | 1 | -19/+28 |
| | | | | pending idle handlers, resulting in a crash in a few odd cases. | ||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+1205 |