| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
been compiled yet. ***
|
| |
|
|
|
|
| |
New text element option "-textvariable".
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixed bug with new -indent layout option and column justification.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Change cursor to hand2 when over the text element of child-of-root item.
Allow clicking text element of chlid-of-root item to expand/collapse item.
|
| |
|
| |
|
|
|
|
| |
Alphabetized style layout options.
|
|
|
|
| |
area using new layout option -indent.
|
|
|
|
|
|
| |
area using new layout option -indent.
Fixes for tree->columnPrefix when reporting errors.
|
|
|
|
|
|
|
|
| |
area using new layout option -indent.
Fixed bug with calculation of -union padding.
Set style->layoutWidth to limit recalculating height of a style (should have always been this way???).
Fixed OLD bug with reporting -ipadx and -ipady layout options.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New "column configure all" syntax.
New "column compare" command.
Return value of "column create" is unique identifier.
New "column delete all" syntax.
Deprecated "column index".
New command "column id".
New command "column list".
New command "column order".
Deprecated "compare".
Deprecated "index".
New command "item compare".
New command "item count".
New command "item id".
New command "item order" (replaces old "item index").
Deprecated "numcolumns" and "numitems".
Added section COLUMN DESCRIPTION.
Added section EXAMPLES with examples of column/item descriptions.
|
|
|
|
| |
The error message changed when a specified column doesn't exist.
|
|
|
|
|
| |
Replaced "column index" with "column id" and added a few tests.
Use "column count" instead of "numcolumns".
|
|
|
|
| |
Use "item id" instead of "index".
|
|
|
|
| |
Use "column compare".
|
|
|
|
| |
Use "item compare" instead of "compare".
|
| |
|
|
|
|
|
|
|
|
|
| |
column -background option.
Use to Priv(edit,$T) syntax (matches Priv(sensitive,$T)).
Use "column compare".
Use -tag instead of column index.
Use "item count" instead of "numitems".
|
|
|
|
|
|
|
|
| |
Use column -tag instead of zero, to handle -columnprefix option if used.
Added "Toggle All" menu commands to event browser window.
Specify -treecolumn with a real column as required now.
Handle <ColumnDrag> event for column reordering.
Use new "column list" command and "column delete all".
|
| |
|
|
|
|
|
|
|
|
|
| |
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 "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.
|
| |
|
|
|
|
| |
element that has never been configured for an item.
|
| |
|
|
|
|
|
|
|
|
|
| |
New command "item count", "numitems" is deprecated.
New command "item id", "index" is deprecated.
Replaced "item index" with "item order".
Replaced itemPrefix global with tree->itemPrefix option.
Use tree->columnPrefix when reporting column id.
tree->columnTree is no longer an int.
|
| |
|
| |
|
|
|
|
| |
itemPrefix, columnPrefix, nextColumnId added.
|
|
|
|
|
|
|
|
| |
New option -itemprefix changes how item ids look.
The -treecolumn option must be an actual column. Previously it was any integer which defaulted to zero; now it must be specified.
"identify" command result contains column id, not index.
Moved dragSpecs to tkTreeColumn.c.
Moved "columndrag" commands to tkTreeColumn.c.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Moved "columndrag configure" and "columndrag cget" to the toplevel column command -> "column dragconfigure" and "column dragcget".
Added custom option type for processing configuration options which expect a tree column.
Columns may be specified in a robust way similar to item descriptions. Previously only -tag and visible index were supported.
New command "column compare" should be used to see if two column descriptions refer to the same column.
"column configure" accepts column description of "all" as long as one or more option-value pairs are given.
"column delete" accepts column description of "all".
New command "column id" resolves column description into a unique identifier. "column index" is deprecated.
New command "column list" gives list of columns.
New command "column order" gives index of column in the list of columns.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
New -minitemheight and -usetheme treectrl options.
New -arrowpadx, -arrowpady, -arrowbitmap, -arrowimage, -state, -textlines column options.
Removed -relief and -sunken column options.
Added PER-STATE OPTIONS section.
New "window" element type.
New <ItemDelete> event.
|
| |
|
| |
|
| |
|
|
|
|
| |
Minor changes to keep in synch with library procs.
|
| |
|