index
:
tktreectrl.git
master
Mirror of https://github.com/davidw/tktreectrl.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
generic
/
tkTreeItem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added an optional arg to [item count] to return the number of items matching ...
treectrl
2006-11-18
1
-26/+9
*
Use Tcl_GetIndexFromObjStruct to avoid having to update 2 lists when changing...
treectrl
2006-11-18
1
-95/+52
*
Avoid creating an empty list object in the [item ancestors] command.
treectrl
2006-11-15
1
-1/+3
*
Fixed bug with TreeItem_UpdateWindowPositions not stopping on the right edge ...
treectrl
2006-11-10
1
-3/+3
*
Moved checks of tree->updateIndex into Tree_UpdateItemIndex.
treectrl
2006-11-09
1
-24/+24
*
Removed hundreds of type-casts and pointer copies.
treectrl
2006-11-08
1
-538/+456
*
Code cleanup and comments added.
treectrl
2006-11-08
1
-68/+124
*
Changed [item bbox] to respect spans.
treectrl
2006-11-07
1
-4/+110
*
Remove COLUMN_LOCK-related code.
treectrl
2006-11-07
1
-90/+8
*
Remove COLUMN_SPAN-related code.
treectrl
2006-11-07
1
-290/+43
*
Remove NEW_SPAN_CODE-related code.
treectrl
2006-11-07
1
-54/+7
*
Keep an array of column indexes for each item that has at least one span > 1....
treectrl
2006-11-06
1
-13/+276
*
Fixed item background colors not drawing over the whole item in some cases.
treectrl
2006-11-06
1
-12/+20
*
Chopped out WALK_SPANS unused code.
treectrl
2006-11-06
1
-454/+1
*
Added a routine to walk over each span of an item and call a callback routine...
treectrl
2006-11-06
1
-77/+536
*
Deprecated the treectrl option -defaultstyle.
treectrl
2006-11-03
1
-1/+16
*
Changed handling of deleted items (again) so that the item is removed from th...
treectrl
2006-10-30
1
-27/+91
*
Qualifiers may now be the first part of an item description. This has the sam...
treectrl
2006-10-29
1
-149/+150
*
Deprecated commands and options are wrapped inside #ifdef DEPRECATED.
treectrl
2006-10-28
1
-3/+23
*
Don't allocate an item-column if setting its style to NULL.
treectrl
2006-10-26
1
-4/+6
*
AllocHax_xxx takes a Tk_Uid arg for gathering stats on memory allocations.
treectrl
2006-10-16
1
-20/+29
*
Remove rowlabels.
treectrl
2006-10-14
1
-25/+1
*
Renamed TreeItemList_ItemN to TreeItemList_Nth.
treectrl
2006-10-14
1
-340/+458
*
Added column option -lock.
treectrl
2006-10-11
1
-52/+193
*
Changed TagInfo_xxx to accept a TreeCtrl arg.
treectrl
2006-10-05
1
-7/+7
*
Moved ItemTags and TagExpr stuff to tkTreeCtrl.h and tkTreeUtils.c.
treectrl
2006-10-04
1
-1062/+406
*
Rewrote TreeItem_UpdateWindowPositions to respect column spans (code is mostl...
treectrl
2006-09-27
1
-1/+71
*
Added [tag] command.
treectrl
2006-09-24
1
-67/+1159
*
Use new Tree_StateFromListObj for getting state flags from a list object.
treectrl
2006-09-22
1
-410/+665
*
Added Item.flags field for handling deleted items.
treectrl
2006-09-21
1
-476/+605
*
Generalized how the "visible" qualifier in item descriptions is handled, and ...
treectrl
2006-09-16
1
-133/+265
*
Removed unused code.
treectrl
2006-09-08
1
-52/+20
*
Bumped copyright to 2006.
treectrl
2006-09-05
1
-2/+2
*
* generic/tkTreeDisplay.c (Tree_Display): Allow Tree_DeselectHidden
hobbs2
2006-08-16
1
-14/+20
*
* generic/tkTreeItem.c (Item_Configure): on checking for -visible,
hobbs2
2006-08-15
1
-2/+3
*
Did some work on better distributing space when a style spans multiple column...
treectrl
2006-07-11
1
-50/+232
*
Fix a comment typo.
treectrl
2005-09-28
1
-2/+2
*
Comment function arguments.
treectrl
2005-09-16
1
-124/+531
*
Add Tcl block comments above each function.
treectrl
2005-09-15
1
-162/+1510
*
Changed TreeItem_RemoveColumn to delete a range of columns. This is to suppor...
treectrl
2005-09-07
1
-15/+16
*
Eliminate "type-punned pointer" warnings from GCC.
treectrl
2005-07-23
1
-21/+39
*
Added offset args to Tree_DrawTiledImage so image element can use it.
treectrl
2005-07-16
1
-2/+8
*
Added [item element perstate] alias to deprecate [item element actual].
treectrl
2005-07-12
1
-25/+63
*
When an item has span > 1, the starting column's background color is no longe...
treectrl
2005-07-11
1
-20/+30
*
Added -height option to Item option table and [item create] command.
treectrl
2005-07-10
1
-10/+28
*
Eliminated all "item I does not have column C" messages. There was no need fo...
treectrl
2005-07-07
1
-88/+404
*
TreeItem_Delete: call TreeDisplay_ItemDeleted.
treectrl
2005-07-05
1
-38/+285
*
More Invalidate/FreeItemDInfo fixes.
treectrl
2005-06-29
1
-1/+58
*
New command "item range" deprecates old command "range".
treectrl
2005-06-08
1
-5/+38
*
LAYOUTHAX code accepted, removed conditional compilation.
treectrl
2005-06-06
1
-42/+1
[next]