| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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:
|
| |
| |
| |
| | |
window existence on delayed call. [Bug 949792]
|
| |
| |
| |
| |
| |
| | |
jump when B1 is pressed and released without moving. [Bug #932155]
Make the panedwindow -opaqueresize option work as per the docs.
[Bug #778893]
|
| |
| |
| |
| |
| | |
pwAfterId and panecursor items to correctly handle cursor changes
with adjacant panedwindows.
|
| | |
|
| |
| |
| |
| | |
window existence on delayed call. [Bug 949792]
|
| |
| |
| |
| | |
jump when B1 is pressed and released without moving. [Bug #932155]
|
| |
| |
| |
| | |
the panedwindow -opaqueresize option work as per the docs.
|
|/
|
|
|
| |
pwAfterId and panecursor items to correctly handle cursor changes
with adjacant panedwindows.
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
y args at all (they aren't used).
|
| |
|
|
|