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
/
tkTreeDisplay.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Format fix with braces.
treectrl
2005-09-28
1
-6/+4
*
Add Tcl block comments above each function. Comment function arguments.
treectrl
2005-09-21
1
-142/+1630
*
Simplified and corrected calculation of item width. Fixed bug where indentati...
treectrl
2005-07-23
1
-56/+49
*
Range_Redo: Add missing braces.
treectrl
2005-07-16
1
-39/+38
*
Range_Redo: removed redundant rangePrev variable; use -itemwidthmultiple; mak...
treectrl
2005-07-15
1
-19/+50
*
Range_Redo/Range_TotalWidth: use new -itemwidth, -itemwidthequal and -itemwid...
treectrl
2005-07-05
1
-102/+188
*
UpdateDInfoForRange: Items were not being redisplayed properly if they moved ...
treectrl
2005-06-29
1
-6/+11
*
Fix Tree_ItemBbox to ensure tree->columnCountVis is up-to-date.
treectrl
2005-06-08
1
-1/+4
*
Changed -backgroundmode constants.
treectrl
2005-05-24
1
-3/+7
*
Added DrawXORLine under OSX to handle the column proxy, since XOR is only sup...
treectrl
2005-05-22
1
-3/+30
*
Replace TkScrollWindow with Tree_ScrollWindow to work around Tk bug on the Mac.
treectrl
2005-05-22
1
-8/+8
*
Replaced TARGET_OS_MAC with MAC_TCL and MAC_OSX_TK macros according to Apple'...
treectrl
2005-05-19
1
-3/+3
*
Removed DItem.nextFree since it is redundant.
treectrl
2005-05-17
1
-5/+4
*
Fixed display not redrawing when deleting columns if columns had same width.
treectrl
2005-05-13
1
-1/+22
*
Removed a bunch of conditional-compilation stuff and dead code.
treectrl
2005-05-11
1
-175/+47
*
Keep a list of free DItems to reduce memory alloc/free.
treectrl
2005-05-10
1
-2/+129
*
Bumped copyright to 2005.
treectrl
2005-05-01
1
-2/+3
*
whitespace only changes to bring up to Tcl style guide compliance
hobbs2
2005-02-15
1
-3519/+3304
*
New -backgroundimage option.
treectrl
2005-01-03
1
-15/+209
*
Fix whitespace scrolling.
treectrl
2004-10-24
1
-29/+18
*
* generic/tkTreeDisplay.c: correctly handle the damageRgn var.
hobbs2
2004-10-09
1
-10/+12
*
Fix bug with whitespace not always being erased.
treectrl
2004-08-09
1
-4/+40
*
Add copyright.
treectrl
2004-07-30
1
-0/+10
*
More visible height/width < 0 fixes.
treectrl
2004-07-27
1
-3/+15
*
Edit last revision to handle negative visible height/width better in xview/yv...
treectrl
2004-07-26
1
-2/+2
*
Fix panic() attack in yview/xview when visible height/width <= 0.
treectrl
2004-07-26
1
-2/+2
*
Move XFillRegion -> Tk_FillRegion in tkTreeUtils.c.
treectrl
2003-01-05
1
-32/+3
*
Reworked handling of whitespace. '-doublebuffer window' works now. One new ro...
treectrl
2003-01-04
1
-79/+185
*
Remove 20-column limit.
treectrl
2003-01-02
1
-1/+10
*
Tree_ItemBbox returns result indicating success or failure.
treectrl
2002-12-29
1
-2/+3
*
Fix increment calculations when tree has zero height or width.
treectrl
2002-12-29
1
-18/+35
*
Fix errors when total height/width is zero.
treectrl
2002-12-24
1
-4/+7
*
Scroll-by-pages fix.
treectrl
2002-12-22
1
-11/+15
*
-stepwidth and -minwidth fixes.
treectrl
2002-12-21
1
-21/+44
*
Initial revision
treectrl
2002-12-17
1
-0/+3618