summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Debug the drawing of borders.treectrl2006-11-151-1/+49
* Use TreeItem_FirstAndLast in the deprecated [range] command.treectrl2006-11-151-17/+2
* Don't draw the tail column header if the tail column is not visible.treectrl2006-11-131-2/+5
* Fixed bug resulting in redrawing the borders needlessly.treectrl2006-11-131-17/+28
* Fixed not being able to scroll horizontally when the header is wider than the...treectrl2006-11-123-59/+101
* Removed a useless #args check from [element delete] and added one to [element...treectrl2006-11-121-6/+6
* Fixed crash with incorrect number of args in [element perstate].treectrl2006-11-101-2/+2
* Always include tclInt.h to fix compilation under 8.5.treectrl2006-11-101-6/+31
* Fixed bug with TreeItem_UpdateWindowPositions not stopping on the right edge ...treectrl2006-11-101-3/+3
* Always include tclInt.h to fix compilation under 8.5.treectrl2006-11-101-7/+2
* Changed 2 incorrect 'return' statements to 'goto'.treectrl2006-11-101-3/+3
* Added Tree_HeaderXXX macros for getting the position of the header.treectrl2006-11-103-20/+31
* Moved checks of tree->updateIndex into Tree_UpdateItemIndex.treectrl2006-11-091-3/+2
* Moved checks of tree->updateIndex into Tree_UpdateItemIndex.treectrl2006-11-091-74/+111
* Moved checks of tree->updateIndex into Tree_UpdateItemIndex.treectrl2006-11-091-24/+24
* Fixed disclosure triangles being drawn with a white background under OSX.treectrl2006-11-091-6/+2
* Removed hundreds of type-casts and pointer copies.treectrl2006-11-084-891/+770
* Moved TreeCtrlColumnImage out of the global namespace.treectrl2006-11-081-44/+39
* Code cleanup and comments added.treectrl2006-11-081-68/+124
* Attempt to avoid the white background behind the disclosure triangles on OSX....treectrl2006-11-071-3/+29
* Declare TreeItem_GetElemRects, remove TreeStyle_ValidateElements.treectrl2006-11-071-2/+6
* Changed [dragimage add] to respect spans and locked columns.treectrl2006-11-071-5/+103
* Changed [item bbox] to respect spans.treectrl2006-11-071-4/+110