Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix undefined variable. [ Patch 1507123 ] | treectrl | 2006-07-12 | 1 | -1/+3 |
| | |||||
* | Fix errors with various bindings when no items are visible. [ Bug 1422883 ] | treectrl | 2006-07-11 | 1 | -9/+17 |
| | |||||
* | Add mousewheel support to OSX. [Patch 1338259] | treectrl | 2005-11-16 | 1 | -6/+10 |
| | |||||
* | Added RCS line. | treectrl | 2005-09-15 | 2 | -0/+4 |
| | |||||
* | Multi-clicking in a column header is same as single-click instead of a no-op. | treectrl | 2005-07-23 | 1 | -0/+4 |
| | | | | Update cursor and header state after double-clicking to resize a column. | ||||
* | Use [item element perstate] instead of [item element actual] (it was ↵ | treectrl | 2005-07-12 | 1 | -4/+16 |
| | | | | renamed) plus set font to treectrl's -font option if result is "". | ||||
* | Removed style arg to FileListEdit. | treectrl | 2005-07-10 | 1 | -3/+8 |
| | | | | Set justify if not specified for element in TextExpanderOpen. | ||||
* | Removed the <Destroy> binding on the name-editting window since qebind.c now ↵ | treectrl | 2005-06-08 | 1 | -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 ↵ | treectrl | 2005-06-04 | 1 | -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. | treectrl | 2005-06-04 | 1 | -0/+2 |
| | |||||
* | Shortened the delay before showing the text editing widget. A new variable ↵ | treectrl | 2005-06-02 | 1 | -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. | ||||
* | Change <Control-ButtonPress-1> binding on Aqua to <Command-ButtonPress-1>, ↵ | treectrl | 2005-05-28 | 1 | -1/+6 |
| | | | | since Command should be used for discontinuous selection on OSX. | ||||
* | New option -columnresizemode. | treectrl | 2005-05-27 | 1 | -4/+13 |
| | |||||
* | Check new -resize option to determine if column can be resized. | treectrl | 2005-05-22 | 1 | -6/+15 |
| | | | | | Highlight correct column header when pointer is at the left edge. Restrict column resize max width to the new -maxwidth option. | ||||
* | Use "item id" instead of "index". | treectrl | 2005-05-13 | 1 | -137/+97 |
| | | | | | | | | | Use "item compare" instead of "compare". Use "column compare" instead of !=, eq etc. Cleaner code with column descriptions. Allow column dragging even if -button is false. New command TreeCtrl::TryEvent for generating events which may not be installed. "columndrag XXX" replaced with "column dragconfigure" and "column dragcget". | ||||
* | Use "column compare" instead of !=, eq etc. | treectrl | 2005-05-13 | 1 | -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. | treectrl | 2005-05-10 | 1 | -72/+12 |
| | |||||
* | Replace -relief and -sunken column options with -state. | treectrl | 2005-05-10 | 1 | -29/+160 |
| | | | | | | Column drag-and-drop reordering added. Added bunch of return statements (more efficient right?) Changed AutoScan code to be useful to other scripts. | ||||
* | Use new column -state option. Will probably remove column -sunken. | treectrl | 2005-05-01 | 1 | -0/+44 |
| | | | | Support for new Theme API "active" state in column headers. | ||||
* | Pass TreeCtrl::PercentsCmd to "notify generate". | treectrl | 2005-03-29 | 1 | -15/+26 |
| | | | | Double-colon police. | ||||
* | Added TreeCtrl::PercentsCmd to perform %-substitution on dynamic events. | treectrl | 2005-03-29 | 1 | -2/+28 |
| | |||||
* | * pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and use | hobbs2 | 2004-10-09 | 2 | -0/+5 |
| | | | | | | | | * 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 "item expand/collapse/toggle" commands. | treectrl | 2004-08-11 | 1 | -7/+7 |
| | |||||
* | Clear Priv(prev) after tracking a selection to avoid error in TreeCtrl::Cancel. | treectrl | 2004-08-09 | 1 | -0/+49 |
| | | | | Rewrite TreeCtrl::Motion to generate a single <Selection> event. | ||||
* | Use "dragimage configure -visible" instead of "dragimage visible". | treectrl | 2004-07-30 | 1 | -2/+2 |
| | |||||
* | Use "marquee configure -visible" instead of "marquee visible". | treectrl | 2004-07-30 | 1 | -2/+2 |
| | |||||
* | * library/filelist-bindings.tcl: whitespace police | hobbs2 | 2003-12-02 | 1 | -641/+646 |
| | | | | | added check for Priv(buttonMode) before use in bindings that may not get an associated button-down event | ||||
* | whitespace police | hobbs2 | 2003-12-02 | 1 | -328/+328 |
| | |||||
* | Work-around for auto-scanning problem. | treectrl | 2003-07-18 | 1 | -0/+2 |
| | |||||
* | Implement 'scan mark' and 'scan dragto' stuff. | treectrl | 2003-01-28 | 1 | -3/+33 |
| | |||||
* | -padw/e -> -padx | treectrl | 2003-01-05 | 1 | -2/+7 |
| | |||||
* | Use changed ''notify generate' syntax. | treectrl | 2002-12-31 | 2 | -11/+12 |
| | |||||
* | Don't call "notify generate" if events weren't installed. | treectrl | 2002-12-23 | 2 | -7/+17 |
| | |||||
* | Changes to survive column reordering. | treectrl | 2002-12-23 | 1 | -54/+66 |
| | |||||
* | Double-click button fix. | treectrl | 2002-12-21 | 2 | -0/+11 |
| | |||||
* | Initial revision | treectrl | 2002-12-17 | 2 | -0/+1613 |