summaryrefslogtreecommitdiffstats
path: root/library/panedwindow.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Purge RCS Keywords.dgp2011-06-081-3/+0
|\ | | | | FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
| * Purge RCS Keywords.dgp2011-06-081-3/+0
| | | | | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
| * * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch ↵dgp2006-01-251-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1237759] * library/button.tcl: * library/choosedir.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/panedwindow.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/spinbox.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: FossilOrigin-Name: b0be966e8b61e2bec92b08c6faa897d61d0f40db
| * * library/panedwindow.tcl (::tk::panedwindow::Cursor): checkhobbs2005-02-121-2/+3
| | | | | | | | | | | | window existence on delayed call. [Bug 949792] FossilOrigin-Name: e0f3bc40a3ea8d92884b899d9ef62783332b20c0
| * * library/panedwindow.tcl (MarkSash): call DragSash to stop sashhobbs2004-05-031-1/+6
| | | | | | | | | | | | | | | | jump when B1 is pressed and released without moving. [Bug #932155] Make the panedwindow -opaqueresize option work as per the docs. [Bug #778893] FossilOrigin-Name: 9aba25da162463a72349d44897ef496c198aa12a
| * * library/panedwindow.tcl: use widget-specific Priv slots forhobbs2003-07-191-20/+21
| | | | | | | | | | | | | | pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows. FossilOrigin-Name: 0fa7ab2df2bcc7984e0551dc942ac4ec28e37f07
* | Apply some of the changes suggested in [Patch 1237759]dkf2005-07-251-33/+42
| | | | | | FossilOrigin-Name: f4f7febb1fd0d382ec64762edd93acd98eedff6f
* | * library/panedwindow.tcl (::tk::panedwindow::Cursor): checkhobbs2005-02-121-2/+3
| | | | | | | | | | | | window existence on delayed call. [Bug 949792] FossilOrigin-Name: 2117577eec4a384dc663d948d6397d96260802a8
* | * library/panedwindow.tcl (MarkSash): call DragSash to stop sashhobbs2004-05-031-1/+3
| | | | | | | | | | | | jump when B1 is pressed and released without moving. [Bug #932155] FossilOrigin-Name: 82c4f3c2e7cb0c00dfdc2c053d52491b16b250e9
* | * library/panedwindow.tcl: Apply patch from bug #778893 to makepatthoyts2003-07-281-1/+4
| | | | | | | | | | | | the panedwindow -opaqueresize option work as per the docs. FossilOrigin-Name: cd929d5cb83813eb4800c8e55b13acc8fe72b6ea
* | * library/panedwindow.tcl: use widget-specific Priv slots forhobbs2003-07-191-20/+21
|/ | | | | | | pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows. FossilOrigin-Name: fcdf9693ad76cb3c2194d93998a15efcfc1930db
* * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd):hobbs2002-08-081-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. FossilOrigin-Name: c5e500e1fd18750bd7263ac67fb4c5c7410021bd
* improved proxy sash handling. (boudaillier)hobbs2002-02-261-7/+9
| | | FossilOrigin-Name: a0cb7320145c7897c13e53e7b952e19eaca986a6
* Added proc comments. Made configuring sash cursor more efficient.hobbs2002-02-231-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. FossilOrigin-Name: 2d1015faf9bc6e1db724af780a0225d90a3fb6a6
* * library/panedwindow.tcl (ReleaseSash): changed to not pass x andhobbs2002-02-221-4/+4
| | | | | | y args at all (they aren't used). FossilOrigin-Name: be4ab9b6787c09203b668c6f235335618765d11f
* Fixed panedwindow binding bugs and added demos for it too.dkf2002-02-221-2/+2
| | | FossilOrigin-Name: 6cb4e627e7b512fab014d466d3f49e12fd61784a
* TIP #41 implementation, panedwindow [Patch #512503] (melski)hobbs2002-02-221-0/+136
FossilOrigin-Name: 7314a88b0f4af54da1dbbef59b183da7dd715071