summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeItem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return error when 'visible' is used for some modifiers.treectrl2002-12-301-0/+9
* Tree_ItemBbox returns result indicating success or failure.treectrl2002-12-291-9/+3
* Set indexVis to -1 for orphans and descendants of orphans.treectrl2002-12-291-0/+1
* Fix for depth of tree with root item only.treectrl2002-12-281-21/+26
* Extra checks for visible columns.treectrl2002-12-241-4/+5
* TreeItem_MoveColumn() added.treectrl2002-12-231-0/+51
* Replaced GNU __FUNCTION__ with ANSI __FILE__ and __LINE__.treectrl2002-12-181-9/+0
* Initial revisiontreectrl2002-12-171-0/+3662