summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeUtils.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed many symbols to avoid collisions under ELF.treectrl2007-01-231-117/+118
* Moved tclInt.h to the main header file.treectrl2007-01-211-5/+82
* Changed the way text elements display an ellipsis. At least 1 character plus ...treectrl2006-12-231-36/+43
* Formatting of braces.treectrl2006-12-221-119/+60
* UNTESTED: Set the clipping region when drawing dotted rectangles under OSX.treectrl2006-12-061-5/+27
* Created a stack of TkRegions to avoid creating/destroying them repeatedly.treectrl2006-12-061-2/+61
* Renamed the 2 PerStateGC_xxx functions since they had nothing to do with per-...treectrl2006-12-061-26/+28
* DynamicOption_FindData returns void* to avoid lots of casts.treectrl2006-12-041-2/+2
* Added Tree_GetIntForIndex to handle "end?-offset?" indices.treectrl2006-12-021-9/+60
* The item option -button may now be "auto" in which case a button is drawn onl...treectrl2006-11-301-1/+145
* Testing SW_SCROLLCHILDREN.treectrl2006-11-221-1/+53
* New routine OptionSpec_Find is used to search an option table.treectrl2006-11-191-52/+182
* Always include tclInt.h to fix compilation under 8.5.treectrl2006-11-101-6/+31
* Added DStringAppendf to append a formatted string to a dynamic string. Use it...treectrl2006-11-061-4/+33
* Deprecated the treectrl option -defaultstyle.treectrl2006-11-031-3/+97
* Fixed handling of Tcl_Obj with per-state and dynamic custom options.treectrl2006-11-031-32/+103
* Added underline arg to TextLayout_Draw. [ Patch 1580928 ]treectrl2006-10-311-2/+18
* Fix a critical bug with OptionHax_Forget.treectrl2006-10-301-2/+2
* Fixed a bug with dynamic-option code incrementing the refcount of a NULL Tcl_...treectrl2006-10-281-2/+3
* Changed dynamic-option code to use AllocHax_xxx.treectrl2006-10-261-34/+115
* Per-state images call Tree_FreeImage to decrement the reference count on an i...treectrl2006-10-181-36/+37
* Merged with BRANCH_dynamic_options.treectrl2006-10-181-21/+771
* AllocHax_xxx takes a Tk_Uid arg for gathering stats on memory allocations.treectrl2006-10-161-54/+149
* Added AllocHax_Realloc.treectrl2006-10-051-18/+290
* Wrap various fields in TREECTRL_DEBUG define to save some memory.treectrl2006-10-041-92/+1036
* Added various TreeItemList_xxx routines.treectrl2006-09-211-1/+167
* Bumped copyright to 2006.treectrl2006-09-051-2/+2
* Add Tcl block comments above each function. Comment function arguments.treectrl2005-09-191-80/+725
* Converted to tab+space indentation.treectrl2005-09-161-1012/+1012
* #include <tclInt.h> on OSX for TCL_ALIGN definition.treectrl2005-09-141-1/+2
* Fixed alignment problem with allocated array of structures affecting some sys...treectrl2005-09-091-5/+5
* Commented AllocHax stuff. Changed how AllocHax_Free calculates the address of...treectrl2005-09-071-13/+59
* Removed wipefree() function.treectrl2005-09-071-13/+6
* Fix bug "[ 1237934 ] ColumnDrag problem". The ximage->red_mask etc were all z...treectrl2005-07-151-10/+11
* UnsetClipMask works around Tk_DrawChars not clearing the clip region on Win32.treectrl2005-07-071-1/+17
* 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