summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeCtrl.c
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tkTreeCtrl.c (TreeWidgetCmd): set the tk caret when thehobbs22006-08-041-1/+7
* * generic/tkTreeCtrl.c (LoupeCmd): correct loupe on OS X x86.hobbs22006-04-061-1/+16
* Fix compile issue on Mac [Patch 1311956]treectrl2005-10-151-1/+3
* * generic/tkTreeCtrl.c (LoupeCmd): don't capture display (ithobbs22005-09-281-3/+1
* Hide cursor on OS X and capture display while grabbinghobbs22005-09-271-1/+5
* * generic/tkTreeCtrl.c (LoupeCmd): add OS X support. Correcthobbs22005-09-271-24/+110
* reorg used vars into right areashobbs22005-09-251-4/+4
* * demos/demo.tcl: just check for 'loupe' to run loupe demohobbs22005-09-251-32/+91
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-211-46/+778
* Removed unused code.treectrl2005-09-151-38/+3
* Fixed a typo.treectrl2005-09-071-2/+2
* Whitespace nitpick with ...treectrl2005-07-121-6/+6
* Change TreeItem_Identify to write to a string instead of returning an element...treectrl2005-07-071-1/+7
* New option -itemwidth, -itemwidthequal and -itemwidthmultiple to replace the ...treectrl2005-07-051-3/+17
* Fixed possible performance problem with "selection clear" (hash tables get bi...treectrl2005-06-291-1/+12
* 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