summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* Use updated [selection get] syntax.treectrl2006-11-191-3/+3
* Use lassign instead of the classic foreach hack.treectrl2006-11-191-4/+3
* Use updated [selection get] syntax.treectrl2006-11-191-7/+5
* 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 foreac...treectrl2006-11-191-10/+16
* 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
* 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 TreeCtrl::Priv(s...treectrl2006-11-051-34/+3
* Replaced use of deprecated treectrl option -defaultstyle with new column opti...treectrl2006-11-051-6/+6
* Replaced use of deprecated treectrl option -defaultstyle with new column opti...treectrl2006-11-054-10/+13
* Double-clicking a folder goes to that folder. Added ".." folder to go to the ...treectrl2006-11-011-5/+59
* 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
* 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
* 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
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-041-5/+4
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-045-32/+31
* Clip window elements.treectrl2006-09-271-14/+39
* Moved check for Tile from firefox.tcl.treectrl2006-09-271-1/+9
* Nitpick.treectrl2006-09-271-5/+6
* Moved check for Tile to demo.tcl.treectrl2006-09-271-31/+114
* Disable mouse tracking when the initial click activates the name-editing entry.treectrl2006-09-241-1/+3
* Replace clunky block of code with [item descendants].treectrl2006-09-242-37/+5
* Use tags to group related items rather than checking their depth.treectrl2006-09-241-12/+12
* New demo "My Computer" shows off disabled items.treectrl2006-09-161-0/+115
* Clear the "enabled" state of header items in the property list so they can't ...treectrl2006-09-161-2/+3
* Added "My Computer" demo.treectrl2006-09-161-2/+5
* Bumped version to 2.1.1.treectrl2006-09-051-10/+15
* Add column-span demo.treectrl2006-07-112-1/+71