Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * doc/SetOptions.3: Updated documentation to reflect support for | ericm | 2000-08-10 | 1 | -324/+326 |
| | | | | | | | | | | | | | | | | | | TK_OPTION_NULL_OK for TK_OPTION_DOUBLE and TK_OPTION_PIXELS. * generic/tkConfig.c: Added for TK_OPTION_NULL_OK support for TK_OPTION_DOUBLE and TK_OPTION_PIXELS. * doc/place.n: Updated, reformatted manual entry. * tests/place.test: Added many tests. * generic/tkPlace.c (Tk_PlaceObjCmd): Updated to use Tk widget-option management facilities to manage place options (-x, -y, etc.), which simplifies the placer code. Added support for [place configure pathName] and [place configure pathName -option], similar to the behavior of the configure subcommand supported by widgets. | ||||
* | * tests/place.test: Extended test suite to test error returns from | ericm | 2000-08-08 | 1 | -261/+364 |
| | | | | | | | | | | | | [place]. * generic/tkInt.h: Replaced Tk_PlaceCmd prototype with Tk_PlaceObjCmd prototype. * generic/tkWindow.c: Updated [place] command entry to use new Tcl_Obj interface. * generic/tkPlace.c (Tk_PlaceObjCmd): Tcl_Obj'ified [place] command. | ||||
* | * generic/tkPlace.c (Tk_PlaceCmd): reworked place master/slave | hobbs | 2000-05-29 | 1 | -13/+25 |
| | | | | | table init'n to prevent seg fault when using place on multiple displays. | ||||
* | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | fixed Tk comment errors | surles | 1999-04-16 | 1 | -2/+2 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -25/+25 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+1060 |