summaryrefslogtreecommitdiffstats
path: root/library/filelist-bindings.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Clicking in a disabled item starts the marquee drag.treectrl2006-09-161-1/+4
|
* Removed unused code.treectrl2006-09-051-12/+4
| | | | Use [notify unbind] to remove a binding.
* * library/filelist-bindings.tcl (::TreeCtrl::EditClose): rewrotehobbs22006-08-161-177/+127
| | | | | | bindings of edit widget helpers to use TreeCtrlEntry and TreeCtrlText classes. Fix for <Escape> binding possibly triggering <FocusOut>.
* Added RCS line.treectrl2005-09-151-0/+2
|
* Use [item element perstate] instead of [item element actual] (it was ↵treectrl2005-07-121-4/+16
| | | | renamed) plus set font to treectrl's -font option if result is "".
* Removed style arg to FileListEdit.treectrl2005-07-101-3/+8
| | | | Set justify if not specified for element in TextExpanderOpen.
* Removed the <Destroy> binding on the name-editting window since qebind.c now ↵treectrl2005-06-081-9/+0
| | | | automatically deletes bindings on a Tk window when that window is destroyed.
* Examine -padx and -ipadx of -union elements when calculating max width of ↵treectrl2005-06-041-7/+30
| | | | | | the text widget. Remove the <Scroll> binding from the entry/text widget if they are destroyed.
* Fix bug 1210747: entry or text widget could keep focus when hidden.treectrl2005-06-041-0/+2
|
* Shortened the delay before showing the text editing widget. A new variable ↵treectrl2005-06-021-2/+91
| | | | | | | | TreeCtrl::Priv(edit,delay) can be used to set the delay. Hide the text editing widget on <ButtonPress-1>. Added <Edit-begin> and <Edit-end> events. Added 3 commands to set the Priv(edit,$T), Priv(sensitive,$T) and Priv(dragimage,$T) variables.
* Use "column compare" instead of !=, eq etc.treectrl2005-05-131-38/+43
| | | | | | | | | Use "item id" instead of "index". Require 4-pixel movement before starting a drag. Use TreeCtrl::TryEvent to report <Drag>, <Edit> events. Use "item order" which replaces "item index". Changed format of Priv(edit,$w) to match Priv(sensitive,$w). File-name editing no longer assumes element is in column zero.
* Removed duplicate XXXAutoScan code and use TreeCtrl::AutoScan.treectrl2005-05-101-72/+12
|
* Pass TreeCtrl::PercentsCmd to "notify generate".treectrl2005-03-291-15/+26
| | | | Double-colon police.
* * pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and usehobbs22004-10-091-0/+2
| | | | | | | | * demos/demo.tcl: tcl_findLibrary to avoid the issue of build vs. * tests/all.tcl: install package. * generic/tkTreeCtrl.c: * library/filelist-bindings.tcl: ensure TreeCtrl namespace exists * library/treectrl.tcl: source filelist-bindings
* Use "dragimage configure -visible" instead of "dragimage visible".treectrl2004-07-301-2/+2
|
* * library/filelist-bindings.tcl: whitespace policehobbs22003-12-021-641/+646
| | | | | added check for Priv(buttonMode) before use in bindings that may not get an associated button-down event
* -padw/e -> -padxtreectrl2003-01-051-2/+7
|
* Use changed ''notify generate' syntax.treectrl2002-12-311-10/+10
|
* Don't call "notify generate" if events weren't installed.treectrl2002-12-231-6/+13
|
* Changes to survive column reordering.treectrl2002-12-231-54/+66
|
* Double-click button fix.treectrl2002-12-211-0/+1
|
* Initial revisiontreectrl2002-12-171-0/+788