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 |
| | | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
| | | |||||
* | | Fix minor K&R-ism | dkf | 2007-02-12 | 1 | -34/+34 |
| | | |||||
* | | whitespace | das | 2007-01-19 | 1 | -1/+2 |
| | | |||||
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-03 | 1 | -2/+2 |
| | | |||||
* | | Lots of ANSIfying of function decls. | dkf | 2005-11-17 | 1 | -4/+4 |
| | | | | | | | | Also a few spots where code has been cleaned up more completely. | ||||
* | | Whitespace/style improvements | dkf | 2005-09-08 | 1 | -146/+150 |
|/ | |||||
* | Geometry manager changes to support TIP#18. | pspjuth | 2001-09-26 | 1 | -8/+107 |
| | |||||
* | * doc/MaintGeom.3: Noted that Tk_MaintainGeometry handles direct | ericm | 2000-10-05 | 1 | -1/+30 |
| | | | | | | | | | | | | | | | | | descendants properly. * generic/tkGeometry.c (Tk_MaintainGeometry): Added a check for the case in which the slave window is a direct descendant of the master window. In this case, we need not set up the additional infrastructure normally provide by Tk_MaintainGeometry, because we can rely on the parent/child relationship to handle it for us implicitly. In this case, Tk_MaintainGeometry just calls directly to Tk_MoveResizeWindow. This allows geometry managers to simply always use Tk_MaintainGeometry to maintain geometry for slaves, and avoid doing the direct descendant check themselves. (Tk_UnmaintainGeometry): Added a matching check for the direct descendant case; in this case, Tk_UnmaintainGeometry simply returns immediately. | ||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -22/+12 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+582 |