summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace police.treectrl2006-12-091-3/+3
|
* Added -span debug option.treectrl2006-12-081-3/+5
|
* Added a mouseover state to change the appearance of spans.treectrl2006-12-071-2/+36
|
* Allow the text in the first column to be squeezed to display "...".treectrl2006-12-071-4/+4
|
* Added a -union element to the last set of items to test the new style layout ↵treectrl2006-12-071-3/+4
| | | | option -visble.
* Tweak the "Span" submenu to consider the column option -lock.treectrl2006-12-071-5/+15
| | | | | Only delay displaying the styles in an item when the selection changes if the mouse button is pressed. Remove usage of the deprecated -defaultstyle option.
* Use the new style layout option -draw instead of the deprecated element ↵treectrl2006-12-071-9/+10
| | | | | | option of the same name. Changed the fill color of the selection rectangle.
* Use the new style layout option -draw instead of the deprecated element ↵treectrl2006-12-073-17/+23
| | | | option of the same name.
* Use named fonts DemoFontBold and DemoFontUnderline.treectrl2006-12-047-16/+23
|
* Changes to support tile-aware treectrl.treectrl2006-12-041-50/+71
| | | | Create named fonts DemoFontBold and DemoFontUnderline.
* 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).