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
*
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
*
Renamed TreeItem_Undefine to TreeItem_UndefineState.
treectrl
2005-06-04
1
-2/+2
*
Fixed crash with "item complex" when a column doesn't exist.
treectrl
2005-06-03
1
-6/+19
*
Added item description "end", equivalent to "last".
treectrl
2005-06-02
1
-4/+6
*
Add some calls to TreeItemColumn_InvalidateSize. FIXME: Column.neededWidth/He...
treectrl
2005-06-02
1
-5/+28
*
Use Tree_DrawBitmap to draw bitmaps.
treectrl
2005-05-24
1
-11/+3
*
Replaced TARGET_OS_MAC with MAC_TCL and MAC_OSX_TK macros according to Apple'...
treectrl
2005-05-19
1
-3/+4
*
Cast argument to AllocHax_Free() and AllocHax_CFree().
treectrl
2005-05-19
1
-6/+8
*
ALLOC_HAX: play games with memory allocation for speed boost.
treectrl
2005-05-17
1
-5/+21
*
Experimental hacks to allow -detach elements to appear under the button/line ...
treectrl
2005-05-14
1
-17/+77
*
New command "item compare", "compare" is deprecated.
treectrl
2005-05-13
1
-63/+151
*
Removed a bunch of conditional-compilation stuff and dead code.
treectrl
2005-05-11
1
-121/+46
*
Changes for new -buttonimage and -buttonbitmap per-state options.
treectrl
2005-05-10
1
-79/+327
*
Bumped copyright to 2005.
treectrl
2005-05-01
1
-7/+17
*
New -showrootlines config option.
treectrl
2005-03-29
1
-2/+25
*
* generic/tkTreeItem.c (CompareAscii, CompareDict): handle the
hobbs2
2005-02-15
1
-10/+34
*
New -backgroundimage option.
treectrl
2005-01-03
1
-3/+15
*
* generic/tkTreeItem.c (TreeItem_FromObj): s/MOD_/TMOD_ to prevent
hobbs2
2004-11-30
1
-27/+28
*
whitespace police
hobbs2
2004-11-29
1
-3651/+3327
*
Only ReallyVisible() items may be selected.
treectrl
2004-08-13
1
-9/+80
*
Added hash table for current selection.
treectrl
2004-08-11
1
-8/+62
*
New "item state forcolumn" command.
treectrl
2004-08-09
1
-51/+333
*
Add copyright.
treectrl
2004-07-30
1
-402/+415
*
Bounds check -defaultstyle in "item create".
treectrl
2004-07-28
1
-2/+2
*
Fix "column move" when item column wasn't allocated yet.
treectrl
2004-07-26
1
-72/+70
*
Fix for missing lines when siblings not visible.
treectrl
2003-03-29
1
-14/+28
*
New -element option to item sort command.
treectrl
2003-01-05
1
-13/+144
*
TCL_OK -> TCL_ERROR for item sort with no columns.
treectrl
2003-01-05
1
-1/+1
*
item sort returns error if there are no columns.
treectrl
2003-01-05
1
-3/+43
*
Remove 20-column limit.
treectrl
2003-01-02
1
-83/+100
*
Fix for 'marquee identify' not reporting column when item has no columns.
treectrl
2003-01-01
1
-3/+4
*
Use extra arg to TreeStyle_ElementConfigure.
treectrl
2002-12-31
1
-42/+71
*
Reworked 'item state' command into 'item state get' and 'item state set'.
treectrl
2002-12-31
1
-1/+155
*
Return error when 'visible' is used for some modifiers.
treectrl
2002-12-30
1
-0/+9
*
Tree_ItemBbox returns result indicating success or failure.
treectrl
2002-12-29
1
-9/+3
*
Set indexVis to -1 for orphans and descendants of orphans.
treectrl
2002-12-29
1
-0/+1
*
Fix for depth of tree with root item only.
treectrl
2002-12-28
1
-21/+26
*
Extra checks for visible columns.
treectrl
2002-12-24
1
-4/+5
[next]