summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use -defaultstyle widget option.treectrl2004-07-301-13/+11
| | | | Use -button item option.
* Add copyright.treectrl2004-07-301-22/+40
| | | | Fixed "style elements" error message.
* Add copyright.treectrl2004-07-302-0/+20
|
* Add copyright.treectrl2004-07-301-36/+50
| | | | | Beefed up Marquee_Config(); handle -visible option properly. Removed "marquee visible" command.
* Add copyright.treectrl2004-07-301-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.treectrl2004-07-301-42/+50
| | | | | Beefed up DragImage_Config(); handle -visible configuration properly. Removed "dragimage visible" command.
* Add copyright.treectrl2004-07-303-0/+30
|
* Add copyright.treectrl2004-07-301-3/+5
| | | | | Add Tk_OptionTable for items to TreeCtrl struct. Remove TreeItem_AllocXXX declarations, add TreeItem_Init().
* Add copyright.treectrl2004-07-301-6/+3
| | | | Call TreeItem_Init() when creating widget.
* Add copyrighttreectrl2004-07-303-7/+20
|
* Bounds check -defaultstyle in "item create".treectrl2004-07-281-2/+2
|
* Update -defaultstyle when during "column move".treectrl2004-07-281-3/+75
|
* More visible height/width < 0 fixes.treectrl2004-07-271-3/+15
| | | | Update columnWidthSize correctly [BUG 897971]
* More visible height < 0 fixes.treectrl2004-07-271-1/+5
|
* Edit last revision to handle negative visible height/width better in ↵treectrl2004-07-261-2/+2
| | | | xview/yview commands.
* Changes for new "column create" command.treectrl2004-07-263-11/+15
|
* Update -defaultstyle widget option when a style is deleted.treectrl2004-07-261-0/+22
|
* Fix "column move" when item column wasn't allocated yet.treectrl2004-07-261-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.treectrl2004-07-261-2/+2
|
* New "-defaultstyle" widget option.treectrl2004-07-261-2/+8
| | | | Remove Tree_CreateColumn() declaration.
* New "-defaultstyle" widget option.treectrl2004-07-261-14/+76
|
* New "column create" command.treectrl2004-07-261-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 ↵treectrl2004-07-263-824/+906
| | | | changes.
* Use the new "column create" command and -defaultstyle widget option.treectrl2004-07-2611-45/+56
|
* * generic/tkTreeCtrl.c (ImageChangedProc): cause image change tohobbs22004-02-103-2/+14
| | | | | * generic/tkTreeColumn.c (ImageChangedProc): refresh window. Could narrow down the full update, but better than nothing.
* * library/filelist-bindings.tcl: whitespace policehobbs22003-12-022-641/+654
| | | | | added check for Priv(buttonMode) before use in bindings that may not get an associated button-down event
* whitespace policehobbs22003-12-021-328/+328
|
* * generic/tkTreeCtrl.c (LoupeCmd): remove extra interp arg tohobbs22003-11-262-2/+7
| | | | Tk_PhotoPutZoomedBlock.
* whitespace policehobbs22003-11-252-1478/+1364
|
* (TreeWorldChanged): add calls to TreeStyle_TreeChanged andhobbs22003-11-251-4/+9
| | | | TreeColumn_TreeChanged to correctly display font size changes
* new ChangeLoghobbs22003-11-251-0/+7
|
* whitespace policehobbs22003-11-252-2943/+2699
|
* Always redraw header when "column move" command is used.treectrl2003-08-091-0/+2
|
* Set ::Dir to Tcl/lib directorytreectrl2003-07-191-1/+1
|
* Allow running from 'demos' directory and when installed.treectrl2003-07-191-24/+47
|
* Move to 'demos/pics' directory.treectrl2003-07-1950-0/+0
|
* Move to 'demos' directory.treectrl2003-07-191-1/+1
|
* Work-around for auto-scanning problem.treectrl2003-07-181-0/+2
|
* Add missing close-bracket.treectrl2003-07-181-1/+1
|
* Fix for pathnames with spaces.treectrl2003-07-181-2/+2
|
* Fix for missing lines when siblings not visible.treectrl2003-03-291-14/+28
|
* Removed some dead code.treectrl2003-01-281-16/+4
| | | | | Windows support for 'scan' command. Reset -indent for each demo.
* Implement 'scan mark' and 'scan dragto' stuff.treectrl2003-01-281-3/+33
|
* Moved static Tk_OptionTable vars into structs.treectrl2003-01-284-41/+30
|
* Added 'scan' command.treectrl2003-01-282-3/+64
|
* Test querying all the configuration options of a tree control soes nokrischan2003-01-081-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.krischan2003-01-064-13/+38
|
* added tests for new -element option of item sort widget command.krischan2003-01-061-5/+40
|
* Fixed bug with 'state undefine'.treectrl2003-01-061-7/+11
|
* Fixed bug with bitmap and 'state undefine'.treectrl2003-01-061-7/+14
|