Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use -defaultstyle widget option. | treectrl | 2004-07-30 | 1 | -13/+11 | |
| | | | | Use -button item option. | |||||
* | Add copyright. | treectrl | 2004-07-30 | 1 | -22/+40 | |
| | | | | Fixed "style elements" error message. | |||||
* | Add copyright. | treectrl | 2004-07-30 | 2 | -0/+20 | |
| | ||||||
* | Add copyright. | treectrl | 2004-07-30 | 1 | -36/+50 | |
| | | | | | Beefed up Marquee_Config(); handle -visible option properly. Removed "marquee visible" command. | |||||
* | Add copyright. | treectrl | 2004-07-30 | 1 | -402/+415 | |
| | | | | | | | | | Add "item cget" and "item configure" commands. Removed "item hasbutton" and "item visible" commands. Removed unused code. Made TreeItem_AllocXXX() private. Reorganized TreeItemCmd(). Added TreeItem_Init() for widget initialization. | |||||
* | Add copyright. | treectrl | 2004-07-30 | 1 | -42/+50 | |
| | | | | | Beefed up DragImage_Config(); handle -visible configuration properly. Removed "dragimage visible" command. | |||||
* | Add copyright. | treectrl | 2004-07-30 | 3 | -0/+30 | |
| | ||||||
* | Add copyright. | treectrl | 2004-07-30 | 1 | -3/+5 | |
| | | | | | Add Tk_OptionTable for items to TreeCtrl struct. Remove TreeItem_AllocXXX declarations, add TreeItem_Init(). | |||||
* | Add copyright. | treectrl | 2004-07-30 | 1 | -6/+3 | |
| | | | | Call TreeItem_Init() when creating widget. | |||||
* | Add copyright | treectrl | 2004-07-30 | 3 | -7/+20 | |
| | ||||||
* | Bounds check -defaultstyle in "item create". | treectrl | 2004-07-28 | 1 | -2/+2 | |
| | ||||||
* | Update -defaultstyle when during "column move". | treectrl | 2004-07-28 | 1 | -3/+75 | |
| | ||||||
* | More visible height/width < 0 fixes. | treectrl | 2004-07-27 | 1 | -3/+15 | |
| | | | | Update columnWidthSize correctly [BUG 897971] | |||||
* | More visible height < 0 fixes. | treectrl | 2004-07-27 | 1 | -1/+5 | |
| | ||||||
* | Edit last revision to handle negative visible height/width better in ↵ | treectrl | 2004-07-26 | 1 | -2/+2 | |
| | | | | xview/yview commands. | |||||
* | Changes for new "column create" command. | treectrl | 2004-07-26 | 3 | -11/+15 | |
| | ||||||
* | Update -defaultstyle widget option when a style is deleted. | treectrl | 2004-07-26 | 1 | -0/+22 | |
| | ||||||
* | Fix "column move" when item column wasn't allocated yet. | treectrl | 2004-07-26 | 1 | -72/+70 | |
| | | | | | | Fix "item index" if index needed recalculating. New -defaultstyle widget option used by "item create". Tree columns are no longer automatically created by various "item" commands. | |||||
* | Fix panic() attack in yview/xview when visible height/width <= 0. | treectrl | 2004-07-26 | 1 | -2/+2 | |
| | ||||||
* | New "-defaultstyle" widget option. | treectrl | 2004-07-26 | 1 | -2/+8 | |
| | | | | Remove Tree_CreateColumn() declaration. | |||||
* | New "-defaultstyle" widget option. | treectrl | 2004-07-26 | 1 | -14/+76 | |
| | ||||||
* | New "column create" command. | treectrl | 2004-07-26 | 1 | -56/+44 | |
| | | | | | The "column configure" command no longer creates columns. Tail column index is kept up-to-date. | |||||
* | Document -defaultstyle widget option and "column create" command. Various ↵ | treectrl | 2004-07-26 | 3 | -824/+906 | |
| | | | | changes. | |||||
* | Use the new "column create" command and -defaultstyle widget option. | treectrl | 2004-07-26 | 11 | -45/+56 | |
| | ||||||
* | * generic/tkTreeCtrl.c (ImageChangedProc): cause image change to | hobbs2 | 2004-02-10 | 3 | -2/+14 | |
| | | | | | * generic/tkTreeColumn.c (ImageChangedProc): refresh window. Could narrow down the full update, but better than nothing. | |||||
* | * library/filelist-bindings.tcl: whitespace police | hobbs2 | 2003-12-02 | 2 | -641/+654 | |
| | | | | | 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 | |
| | ||||||
* | * generic/tkTreeCtrl.c (LoupeCmd): remove extra interp arg to | hobbs2 | 2003-11-26 | 2 | -2/+7 | |
| | | | | Tk_PhotoPutZoomedBlock. | |||||
* | whitespace police | hobbs2 | 2003-11-25 | 2 | -1478/+1364 | |
| | ||||||
* | (TreeWorldChanged): add calls to TreeStyle_TreeChanged and | hobbs2 | 2003-11-25 | 1 | -4/+9 | |
| | | | | TreeColumn_TreeChanged to correctly display font size changes | |||||
* | new ChangeLog | hobbs2 | 2003-11-25 | 1 | -0/+7 | |
| | ||||||
* | whitespace police | hobbs2 | 2003-11-25 | 2 | -2943/+2699 | |
| | ||||||
* | Always redraw header when "column move" command is used. | treectrl | 2003-08-09 | 1 | -0/+2 | |
| | ||||||
* | Set ::Dir to Tcl/lib directory | treectrl | 2003-07-19 | 1 | -1/+1 | |
| | ||||||
* | Allow running from 'demos' directory and when installed. | treectrl | 2003-07-19 | 1 | -24/+47 | |
| | ||||||
* | Move to 'demos/pics' directory. | treectrl | 2003-07-19 | 50 | -0/+0 | |
| | ||||||
* | Move to 'demos' directory. | treectrl | 2003-07-19 | 1 | -1/+1 | |
| | ||||||
* | Work-around for auto-scanning problem. | treectrl | 2003-07-18 | 1 | -0/+2 | |
| | ||||||
* | Add missing close-bracket. | treectrl | 2003-07-18 | 1 | -1/+1 | |
| | ||||||
* | Fix for pathnames with spaces. | treectrl | 2003-07-18 | 1 | -2/+2 | |
| | ||||||
* | Fix for missing lines when siblings not visible. | treectrl | 2003-03-29 | 1 | -14/+28 | |
| | ||||||
* | Removed some dead code. | treectrl | 2003-01-28 | 1 | -16/+4 | |
| | | | | | Windows support for 'scan' command. Reset -indent for each demo. | |||||
* | Implement 'scan mark' and 'scan dragto' stuff. | treectrl | 2003-01-28 | 1 | -3/+33 | |
| | ||||||
* | Moved static Tk_OptionTable vars into structs. | treectrl | 2003-01-28 | 4 | -41/+30 | |
| | ||||||
* | Added 'scan' command. | treectrl | 2003-01-28 | 2 | -3/+64 | |
| | ||||||
* | Test querying all the configuration options of a tree control soes no | krischan | 2003-01-08 | 1 | -3/+9 | |
| | | | | | longer expect any current values, since they depends on local settings, e.g. ~/.Xdefault | |||||
* | added description of new -element option of item sort widget command. | krischan | 2003-01-06 | 4 | -13/+38 | |
| | ||||||
* | added tests for new -element option of item sort widget command. | krischan | 2003-01-06 | 1 | -5/+40 | |
| | ||||||
* | Fixed bug with 'state undefine'. | treectrl | 2003-01-06 | 1 | -7/+11 | |
| | ||||||
* | Fixed bug with bitmap and 'state undefine'. | treectrl | 2003-01-06 | 1 | -7/+14 | |
| |