summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed the 2 PerStateGC_xxx functions since they had nothing to do with per-...treectrl2006-12-066-52/+51
* Remove ElementText.stringRepInvalid, and set ElementText.textLen to -1 when t...treectrl2006-12-051-64/+56
* New style layout option -visible.treectrl2006-12-045-38/+1192
* Fixed bug where text elements were requesting height when displaying an empty...treectrl2006-12-041-8/+17
* DynamicOption_FindData returns void* to avoid lots of casts.treectrl2006-12-041-3/+3
* DynamicOption_FindData returns void* to avoid lots of casts.treectrl2006-12-041-81/+134
* DynamicOption_FindData returns void* to avoid lots of casts.treectrl2006-12-041-2/+2
* Add missing checks of tree->useTheme.treectrl2006-12-041-4/+8
* Add missing check of tree->useTheme.treectrl2006-12-041-2/+4
* Fixed wrong loop variable being used when calculating onscreen columns for an...treectrl2006-12-041-2/+2
* Theme-related changes to support tile-aware treectrl.treectrl2006-12-041-8/+17
* TreeDisplay_FreeColumnDInfo is called when a column is deleted to free displa...treectrl2006-12-041-1/+2
* Theme-related changes to support tile-aware treectrl.treectrl2006-12-043-17/+665
* Fix bug with calculating onscreen columns.treectrl2006-12-041-57/+88
* Use named fonts DemoFontBold and DemoFontUnderline.treectrl2006-12-047-16/+23
* Changes to support tile-aware treectrl.treectrl2006-12-041-50/+71
* Added knownBug constraint to one test that should fail but doesn't.treectrl2006-12-031-2/+4
* Fix tests that broke because of zero-sized elements no longer being layout'd.treectrl2006-12-032-6/+6
* Added column option -itemjustify.treectrl2006-12-034-16/+2016
* Changed how the display code tracks column headers to better detect changes t...treectrl2006-12-033-95/+144
* 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
* Rename TreeColumn_Justify to TreeColumn_ItemJustify to handle the new column ...treectrl2006-12-021-2/+6
* Added Tree_GetIntForIndex to handle "end?-offset?" indices.treectrl2006-12-021-9/+60
* Added TreeTheme_ComputeGeometry to allow themes to draw the borders.treectrl2006-12-021-1/+18
* Don't layout elements whose requested size is zero.treectrl2006-12-021-62/+207
* Removed some unnecessary casts.treectrl2006-12-022-4/+4
* The index argument to the item description modifiers "child" and "sibling" ma...treectrl2006-12-021-104/+184
* Removed some unnecessary casts.treectrl2006-12-021-18/+18
* Removed some unnecessary casts.treectrl2006-12-021-166/+2
* Avoid unnecessary work in Tree_InvalidateItemDInfo.treectrl2006-12-021-62/+74
* Removed some unnecessary casts.treectrl2006-12-021-15/+20
* New column option -itemjustify.treectrl2006-12-021-10/+22
* Use the item option "-button auto".treectrl2006-11-301-7/+3
* The item option -button may now be "auto" in which case a button is drawn onl...treectrl2006-11-307-74/+278
* 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