summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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-042-16/+651
* Fix bug with calculating onscreen columns.treectrl2006-12-041-57/+88
* Changed how the display code tracks column headers to better detect changes t...treectrl2006-12-033-95/+144
* 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
* The item option -button may now be "auto" in which case a button is drawn onl...treectrl2006-11-304-34/+212
* 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
* Fix potential segfaults when a display update is requested in the middle of d...treectrl2006-11-255-19/+120
* Fixed crash with [style elements] when items were using the style.treectrl2006-11-231-11/+12
* 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
* 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-221-2/+2
* Renamed themeData global to appThemeData.treectrl2006-11-211-27/+29
* New command [bbox].treectrl2006-11-211-13/+40
* Added per-tree theme data.treectrl2006-11-211-3/+13
* 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-193-3/+106
* Added an optional arg to [item count] to return the number of items matching ...treectrl2006-11-181-26/+9
* Added an optional arg to [column count] to return the number of columns match...treectrl2006-11-181-11/+19
* Use Tcl_GetIndexFromObjStruct to avoid having to update 2 lists when changing...treectrl2006-11-181-95/+52
* Fixed incorrect "wrong # args" message with [column count].treectrl2006-11-181-4/+9
* Avoid creating an empty list object in the [item ancestors] command.treectrl2006-11-151-1/+3