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
*
Debug the drawing of borders.
treectrl
2006-11-15
1
-1/+49
*
Fixed bug resulting in redrawing the borders needlessly.
treectrl
2006-11-13
1
-17/+28
*
Fixed not being able to scroll horizontally when the header is wider than the...
treectrl
2006-11-12
1
-47/+87
*
Added Tree_HeaderXXX macros for getting the position of the header.
treectrl
2006-11-10
1
-4/+4
*
Moved checks of tree->updateIndex into Tree_UpdateItemIndex.
treectrl
2006-11-09
1
-74/+111
*
Sped up calculation of scroll increments when there is only a single range.
treectrl
2006-11-07
1
-37/+59
*
Remove COLUMN_LOCK-related code.
treectrl
2006-11-07
1
-193/+48
*
Remove COLUMN_SPAN-related code.
treectrl
2006-11-07
1
-13/+1
*
Remove NEW_SPAN_CODE-related code.
treectrl
2006-11-07
1
-84/+19
*
Keep an array of column indexes for each item that has at least one span > 1....
treectrl
2006-11-06
1
-115/+145
*
Fix some cases where left/right locked columns weren't being redisplayed.
treectrl
2006-11-06
1
-25/+65
*
Be more efficient when calculating which columns are onscreen.
treectrl
2006-11-06
1
-5/+21
*
Fixed improper use of DInfo.empty.
treectrl
2006-11-05
1
-363/+328
*
Checkin complex whitespace code before pruning it.
treectrl
2006-11-04
1
-107/+214
*
Memory leak: DItem.spans wasn't being preserved when reusing a DItem or freed...
treectrl
2006-11-03
1
-29/+449
*
Deprecated commands and options are wrapped inside #ifdef DEPRECATED.
treectrl
2006-10-28
1
-17/+26
*
Nitpicks.
treectrl
2006-10-26
1
-5/+5
*
DumpDInfo sets the interpreter result instead of calling dbwin.
treectrl
2006-10-18
1
-9/+21
*
Track which item-columns are onscreen so that window elements are unmapped wh...
treectrl
2006-10-16
1
-35/+288
*
Remove rowlabels.
treectrl
2006-10-14
1
-366/+4
*
Fix Tree_InvalidateItemDInfo not considering column spans.
treectrl
2006-10-14
1
-739/+724
*
Added column option -lock.
treectrl
2006-10-11
1
-85/+999
*
Fix a bug with -orient horizontal and rowlabels.
treectrl
2006-10-05
1
-2/+11
*
Arrange and draw rowlabels.
treectrl
2006-10-04
1
-241/+664
*
Move drawableX/YOrigin statements where they belong.
treectrl
2006-09-27
1
-12/+46
*
Added DInfo.requests field to count calls to Tree_EventuallyRedraw.
treectrl
2006-09-21
1
-130/+125
*
Bumped copyright to 2006.
treectrl
2006-09-05
1
-2/+10
*
* generic/tkTreeDisplay.c (Tree_Display): Allow Tree_DeselectHidden
hobbs2
2006-08-16
1
-1/+9
*
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
[next]