summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move "selection modify" call because hidden items can't be selected.treectrl2004-08-131-1/+1
|
* Require correct package version.treectrl2004-08-131-1/+1
|
* Use "item expand/collapse/toggle" commands.treectrl2004-08-111-7/+7
|
* Added hash table for current selection.treectrl2004-08-111-8/+62
| | | | New "item expand/collapse/toggle" commands.
* Added hash table for current selection.treectrl2004-08-112-35/+43
|
* Deprecate the "T expand/collapse/toggle" commands.treectrl2004-08-113-287/+329
| | | | Document the "T item expand/collapse/toggle" commands.
* Changed the directory displayed.treectrl2004-08-111-1/+1
|
* Use "T item expand" etc instead of "T expand".treectrl2004-08-113-15/+17
|
* Allow changing -squeeze option for columns via popup.treectrl2004-08-111-12/+14
| | | | Use "T item expand" etc instead of "T expand".
* Clear Priv(prev) after tracking a selection to avoid error in TreeCtrl::Cancel.treectrl2004-08-091-0/+49
| | | | Rewrite TreeCtrl::Motion to generate a single <Selection> event.
* New "item state forcolumn" command.treectrl2004-08-093-128/+169
| | | | New "-squeeze" column option.
* Removed assumptions about item identifiers; use the result of "item create".treectrl2004-08-092-38/+46
|
* Replace styOn and styOff with single styCheck; use the new "item state ↵treectrl2004-08-091-19/+17
| | | | forcolumn" command.
* Fix bug when sorting via the "Modified" column.treectrl2004-08-091-1/+1
|
* New Tk_OffsetRegion() routine.treectrl2004-08-091-1/+10
|
* Moved elementTypeList to tkTreeElem.c where it is initialized.treectrl2004-08-091-29/+1
|
* Support for ITEM_ID_IS_STRING compile-time option.treectrl2004-08-091-5/+22
|
* New "item state forcolumn" command.treectrl2004-08-091-51/+333
| | | | | Support for ITEM_ID_IS_STRING compile-time option. Generate <Selection> event when selected items are deleted.
* Moved PerStateXXX declarations from tkTreeElem.c.treectrl2004-08-091-1/+58
| | | | Add support for adding new Element types at runtime by extension writer.
* Moved PerStateXXX declarations to tkTreeElem.h.treectrl2004-08-091-43/+61
| | | | Add support for adding new Element types at runtime by extension writer.
* Fix bug with whitespace not always being erased.treectrl2004-08-091-4/+40
| | | | Change how columnWidthSize is reallocated.
* Add Tcl_Obj for -borderwidth, -height, -width and -highlighthickness.treectrl2004-08-091-1/+26
| | | | | Support ITEM_ID_IS_STRING compile-time option. Declare STATIC_XXX() macros here.
* Add Tcl_Obj for -borderwidth, -height, -width and -highlighthickness.treectrl2004-08-091-89/+60
| | | | | Support ITEM_ID_IS_STRING compile-time option. Use STATIC_XXX() macros for readability.
* New option "-squeeze" lets columns surrender width when needed.treectrl2004-08-091-10/+47
|
* Update tests for changes in code.treectrl2004-07-303-19/+12
|
* Use "dragimage configure -visible" instead of "dragimage visible".treectrl2004-07-301-2/+2
|
* Use "marquee configure -visible" instead of "marquee visible".treectrl2004-07-301-2/+2
|
* Update docs for "item create", "item cget", "item configure", "dragimage ↵treectrl2004-07-303-408/+507
| | | | visible" etc.
* Use -button item option.treectrl2004-07-301-5/+5
| | | | Use "dragimage configure -visible" instead of "dragimage visible".
* Use -button item option.treectrl2004-07-303-16/+7
|
* 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.