Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply some of the changes suggested in [Patch 1237759] | dkf | 2005-07-25 | 1 | -33/+42 |
| | |||||
* | * library/panedwindow.tcl (::tk::panedwindow::Cursor): check | hobbs | 2005-02-12 | 1 | -2/+3 |
| | | | | window existence on delayed call. [Bug 949792] | ||||
* | * library/panedwindow.tcl (MarkSash): call DragSash to stop sash | hobbs | 2004-05-03 | 1 | -1/+3 |
| | | | | jump when B1 is pressed and released without moving. [Bug #932155] | ||||
* | * library/panedwindow.tcl: Apply patch from bug #778893 to make | patthoyts | 2003-07-28 | 1 | -1/+4 |
| | | | | the panedwindow -opaqueresize option work as per the docs. | ||||
* | * library/panedwindow.tcl: use widget-specific Priv slots for | hobbs | 2003-07-19 | 1 | -20/+21 |
| | | | | | pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows. | ||||
* | * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): | hobbs | 2002-08-08 | 1 | -10/+10 |
| | | | | | | * library/panedwindow.tcl: changed class from PanedWindow to Panedwindow to not conflict with existing bwidgets, but also to be more regular with other names used in the core. | ||||
* | improved proxy sash handling. (boudaillier) | hobbs | 2002-02-26 | 1 | -7/+9 |
| | |||||
* | Added proc comments. Made configuring sash cursor more efficient. | hobbs | 2002-02-23 | 1 | -22/+65 |
| | | | | | | Added Cursor timer that restores the default cursor when pointer is no longer over the sash. This is necessary because Leave events won't be seen when moving into a paned child. | ||||
* | * library/panedwindow.tcl (ReleaseSash): changed to not pass x and | hobbs | 2002-02-22 | 1 | -4/+4 |
| | | | | y args at all (they aren't used). | ||||
* | Fixed panedwindow binding bugs and added demos for it too. | dkf | 2002-02-22 | 1 | -2/+2 |
| | |||||
* | TIP #41 implementation, panedwindow [Patch #512503] (melski) | hobbs | 2002-02-22 | 1 | -0/+136 |