summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeUtils.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed unix compile issue. [BUG 1222277]treectrl2005-06-181-8/+23
* Removed unused variable.treectrl2005-06-151-1/+5
* Keep a free list of TextLayout's.treectrl2005-06-131-7/+86
* Use ALLOC_HAX for allocating/freeing per-state data.treectrl2005-06-041-2/+25
* Added boolean PerStateType.treectrl2005-06-021-1/+50
* Fix XImage2Photo under Tk 8.5 (tree was undefined).treectrl2005-05-291-2/+2
* Fix for DrawXORLine.treectrl2005-05-271-1/+5
* Implemented Tree_DrawBitmapWithGC and Tree_DrawBitmap to work around bug with...treectrl2005-05-241-1/+61
* Added DrawXORLine under OSX to handle the column proxy, since XOR is only sup...treectrl2005-05-221-3/+27
* Fixes to DotRect_xxx under Aqua since Quartz doesn't do XOR drawing.treectrl2005-05-221-4/+76
* Attempt fix for Tk_FillRegion using OffsetRgn.treectrl2005-05-211-1/+4
* Fixes to Tk_FillRegion() (thx to M Kirkham).treectrl2005-05-211-4/+3
* Put back Tk_FillRegion() change.treectrl2005-05-201-2/+23
* Replaced TARGET_OS_MAC with MAC_TCL and MAC_OSX_TK macros according to Apple'...treectrl2005-05-191-30/+9
* Attempt to fix Tk_FillRegion() on the mac using QuickDraw. *** Hasn't even be...treectrl2005-05-191-2/+22
* ALLOC_HAX: play games with memory allocation for speed boost.treectrl2005-05-171-1/+137
* Added arg to Ellipsis to force ellipsis.treectrl2005-05-101-12/+856
* Bumped copyright to 2005.treectrl2005-05-011-2/+2
* Macintosh drawing fixes.treectrl2005-01-031-1/+10
* Implement Tk_ScrollRegion() and Tk_OffsetRegion() on Mac (submitted by user).treectrl2004-10-241-4/+8
* * generic/tkTreeUtils.c: Implement Tk_OffsetRegion ashobbs22004-10-091-2/+4
* New Tk_OffsetRegion() routine.treectrl2004-08-091-1/+10
* Add copyright.treectrl2004-07-301-0/+10
* Tk_FillRegion moved from tkTreeDisplay.c (was XFillRegion).treectrl2003-01-051-8/+28
* Use GetROP2/SetROP2 when modifying/releasing device context.treectrl2003-01-051-0/+6
* TreeCtrl_GetPadAmountFromObj: don't modify vars if error occurs. It was a pro...treectrl2003-01-021-5/+8
* Big padx and pady patch.treectrl2003-01-021-0/+263
* Text layout fixes.treectrl2002-12-211-1/+5
* Initial revisiontreectrl2002-12-171-0/+877