Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | |||||
* | Correction to 1432666 fix. | pspjuth | 2006-04-12 | 1 | -1/+4 |
| | |||||
* | * generic/tkGrid.c: Fixed handling of out of bounds row or column. | dgp | 2006-04-12 | 1 | -1/+52 |
| | | | | * tests/grid.test: [Bug 1432666] | ||||
* | * tests/grid.test: fix segfault on empty index list | hobbs | 2006-04-05 | 1 | -1/+24 |
| | | | | * generic/tkGrid.c (GridRowColumnConfigureCommand): [Bug 1422430] | ||||
* | Fixed a bug in grid geometry calculations for | pspjuth | 2004-02-18 | 1 | -2/+26 |
| | | | | a shrinking grid. [Bug 899246] | ||||
* | The grid size was not updated properly | pspjuth | 2002-10-10 | 1 | -1/+21 |
| | | | | when removing a widget from a grid. [Bug #621241] (forssen) | ||||
* | * Converted more files to tcltest and factored out common code. | dgp | 2002-07-13 | 1 | -5/+8 |
| | |||||
* | Added -uniform option to grid's row/columnconfigure. | pspjuth | 2001-09-30 | 1 | -5/+104 |
| | |||||
* | Added labelframe widget. TIP#18. | pspjuth | 2001-09-26 | 1 | -1/+36 |
| | |||||
* | Pack accepted asymmetric values for -ipadx/y. | pspjuth | 2001-09-23 | 1 | -1/+13 |
| | | | | Only -padx/y supports asymmetry. [Bug #462348] | ||||
* | Fixed a bug where adjacent 'x' and '^' where not handled properly. | pspjuth | 2001-08-22 | 1 | -1/+29 |
| | |||||
* | Objectified grid and pack commands. | pspjuth | 2001-08-21 | 1 | -22/+42 |
| | |||||
* | Grid configure rejected initial "x" and "^". [Bug #418664] | pspjuth | 2001-08-18 | 1 | -1/+17 |
| | |||||
* | 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 |