summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeItem.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bumped copyright to 2006.treectrl2006-09-051-2/+2
* * generic/tkTreeDisplay.c (Tree_Display): Allow Tree_DeselectHiddenhobbs22006-08-161-14/+20
* * generic/tkTreeItem.c (Item_Configure): on checking for -visible,hobbs22006-08-151-2/+3
* Did some work on better distributing space when a style spans multiple column...treectrl2006-07-111-50/+232
* Fix a comment typo.treectrl2005-09-281-2/+2
* Comment function arguments.treectrl2005-09-161-124/+531
* Add Tcl block comments above each function.treectrl2005-09-151-162/+1510
* Changed TreeItem_RemoveColumn to delete a range of columns. This is to suppor...treectrl2005-09-071-15/+16
* Eliminate "type-punned pointer" warnings from GCC.treectrl2005-07-231-21/+39
* Added offset args to Tree_DrawTiledImage so image element can use it.treectrl2005-07-161-2/+8
* Added [item element perstate] alias to deprecate [item element actual].treectrl2005-07-121-25/+63
* When an item has span > 1, the starting column's background color is no longe...treectrl2005-07-111-20/+30
* Added -height option to Item option table and [item create] command.treectrl2005-07-101-10/+28
* Eliminated all "item I does not have column C" messages. There was no need fo...treectrl2005-07-071-88/+404
* TreeItem_Delete: call TreeDisplay_ItemDeleted.treectrl2005-07-051-38/+285
* More Invalidate/FreeItemDInfo fixes.treectrl2005-06-291-1/+58
* New command "item range" deprecates old command "range".treectrl2005-06-081-5/+38
* LAYOUTHAX code accepted, removed conditional compilation.treectrl2005-06-061-42/+1
* Renamed TreeItem_Undefine to TreeItem_UndefineState.treectrl2005-06-041-2/+2
* Fixed crash with "item complex" when a column doesn't exist.treectrl2005-06-031-6/+19
* Added item description "end", equivalent to "last".treectrl2005-06-021-4/+6
* Add some calls to TreeItemColumn_InvalidateSize. FIXME: Column.neededWidth/He...treectrl2005-06-021-5/+28
* Use Tree_DrawBitmap to draw bitmaps.treectrl2005-05-241-11/+3
* Replaced TARGET_OS_MAC with MAC_TCL and MAC_OSX_TK macros according to Apple'...treectrl2005-05-191-3/+4
* Cast argument to AllocHax_Free() and AllocHax_CFree().treectrl2005-05-191-6/+8
* ALLOC_HAX: play games with memory allocation for speed boost.treectrl2005-05-171-5/+21
* Experimental hacks to allow -detach elements to appear under the button/line ...treectrl2005-05-141-17/+77
* New command "item compare", "compare" is deprecated.treectrl2005-05-131-63/+151
* Removed a bunch of conditional-compilation stuff and dead code.treectrl2005-05-111-121/+46
* Changes for new -buttonimage and -buttonbitmap per-state options.treectrl2005-05-101-79/+327
* Bumped copyright to 2005.treectrl2005-05-011-7/+17
* New -showrootlines config option.treectrl2005-03-291-2/+25
* * generic/tkTreeItem.c (CompareAscii, CompareDict): handle thehobbs22005-02-151-10/+34
* New -backgroundimage option.treectrl2005-01-031-3/+15
* * generic/tkTreeItem.c (TreeItem_FromObj): s/MOD_/TMOD_ to preventhobbs22004-11-301-27/+28
* whitespace policehobbs22004-11-291-3651/+3327
* Only ReallyVisible() items may be selected.treectrl2004-08-131-9/+80
* Added hash table for current selection.treectrl2004-08-111-8/+62
* New "item state forcolumn" command.treectrl2004-08-091-51/+333
* Add copyright.treectrl2004-07-301-402/+415
* Bounds check -defaultstyle in "item create".treectrl2004-07-281-2/+2
* Fix "column move" when item column wasn't allocated yet.treectrl2004-07-261-72/+70
* Fix for missing lines when siblings not visible.treectrl2003-03-291-14/+28
* New -element option to item sort command.treectrl2003-01-051-13/+144
* TCL_OK -> TCL_ERROR for item sort with no columns.treectrl2003-01-051-1/+1
* item sort returns error if there are no columns.treectrl2003-01-051-3/+43
* Remove 20-column limit.treectrl2003-01-021-83/+100
* Fix for 'marquee identify' not reporting column when item has no columns.treectrl2003-01-011-3/+4
* Use extra arg to TreeStyle_ElementConfigure.treectrl2002-12-311-42/+71
* Reworked 'item state' command into 'item state get' and 'item state set'.treectrl2002-12-311-1/+155