Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update version to 2.2.2. | treectrl | 2007-01-22 | 1 | -2/+2 |
| | |||||
* | Add -draw and -visible style layout options. | treectrl | 2007-01-21 | 1 | -1/+8 |
| | | | | Force -visible to true when copying layout options to the canvas. | ||||
* | Use the new "dbwin" stuff. | treectrl | 2007-01-21 | 1 | -3/+9 |
| | |||||
* | Whitespace police. | treectrl | 2006-12-09 | 1 | -3/+3 |
| | |||||
* | Added -span debug option. | treectrl | 2006-12-08 | 1 | -3/+5 |
| | |||||
* | Added a mouseover state to change the appearance of spans. | treectrl | 2006-12-07 | 1 | -2/+36 |
| | |||||
* | Allow the text in the first column to be squeezed to display "...". | treectrl | 2006-12-07 | 1 | -4/+4 |
| | |||||
* | Added a -union element to the last set of items to test the new style layout ↵ | treectrl | 2006-12-07 | 1 | -3/+4 |
| | | | | option -visble. | ||||
* | Tweak the "Span" submenu to consider the column option -lock. | treectrl | 2006-12-07 | 1 | -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 ↵ | treectrl | 2006-12-07 | 1 | -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 ↵ | treectrl | 2006-12-07 | 3 | -17/+23 |
| | | | | option of the same name. | ||||
* | Use named fonts DemoFontBold and DemoFontUnderline. | treectrl | 2006-12-04 | 7 | -16/+23 |
| | |||||
* | Changes to support tile-aware treectrl. | treectrl | 2006-12-04 | 1 | -50/+71 |
| | | | | Create named fonts DemoFontBold and DemoFontUnderline. | ||||
* | Use the new column option -itemjustify. | treectrl | 2006-12-02 | 2 | -4/+5 |
| | |||||
* | Added "Item Justify" popup to the right-click menu for column headers. | treectrl | 2006-12-02 | 1 | -1/+14 |
| | |||||
* | Use the item option "-button auto". | treectrl | 2006-11-30 | 1 | -7/+3 |
| | |||||
* | Whitespace police. | treectrl | 2006-11-30 | 13 | -3275/+3275 |
| | |||||
* | Only remember the item-columns on the edge of the selection. There is still ↵ | treectrl | 2006-11-25 | 1 | -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 ↵ | treectrl | 2006-11-25 | 1 | -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 ↵ | treectrl | 2006-11-23 | 17 | -93/+100 |
| | | | | hard-coding .f2.f1.t everywhere. | ||||
* | Added test command to add some text to each item-column. | treectrl | 2006-11-23 | 1 | -1/+7 |
| | |||||
* | Column -tag to -tags. | treectrl | 2006-11-23 | 1 | -2/+2 |
| | |||||
* | Made more interesting by allowing the column to be resized; text wrapping ↵ | treectrl | 2006-11-23 | 1 | -7/+8 |
| | | | | and window expansion/squeezing demonstrated. | ||||
* | Comment added. | treectrl | 2006-11-22 | 1 | -1/+2 |
| | |||||
* | Added a little performance test for CACHE_xxx_SIZE. | treectrl | 2006-11-22 | 1 | -1/+12 |
| | |||||
* | Use updated [selection get] syntax. | treectrl | 2006-11-19 | 1 | -3/+3 |
| | |||||
* | Use lassign instead of the classic foreach hack. | treectrl | 2006-11-19 | 1 | -4/+3 |
| | | | | Use [column tag expr] instead of examining the tags directly. | ||||
* | Use updated [selection get] syntax. | treectrl | 2006-11-19 | 1 | -7/+5 |
| | | | | Replaced a foreach loop with a multi-item description. | ||||
* | Use lassign instead of the classic foreach hack. | treectrl | 2006-11-19 | 4 | -12/+23 |
| | |||||
* | Define ::lassign if it doesn't exist and use it instead of the classic ↵ | treectrl | 2006-11-19 | 1 | -10/+16 |
| | | | | | | foreach hack. Use updated [selection get] syntax. | ||||
* | Comment out the line setting -itemprefix and -columnprefix. | treectrl | 2006-11-18 | 1 | -3/+3 |
| | |||||
* | Replaced [llength [$w selection get]] with [$w selection count]. | treectrl | 2006-11-18 | 1 | -4/+4 |
| | |||||
* | Make sure it works when -itemprefix and/or -columnprefix are specified. | treectrl | 2006-11-15 | 1 | -40/+37 |
| | |||||
* | Add "Resize" checkbutton to the column header right-click menu. | treectrl | 2006-11-15 | 1 | -17/+22 |
| | | | | Whitespace cleanup. | ||||
* | Make sure the demo runs when -itemprefix and/or -columnprefix are specified. | treectrl | 2006-11-15 | 2 | -12/+12 |
| | |||||
* | Theme-related changes. | treectrl | 2006-11-13 | 3 | -53/+209 |
| | |||||
* | Made scrollbars dynamic. | treectrl | 2006-11-12 | 1 | -6/+17 |
| | |||||
* | Fixed improper binding on the demo list. | treectrl | 2006-11-12 | 1 | -5/+5 |
| | |||||
* | Copy item states when displaying the current style in the canvas. | treectrl | 2006-11-09 | 1 | -1/+11 |
| | |||||
* | Cosmetic changes (to code and appearance). | treectrl | 2006-11-05 | 1 | -8/+8 |
| | |||||
* | Use TreeCtrl::IsSensitive in two places rather than checking ↵ | treectrl | 2006-11-05 | 1 | -34/+3 |
| | | | | TreeCtrl::Priv(sensitive). | ||||
* | Replaced use of deprecated treectrl option -defaultstyle with new column ↵ | treectrl | 2006-11-05 | 1 | -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 ↵ | treectrl | 2006-11-05 | 4 | -10/+13 |
| | | | | option -itemstyle. | ||||
* | Double-clicking a folder goes to that folder. Added ".." folder to go to the ↵ | treectrl | 2006-11-01 | 1 | -5/+59 |
| | | | | parent directory. | ||||
* | Added spreadsheet-like selection. | treectrl | 2006-10-31 | 1 | -21/+100 |
| | |||||
* | Cosmetic changes, plus toggle the checkbuttons when clicked. | treectrl | 2006-10-28 | 1 | -30/+47 |
| | |||||
* | Changed -justification of Delete and Bounce columns. | treectrl | 2006-10-28 | 1 | -3/+3 |
| | |||||
* | Remove some unnecessary configuration. | treectrl | 2006-10-28 | 1 | -2/+1 |
| | |||||
* | Try the new -uniform and -weight column options. | treectrl | 2006-10-28 | 1 | -4/+7 |
| | |||||
* | Stop using deprecated commands. | treectrl | 2006-10-28 | 3 | -6/+6 |
| |