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
/
tkTreeUtils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bumped copyright to 2006.
treectrl
2006-09-05
1
-2/+2
*
Add Tcl block comments above each function. Comment function arguments.
treectrl
2005-09-19
1
-80/+725
*
Converted to tab+space indentation.
treectrl
2005-09-16
1
-1012/+1012
*
#include <tclInt.h> on OSX for TCL_ALIGN definition.
treectrl
2005-09-14
1
-1/+2
*
Fixed alignment problem with allocated array of structures affecting some sys...
treectrl
2005-09-09
1
-5/+5
*
Commented AllocHax stuff. Changed how AllocHax_Free calculates the address of...
treectrl
2005-09-07
1
-13/+59
*
Removed wipefree() function.
treectrl
2005-09-07
1
-13/+6
*
Fix bug "[ 1237934 ] ColumnDrag problem". The ximage->red_mask etc were all z...
treectrl
2005-07-15
1
-10/+11
*
UnsetClipMask works around Tk_DrawChars not clearing the clip region on Win32.
treectrl
2005-07-07
1
-1/+17
*
Fixed unix compile issue. [BUG 1222277]
treectrl
2005-06-18
1
-8/+23
*
Removed unused variable.
treectrl
2005-06-15
1
-1/+5
*
Keep a free list of TextLayout's.
treectrl
2005-06-13
1
-7/+86
*
Use ALLOC_HAX for allocating/freeing per-state data.
treectrl
2005-06-04
1
-2/+25
*
Added boolean PerStateType.
treectrl
2005-06-02
1
-1/+50
*
Fix XImage2Photo under Tk 8.5 (tree was undefined).
treectrl
2005-05-29
1
-2/+2
*
Fix for DrawXORLine.
treectrl
2005-05-27
1
-1/+5
*
Implemented Tree_DrawBitmapWithGC and Tree_DrawBitmap to work around bug with...
treectrl
2005-05-24
1
-1/+61
*
Added DrawXORLine under OSX to handle the column proxy, since XOR is only sup...
treectrl
2005-05-22
1
-3/+27
*
Fixes to DotRect_xxx under Aqua since Quartz doesn't do XOR drawing.
treectrl
2005-05-22
1
-4/+76
*
Attempt fix for Tk_FillRegion using OffsetRgn.
treectrl
2005-05-21
1
-1/+4
*
Fixes to Tk_FillRegion() (thx to M Kirkham).
treectrl
2005-05-21
1
-4/+3
*
Put back Tk_FillRegion() change.
treectrl
2005-05-20
1
-2/+23
*
Replaced TARGET_OS_MAC with MAC_TCL and MAC_OSX_TK macros according to Apple'...
treectrl
2005-05-19
1
-30/+9
*
Attempt to fix Tk_FillRegion() on the mac using QuickDraw. *** Hasn't even be...
treectrl
2005-05-19
1
-2/+22
*
ALLOC_HAX: play games with memory allocation for speed boost.
treectrl
2005-05-17
1
-1/+137
*
Added arg to Ellipsis to force ellipsis.
treectrl
2005-05-10
1
-12/+856
*
Bumped copyright to 2005.
treectrl
2005-05-01
1
-2/+2
*
Macintosh drawing fixes.
treectrl
2005-01-03
1
-1/+10
*
Implement Tk_ScrollRegion() and Tk_OffsetRegion() on Mac (submitted by user).
treectrl
2004-10-24
1
-4/+8
*
* generic/tkTreeUtils.c: Implement Tk_OffsetRegion as
hobbs2
2004-10-09
1
-2/+4
*
New Tk_OffsetRegion() routine.
treectrl
2004-08-09
1
-1/+10
*
Add copyright.
treectrl
2004-07-30
1
-0/+10
*
Tk_FillRegion moved from tkTreeDisplay.c (was XFillRegion).
treectrl
2003-01-05
1
-8/+28
*
Use GetROP2/SetROP2 when modifying/releasing device context.
treectrl
2003-01-05
1
-0/+6
*
TreeCtrl_GetPadAmountFromObj: don't modify vars if error occurs. It was a pro...
treectrl
2003-01-02
1
-5/+8
*
Big padx and pady patch.
treectrl
2003-01-02
1
-0/+263
*
Text layout fixes.
treectrl
2002-12-21
1
-1/+5
*
Initial revision
treectrl
2002-12-17
1
-0/+877