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
/
tkTreeCtrl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compile issue on Mac [Patch 1311956]
treectrl
2005-10-15
1
-1/+3
*
* generic/tkTreeCtrl.c (LoupeCmd): don't capture display (it
hobbs2
2005-09-28
1
-3/+1
*
Hide cursor on OS X and capture display while grabbing
hobbs2
2005-09-27
1
-1/+5
*
* generic/tkTreeCtrl.c (LoupeCmd): add OS X support. Correct
hobbs2
2005-09-27
1
-24/+110
*
reorg used vars into right areas
hobbs2
2005-09-25
1
-4/+4
*
* demos/demo.tcl: just check for 'loupe' to run loupe demo
hobbs2
2005-09-25
1
-32/+91
*
Add Tcl block comments above each function. Comment function arguments.
treectrl
2005-09-21
1
-46/+778
*
Removed unused code.
treectrl
2005-09-15
1
-38/+3
*
Fixed a typo.
treectrl
2005-09-07
1
-2/+2
*
Whitespace nitpick with ...
treectrl
2005-07-12
1
-6/+6
*
Change TreeItem_Identify to write to a string instead of returning an element...
treectrl
2005-07-07
1
-1/+7
*
New option -itemwidth, -itemwidthequal and -itemwidthmultiple to replace the ...
treectrl
2005-07-05
1
-3/+17
*
Fixed possible performance problem with "selection clear" (hash tables get bi...
treectrl
2005-06-29
1
-1/+12
*
Added -textlayout debug option.
treectrl
2005-06-13
1
-1/+4
*
Free button/bitmap per-state options when widget deleted.
treectrl
2005-06-04
1
-5/+11
*
Pass PACKAGE_PATCHLEVEL instead of PACKAGE_VERSION to tcl_findLibrary.
treectrl
2005-06-02
1
-2/+2
*
Another fix for "identify" and -treecolumn: make sure point is within the vis...
treectrl
2005-05-28
1
-1/+2
*
Fix "identify" command when -treecolumn is unspecified or not visible. [Bug 1...
treectrl
2005-05-28
1
-3/+3
*
New option -columnresizemode.
treectrl
2005-05-27
1
-1/+8
*
Changed -backgroundmode values "index"->"order" and "visindex"->"ordervisible...
treectrl
2005-05-24
1
-2/+2
*
Handle <FocusIn>/<FocusOut> the way Tile does. See https://sourceforge.net/tr...
treectrl
2005-05-22
1
-3/+13
*
Call Tree_Activate to respond to <Activate> and <Deactivate> events for Win32...
treectrl
2005-05-22
1
-27/+43
*
Replaced TARGET_OS_MAC with MAC_TCL and MAC_OSX_TK macros according to Apple'...
treectrl
2005-05-19
1
-9/+5
*
ALLOC_HAX: play games with memory allocation for speed boost.
treectrl
2005-05-17
1
-4/+12
*
New option -columnprefix changes how column ids look.
treectrl
2005-05-13
1
-144/+33
*
Removed a bunch of conditional-compilation stuff and dead code.
treectrl
2005-05-11
1
-35/+1
*
Replaced -openbuttonbitmap, -closedbuttonbitmap, -openbuttonimage, and -close...
treectrl
2005-05-10
1
-185/+248
*
Bumped copyright to 2005.
treectrl
2005-05-01
1
-7/+68
*
New -showrootlines config option.
treectrl
2005-03-29
1
-2/+9
*
New -backgroundimage option.
treectrl
2005-01-03
1
-2/+30
*
really correct 8.4 compilation of Tk_PhotoPut* usage
hobbs2
2004-11-29
1
-5/+7
*
correct Tk defined version check
hobbs2
2004-11-29
1
-6/+5
*
* generic/tkTreeCtrl.c: adapt to Tk_PhotoPut(Zoomed)Block API
hobbs2
2004-11-29
1
-5/+20
*
* pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and use
hobbs2
2004-10-09
1
-2/+15
*
Only ReallyVisible() items may be selected.
treectrl
2004-08-13
1
-8/+54
*
Added hash table for current selection.
treectrl
2004-08-11
1
-34/+41
*
Add Tcl_Obj for -borderwidth, -height, -width and -highlighthickness.
treectrl
2004-08-09
1
-89/+60
*
Add copyright.
treectrl
2004-07-30
1
-6/+3
*
More visible height < 0 fixes.
treectrl
2004-07-27
1
-1/+5
*
New "-defaultstyle" widget option.
treectrl
2004-07-26
1
-14/+76
*
* generic/tkTreeCtrl.c (ImageChangedProc): cause image change to
hobbs2
2004-02-10
1
-1/+4
*
* generic/tkTreeCtrl.c (LoupeCmd): remove extra interp arg to
hobbs2
2003-11-26
1
-2/+2
*
(TreeWorldChanged): add calls to TreeStyle_TreeChanged and
hobbs2
2003-11-25
1
-4/+9
*
whitespace police
hobbs2
2003-11-25
1
-2776/+2513
*
Added 'scan' command.
treectrl
2003-01-28
1
-3/+59
*
'state define' returns an error for a bad state name.
treectrl
2003-01-05
1
-0/+5
*
Use STATIC_SIZE in more places.
treectrl
2003-01-02
1
-7/+7
*
Big padx and pady patch.
treectrl
2003-01-02
1
-18/+8
*
Fix for problems when configure fails.
treectrl
2003-01-01
1
-31/+57
*
Define StateFromObj, use it in 'state undefine' command.
treectrl
2002-12-31
1
-24/+88
[next]