Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid creating an empty list object in the [item ancestors] command. | treectrl | 2006-11-15 | 1 | -1/+3 |
| | |||||
* | Debug the drawing of borders. | treectrl | 2006-11-15 | 1 | -1/+49 |
| | |||||
* | Use TreeItem_FirstAndLast in the deprecated [range] command. | treectrl | 2006-11-15 | 1 | -17/+2 |
| | |||||
* | 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 |
| | |||||
* | Don't draw the tail column header if the tail column is not visible. | treectrl | 2006-11-13 | 1 | -2/+5 |
| | |||||
* | Fixed bug resulting in redrawing the borders needlessly. | treectrl | 2006-11-13 | 1 | -17/+28 |
| | |||||
* | 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 |
| | |||||
* | Fixed not being able to scroll horizontally when the header is wider than ↵ | treectrl | 2006-11-12 | 3 | -59/+101 |
| | | | | | | | the window but no items are displayed. Merged the DINFO_REDO_COLUMN_WIDTH and DINFO_CHECK_COLUMN_WIDTH blocks. Recalculate tree->columnBgCnt here since it wasn't being done when columns were deleted etc. Make sure whitespace is redrawn when changing from complex to non-complex drawing (i.e., drawing -itembackground colors). | ||||
* | Removed a useless #args check from [element delete] and added one to ↵ | treectrl | 2006-11-12 | 1 | -6/+6 |
| | | | | [element names]. | ||||
* | Added tests of number of arguments. | treectrl | 2006-11-11 | 1 | -7/+101 |
| | |||||
* | Stop unnecessary configuring of the -cursor. | treectrl | 2006-11-10 | 1 | -7/+7 |
| | |||||
* | Fixed crash with incorrect number of args in [element perstate]. | treectrl | 2006-11-10 | 1 | -2/+2 |
| | |||||
* | Always include tclInt.h to fix compilation under 8.5. | treectrl | 2006-11-10 | 1 | -6/+31 |
| | | | | Fixed incorrect duplicating of list objects in PerStateInfo_Undefine. | ||||
* | Fixed bug with TreeItem_UpdateWindowPositions not stopping on the right edge ↵ | treectrl | 2006-11-10 | 1 | -3/+3 |
| | | | | | | of the visible area (was using the bottom edge by mistake). Make TreeItem_Identify2 stop checking spans that are past the right edge of the area being hit-tested. | ||||
* | Always include tclInt.h to fix compilation under 8.5. | treectrl | 2006-11-10 | 1 | -7/+2 |
| | |||||
* | Changed 2 incorrect 'return' statements to 'goto'. | treectrl | 2006-11-10 | 1 | -3/+3 |
| | |||||
* | Added Tree_HeaderXXX macros for getting the position of the header. | treectrl | 2006-11-10 | 3 | -20/+31 |
| | |||||
* | Changed 'make gdb' to run demo.tcl. | treectrl | 2006-11-10 | 1 | -2/+2 |
| | |||||
* | Added tests of [element]. | treectrl | 2006-11-10 | 1 | -0/+59 |
| | |||||
* | Copy item states when displaying the current style in the canvas. | treectrl | 2006-11-09 | 1 | -1/+11 |
| | |||||
* | Added tests for -itemstyle. | treectrl | 2006-11-09 | 1 | -1/+26 |
| | |||||
* | Added tests for -defaultstyle (even though it is now deprecated). | treectrl | 2006-11-09 | 1 | -1/+74 |
| | |||||
* | Moved checks of tree->updateIndex into Tree_UpdateItemIndex. | treectrl | 2006-11-09 | 1 | -3/+2 |
| | |||||
* | Moved checks of tree->updateIndex into Tree_UpdateItemIndex. | treectrl | 2006-11-09 | 1 | -74/+111 |
| | | | | | Removed lots of type-casts. Changed the drawing order of -itembackground colors in the whitespace region to match that of item drawing (center, left then right). | ||||
* | Moved checks of tree->updateIndex into Tree_UpdateItemIndex. | treectrl | 2006-11-09 | 1 | -24/+24 |
| | | | | | Fixed [item bbox] not working when the widget was not mapped. Fixed [item bbox] not returning an error if the element name was invalid. | ||||
* | Fixed disclosure triangles being drawn with a white background under OSX. | treectrl | 2006-11-09 | 1 | -6/+2 |
| | |||||
* | Updates. | treectrl | 2006-11-09 | 1 | -1/+970 |
| | |||||
* | Removed hundreds of type-casts and pointer copies. | treectrl | 2006-11-08 | 4 | -891/+770 |
| | |||||
* | Moved TreeCtrlColumnImage out of the global namespace. | treectrl | 2006-11-08 | 1 | -44/+39 |
| | | | | Fixed clipping error on the drag image when a column header is wider than the window. | ||||
* | Code cleanup and comments added. | treectrl | 2006-11-08 | 1 | -68/+124 |
| | |||||
* | Attempt to avoid the white background behind the disclosure triangles on ↵ | treectrl | 2006-11-07 | 1 | -3/+29 |
| | | | | OSX. Remains to be tested... | ||||
* | Declare TreeItem_GetElemRects, remove TreeStyle_ValidateElements. | treectrl | 2006-11-07 | 1 | -2/+6 |
| | |||||
* | Changed [dragimage add] to respect spans and locked columns. | treectrl | 2006-11-07 | 1 | -5/+103 |
| | |||||
* | Changed [item bbox] to respect spans. | treectrl | 2006-11-07 | 1 | -4/+110 |
| | |||||
* | TreeStyle_ValidateElements no longer used. | treectrl | 2006-11-07 | 1 | -7/+12 |
| | |||||
* | Sped up calculation of scroll increments when there is only a single range. | treectrl | 2006-11-07 | 1 | -37/+59 |
| | |||||
* | Remove COLUMN_LOCK-related code. | treectrl | 2006-11-07 | 6 | -654/+75 |
| | |||||
* | Remove COLUMN_SPAN-related code. | treectrl | 2006-11-07 | 3 | -305/+45 |
| | |||||
* | Remove NEW_SPAN_CODE-related code. | treectrl | 2006-11-07 | 5 | -163/+36 |
| | |||||
* | Keep an array of column indexes for each item that has at least one span > ↵ | treectrl | 2006-11-06 | 1 | -1/+11 |
| | | | | | | 1. This is to avoid constantly recalculating the list of spans for displayed items. The list of spans is recalculated whenever [item span] changes a span, or whenever a column is created/deleted/moved or has its -lock or -visible option changed. Declare DStringAppendf. | ||||
* | Keep an array of column indexes for each item that has at least one span > ↵ | treectrl | 2006-11-06 | 1 | -3/+30 |
| | | | | | | 1. This is to avoid constantly recalculating the list of spans for displayed items. The list of spans is recalculated whenever [item span] changes a span, or whenever a column is created/deleted/moved or has its -lock or -visible option changed. DumpDInfo now takes an index to indicate which kind of information to return. | ||||
* | Keep an array of column indexes for each item that has at least one span > ↵ | treectrl | 2006-11-06 | 1 | -115/+145 |
| | | | | | | | | 1. This is to avoid constantly recalculating the list of spans for displayed items. The list of spans is recalculated whenever [item span] changes a span, or whenever a column is created/deleted/moved or has its -lock or -visible option changed. Use DStringAppendf in various places. Cleaned up the column-tracking code. DumpDInfo now takes an index to indicate which kind of information to return. | ||||
* | Keep an array of column indexes for each item that has at least one span > ↵ | treectrl | 2006-11-06 | 1 | -1/+17 |
| | | | | 1. This is to avoid constantly recalculating the list of spans for displayed items. The list of spans is recalculated whenever [item span] changes a span, or whenever a column is created/deleted/moved or has its -lock or -visible option changed. | ||||
* | Keep an array of column indexes for each item that has at least one span > ↵ | treectrl | 2006-11-06 | 1 | -13/+276 |
| | | | | | | 1. This is to avoid constantly recalculating the list of spans for displayed items. The list of spans is recalculated whenever [item span] changes a span, or whenever a column is created/deleted/moved or has its -lock or -visible option changed. TreeItem_OnScreen disabled since the display code tracks each column's visibility. | ||||
* | Added DStringAppendf to append a formatted string to a dynamic string. Use ↵ | treectrl | 2006-11-06 | 1 | -4/+33 |
| | | | | it in AllocHax_Stats. | ||||
* | Fixed item background colors not drawing over the whole item in some cases. | treectrl | 2006-11-06 | 1 | -12/+20 |
| |