summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Use the new column option -itemjustify.treectrl2006-12-022-4/+5
|
* Added "Item Justify" popup to the right-click menu for column headers.treectrl2006-12-021-1/+14
|
* Use the item option "-button auto".treectrl2006-11-301-7/+3
|
* Whitespace police.treectrl2006-11-3013-3275/+3275
|
* Only remember the item-columns on the edge of the selection. There is still ↵treectrl2006-11-251-2/+15
| | | | a "bug" where all the item-columns in a range are redrawn when only the two ends need to be redrawn.
* Don't update the styles-in-item list until the mouse is released over an ↵treectrl2006-11-251-3/+10
| | | | item. It can give a false impression that a main list update is slower than it really is.
* Added [DemoList] command to get the name of the main list rather than ↵treectrl2006-11-2317-93/+100
| | | | hard-coding .f2.f1.t everywhere.
* Added test command to add some text to each item-column.treectrl2006-11-231-1/+7
|
* Column -tag to -tags.treectrl2006-11-231-2/+2
|
* Made more interesting by allowing the column to be resized; text wrapping ↵treectrl2006-11-231-7/+8
| | | | and window expansion/squeezing demonstrated.
* Comment added.treectrl2006-11-221-1/+2
|
* Added a little performance test for CACHE_xxx_SIZE.treectrl2006-11-221-1/+12
|
* Use updated [selection get] syntax.treectrl2006-11-191-3/+3
|
* Use lassign instead of the classic foreach hack.treectrl2006-11-191-4/+3
| | | | Use [column tag expr] instead of examining the tags directly.
* Use updated [selection get] syntax.treectrl2006-11-191-7/+5
| | | | Replaced a foreach loop with a multi-item description.
* Use lassign instead of the classic foreach hack.treectrl2006-11-194-12/+23
|
* Define ::lassign if it doesn't exist and use it instead of the classic ↵treectrl2006-11-191-10/+16
| | | | | | foreach hack. Use updated [selection get] syntax.
* Comment out the line setting -itemprefix and -columnprefix.treectrl2006-11-181-3/+3
|
* Replaced [llength [$w selection get]] with [$w selection count].treectrl2006-11-181-4/+4
|
* Make sure it works when -itemprefix and/or -columnprefix are specified.treectrl2006-11-151-40/+37
|
* Add "Resize" checkbutton to the column header right-click menu.treectrl2006-11-151-17/+22
| | | | Whitespace cleanup.
* Make sure the demo runs when -itemprefix and/or -columnprefix are specified.treectrl2006-11-152-12/+12
|
* Theme-related changes.treectrl2006-11-133-53/+209
|
* Made scrollbars dynamic.treectrl2006-11-121-6/+17
|
* Fixed improper binding on the demo list.treectrl2006-11-121-5/+5
|
* Copy item states when displaying the current style in the canvas.treectrl2006-11-091-1/+11
|
* Cosmetic changes (to code and appearance).treectrl2006-11-051-8/+8
|
* Use TreeCtrl::IsSensitive in two places rather than checking ↵treectrl2006-11-051-34/+3
| | | | TreeCtrl::Priv(sensitive).
* Replaced use of deprecated treectrl option -defaultstyle with new column ↵treectrl2006-11-051-6/+6
| | | | | | option -itemstyle. Set the size of window element box in the canvas to the [winfo width] instead of [winfo reqwidth] to support the -clip option (since the borderless frame usually has zero requested size).
* Replaced use of deprecated treectrl option -defaultstyle with new column ↵treectrl2006-11-054-10/+13
| | | | option -itemstyle.
* Double-clicking a folder goes to that folder. Added ".." folder to go to the ↵treectrl2006-11-011-5/+59
| | | | parent directory.
* Added spreadsheet-like selection.treectrl2006-10-311-21/+100
|
* Cosmetic changes, plus toggle the checkbuttons when clicked.treectrl2006-10-281-30/+47
|
* Changed -justification of Delete and Bounce columns.treectrl2006-10-281-3/+3
|
* Remove some unnecessary configuration.treectrl2006-10-281-2/+1
|
* Try the new -uniform and -weight column options.treectrl2006-10-281-4/+7
|
* Stop using deprecated commands.treectrl2006-10-283-6/+6
|
* Remove rowlabels.treectrl2006-10-142-164/+2
|
* Added a right-locked column.treectrl2006-10-141-13/+47
|
* Rearranged the "Debug" right-click menu.treectrl2006-10-141-16/+29
| | | | Added zoom radiobuttons to the loupe window (renamed to TreeCtrl Magnifier).
* Use [item collapse] instead of deprecated [collpase].treectrl2006-10-141-2/+2
|
* New file to demonstrate the column option -lock.treectrl2006-10-111-0/+176
|
* Verify [console] command exists so demo can be run in a slave interp.treectrl2006-10-111-10/+66
| | | | | | | | | <Control-Shift-ButtonXXX> bindings will drag the marquee and redraw the selected area. Added -drawcolor to [debug configure]. Added -displaydelay to Debug right-click menu. Added -lock to column right-click menu. Added "Column Locking" demo. The loupe window is now hidden by default, and hiding it will cancel the "after" command. It can be displayed via the main menu.
* 2 nitpicks.treectrl2006-10-111-2/+5
|
* New file.treectrl2006-10-041-0/+145
|
* Use the window element -clip option.treectrl2006-10-041-4/+13
|
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-048-47/+47
|
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-041-11/+41
| | | | | | Added rowlabels demo. Added -columnrsizemode, -showrowlabels, -rowlabelresize to right-click menu. Use -columnbreak option on the column and span menus.
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-041-5/+4
| | | | ttk::entry is no longer imported since it fubars the library text-editing code.
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-045-32/+31
|