summaryrefslogtreecommitdiffstats
path: root/demos/demo.tcl
Commit message (Expand)AuthorAgeFilesLines
* Added "Item Justify" popup to the right-click menu for column headers.treectrl2006-12-021-1/+14
* Don't update the styles-in-item list until the mouse is released over an item...treectrl2006-11-251-3/+10
* Added [DemoList] command to get the name of the main list rather than hard-co...treectrl2006-11-231-44/+51
* Added a little performance test for CACHE_xxx_SIZE.treectrl2006-11-221-1/+12
* 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
* Add "Resize" checkbutton to the column header right-click menu.treectrl2006-11-151-17/+22
* Theme-related changes.treectrl2006-11-131-25/+160
* Made scrollbars dynamic.treectrl2006-11-121-6/+17
* Replaced use of deprecated treectrl option -defaultstyle with new column opti...treectrl2006-11-051-3/+3
* Remove rowlabels.treectrl2006-10-141-16/+2
* Rearranged the "Debug" right-click menu.treectrl2006-10-141-16/+29
* Verify [console] command exists so demo can be run in a slave interp.treectrl2006-10-111-10/+66
* Column -tag is now -tags (although -tag is still backwards-compatible).treectrl2006-10-041-11/+41
* Moved check for Tile from firefox.tcl.treectrl2006-09-271-1/+9
* 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-111-1/+3
* * demos/demo.tcl: just check for 'loupe' to run loupe demohobbs22005-09-251-3/+2
* Use [tk windowingsystem] to determine the platform. (to support my SDL versio...treectrl2005-09-071-3/+16
* Bumped version to 2.1.treectrl2005-07-231-2/+2
* Set -columnresizemode to realtime on X11.treectrl2005-07-161-3/+4
* Don't set -font to Courier 8 in the Events Browser, it is too small on X11.treectrl2005-07-151-8/+7
* TagIdentify bindtag is used so the Identify Window updates even when the mous...treectrl2005-07-121-7/+26
* Added RCS $Id$ tags.treectrl2005-07-111-0/+2
* option add -columnresizemode for all lists in the demo.treectrl2005-07-101-15/+33
* Use new "item element configure" syntax to configure multiple elements at onc...treectrl2005-07-051-25/+21
* Set correct patchlevel in VERSION variable.treectrl2005-06-291-1/+1
* Added menu command for the new style layout editor window.treectrl2005-06-131-3/+22
* Set -background of tail column to default when loading a new demo to undo cha...treectrl2005-06-021-5/+11
* Check for existence of env(TREECTRL_LIBRARY) when reporting its value.treectrl2005-05-301-1/+6
* Change <Command-ButtonPress-1> binding on Aqua to <Control-ButtonPress-1>, si...treectrl2005-05-281-1/+1
* Set -columnresizemode to "realtime" on OSX and WinNT.treectrl2005-05-271-0/+12
* Use new keywords "order" and "ordervisible" -backgroundmode popup.treectrl2005-05-241-1/+1
* Added global "ShowLines" which is false on the Mac to disable drawing connect...treectrl2005-05-221-2/+4
* Added <Command-ButtonPress-1> binding under Aqua to pop up the context menu.treectrl2005-05-221-0/+5
* Added Textvariable demo.treectrl2005-05-171-0/+2
* Allow "Tree Column" command in header context menu to toggle -treecolumn on/off.treectrl2005-05-141-1/+1
* Bump version to 2.0 because of API changes.treectrl2005-05-131-47/+86
* "option add" call to set -usetheme default to true.treectrl2005-05-101-80/+125
* Bump version to 1.2.treectrl2005-05-011-6/+46
* More fiddling with package loading.treectrl2005-03-291-41/+256
* * demos/demo.tcl: try loading treectrl before trying thehobbs22005-02-151-3/+3
* Fiddled with dev/install library loading again.treectrl2005-01-031-26/+44
* * pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and usehobbs22004-10-091-805/+800
* Require correct package version.treectrl2004-08-131-1/+1
* Allow changing -squeeze option for columns via popup.treectrl2004-08-111-12/+14
* Use -defaultstyle widget option.treectrl2004-07-301-13/+11
* Use the new "column create" command and -defaultstyle widget option.treectrl2004-07-261-5/+5
* Allow running from 'demos' directory and when installed.treectrl2003-07-191-24/+47