summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeCtrl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added -textlayout debug option.treectrl2005-06-131-1/+4
* Free button/bitmap per-state options when widget deleted.treectrl2005-06-041-5/+11
* Pass PACKAGE_PATCHLEVEL instead of PACKAGE_VERSION to tcl_findLibrary.treectrl2005-06-021-2/+2
* Another fix for "identify" and -treecolumn: make sure point is within the vis...treectrl2005-05-281-1/+2
* Fix "identify" command when -treecolumn is unspecified or not visible. [Bug 1...treectrl2005-05-281-3/+3
* New option -columnresizemode.treectrl2005-05-271-1/+8
* Changed -backgroundmode values "index"->"order" and "visindex"->"ordervisible...treectrl2005-05-241-2/+2
* Handle <FocusIn>/<FocusOut> the way Tile does. See https://sourceforge.net/tr...treectrl2005-05-221-3/+13
* Call Tree_Activate to respond to <Activate> and <Deactivate> events for Win32...treectrl2005-05-221-27/+43
* Replaced TARGET_OS_MAC with MAC_TCL and MAC_OSX_TK macros according to Apple'...treectrl2005-05-191-9/+5
* ALLOC_HAX: play games with memory allocation for speed boost.treectrl2005-05-171-4/+12
* New option -columnprefix changes how column ids look.treectrl2005-05-131-144/+33
* Removed a bunch of conditional-compilation stuff and dead code.treectrl2005-05-111-35/+1
* Replaced -openbuttonbitmap, -closedbuttonbitmap, -openbuttonimage, and -close...treectrl2005-05-101-185/+248
* Bumped copyright to 2005.treectrl2005-05-011-7/+68
* New -showrootlines config option.treectrl2005-03-291-2/+9
* New -backgroundimage option.treectrl2005-01-031-2/+30
* really correct 8.4 compilation of Tk_PhotoPut* usagehobbs22004-11-291-5/+7
* correct Tk defined version checkhobbs22004-11-291-6/+5
* * generic/tkTreeCtrl.c: adapt to Tk_PhotoPut(Zoomed)Block APIhobbs22004-11-291-5/+20
* * pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and usehobbs22004-10-091-2/+15
* Only ReallyVisible() items may be selected.treectrl2004-08-131-8/+54
* Added hash table for current selection.treectrl2004-08-111-34/+41
* Add Tcl_Obj for -borderwidth, -height, -width and -highlighthickness.treectrl2004-08-091-89/+60
* Add copyright.treectrl2004-07-301-6/+3
* More visible height < 0 fixes.treectrl2004-07-271-1/+5
* New "-defaultstyle" widget option.treectrl2004-07-261-14/+76
* * generic/tkTreeCtrl.c (ImageChangedProc): cause image change tohobbs22004-02-101-1/+4
* * generic/tkTreeCtrl.c (LoupeCmd): remove extra interp arg tohobbs22003-11-261-2/+2
* (TreeWorldChanged): add calls to TreeStyle_TreeChanged andhobbs22003-11-251-4/+9
* whitespace policehobbs22003-11-251-2776/+2513
* Added 'scan' command.treectrl2003-01-281-3/+59
* 'state define' returns an error for a bad state name.treectrl2003-01-051-0/+5
* Use STATIC_SIZE in more places.treectrl2003-01-021-7/+7
* Big padx and pady patch.treectrl2003-01-021-18/+8
* Fix for problems when configure fails.treectrl2003-01-011-31/+57
* Define StateFromObj, use it in 'state undefine' command.treectrl2002-12-311-24/+88
* Tree_ItemBbox returns result indicating success or failure.treectrl2002-12-291-4/+2
* Extra check in 'see' command.treectrl2002-12-291-1/+2
* More checks for required number of arguments.treectrl2002-12-281-56/+70
* Added database names for -xscrolldelay and -yscrolldelay.treectrl2002-12-261-2/+2
* Set -wrap database options.treectrl2002-12-241-4/+1
* Mac support added.treectrl2002-12-231-28/+52
* Scroll-by-pages fix.treectrl2002-12-221-0/+6
* Initial revisiontreectrl2002-12-171-0/+2988