summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* Bumped version to 2.2.8.treectrl2008-10-081-2/+2
* Set the tab size in the source window to 8 characters-per-tab.treectrl2008-07-301-2/+2
* Added option -showrootchildbuttons.treectrl2008-07-211-6/+9
* Bumped version to 2.2.6.treectrl2008-02-291-2/+2
* * demos/demo.tcl, doc/What's New in TkTreeCtrl.html:hobbs22008-02-221-2/+2
* Bumped version to 2.2.4.treectrl2008-01-221-2/+2
* Added "Increase Font Size" and "Decrease Font Size" menu entries.treectrl2007-11-301-3/+29
* Bumped version to 2.2.3.treectrl2007-02-061-2/+2
* Update version to 2.2.2.treectrl2007-01-221-2/+2
* Add -draw and -visible style layout options.treectrl2007-01-211-1/+8
* Use the new "dbwin" stuff.treectrl2007-01-211-3/+9
* 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
* Tweak the "Span" submenu to consider the column option -lock.treectrl2006-12-071-5/+15
* Use the new style layout option -draw instead of the deprecated element optio...treectrl2006-12-071-9/+10
* Use the new style layout option -draw instead of the deprecated element optio...treectrl2006-12-073-17/+23
* Use named fonts DemoFontBold and DemoFontUnderline.treectrl2006-12-047-16/+23
* Changes to support tile-aware treectrl.treectrl2006-12-041-50/+71
* 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 a...treectrl2006-11-251-2/+15
* 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-2317-93/+100
* 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 and...treectrl2006-11-231-7/+8
* 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 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