summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Whitespace police.treectrl2006-11-3013-3275/+3275
* Merge with VERSION2_2fixes.treectrl2006-11-271-6/+8
* Changed a comment.treectrl2006-11-271-3/+4
* Indentation nitpick.treectrl2006-11-271-2/+2
* Fixed a bug where items wouldn't be redrawn when 2 columns swapped visibility...treectrl2006-11-271-2/+8
* Added some display-related tests. Try to cause a segfault by deleting items/c...treectrl2006-11-251-0/+142
* Fix potential segfaults when a display update is requested in the middle of d...treectrl2006-11-255-19/+120
* 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 some tests of [style elements].treectrl2006-11-231-2/+33
* Fixed tests of tail column's -tag option.treectrl2006-11-231-4/+4
* Updated for 2.2.treectrl2006-11-231-1/+1
* Fixed crash with [style elements] when items were using the style.treectrl2006-11-231-11/+12
* Added test command to add some text to each item-column.treectrl2006-11-231-1/+7
* Changed Style_NeededSize to calculate the needed and minimum sizes in one cal...treectrl2006-11-231-46/+36
* Fix window elements not respecting -squeeze layout.treectrl2006-11-231-6/+13
* Prevent column headers requesting width from the layout when the treectrl opt...treectrl2006-11-231-1/+4
* 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
* Testing SW_SCROLLCHILDREN.treectrl2006-11-221-1/+53
* Added some conditional compilation around the size cache of elements and styl...treectrl2006-11-221-90/+297
* Comment added.treectrl2006-11-222-3/+4
* Added a little performance test for CACHE_xxx_SIZE.treectrl2006-11-221-1/+12
* Update version to 2.2.treectrl2006-11-212-13/+13
* Added [bbox] command.treectrl2006-11-214-339/+428
* Renamed themeData global to appThemeData.treectrl2006-11-211-27/+29
* Use the new [bbox] command.treectrl2006-11-211-17/+7
* New command [bbox].treectrl2006-11-211-13/+40
* Added per-tree theme data.treectrl2006-11-211-3/+13
* Dragging a column header behaviour is much improved.treectrl2006-11-191-29/+80
* New routine OptionSpec_Find is used to search an option table.treectrl2006-11-191-52/+182
* Added per-tree theme data to avoid getting back an invalid handle from OpenTh...treectrl2006-11-191-26/+95
* Fixed display bugs with TreeItem_WalkSpans; some style routines were changing...treectrl2006-11-191-32/+46
* Use OptionSpec_Find in a few places.treectrl2006-11-191-42/+21
* Fixed a display bug with DebugDrawBorder.treectrl2006-11-191-2/+2
* Added per-tree theme data.treectrl2006-11-191-5/+15
* Fixed drawing of the drag indicator so it does not appear over columns with a...treectrl2006-11-191-25/+73
* Added 2 optional arguments to [selection get] to perform lindex- and lrange-l...treectrl2006-11-194-8821/+107
* 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
* Defined TreeCtrl::lassign if ::lassign doesn't exist and use it instead of th...treectrl2006-11-192-6/+13
* Added 2 optional arguments to [selection get] to perform lindex- and lrange-l...treectrl2006-11-193-3/+106
* Moved [item count] tests to item.test.treectrl2006-11-181-17/+5
* Added a test of an invalid item description.treectrl2006-11-181-1/+5
* Added tests of improved [item count].treectrl2006-11-181-1/+39
* Renamed -tag to -tags.treectrl2006-11-181-21/+41