summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* Added boolean PerStateType.treectrl2005-06-021-1/+4
* Pass PACKAGE_PATCHLEVEL instead of PACKAGE_VERSION to tcl_findLibrary.treectrl2005-06-021-2/+2
* Fix TextUpdateStringRep under Tcl 8.5 by passing ClientData to the clock/form...treectrl2005-05-291-19/+20
* Fix XImage2Photo under Tk 8.5 (tree was undefined).treectrl2005-05-291-2/+2
* Fix layout bug with new LAYOUT_HAX code.treectrl2005-05-281-1/+11
* Another fix for "identify" and -treecolumn: make sure point is within the vis...treectrl2005-05-281-1/+2
* Fix "identify" command when -treecolumn is unspecified or not visible. [Bug 1...treectrl2005-05-281-3/+3
* Fix for Column_UpdateTextLayout under OSX.treectrl2005-05-271-2/+2
* New option -columnresizemode.treectrl2005-05-272-2/+10
* Fix for DrawXORLine.treectrl2005-05-271-1/+5
* Implemented Tree_DrawBitmapWithGC and Tree_DrawBitmap to work around bug with...treectrl2005-05-241-1/+61
* Use Tree_DrawBitmap to draw bitmaps.treectrl2005-05-242-35/+7
* Limit number of lines of text in column header to 1 under Aqua when -usetheme...treectrl2005-05-241-15/+12
* Changed -backgroundmode values "index"->"order" and "visindex"->"ordervisible...treectrl2005-05-241-2/+2
* Changed -backgroundmode constants.treectrl2005-05-241-4/+13
* Changed -backgroundmode constants.treectrl2005-05-241-3/+7
* Handle <FocusIn>/<FocusOut> the way Tile does. See https://sourceforge.net/tr...treectrl2005-05-221-3/+13
* Call Tree_Activate to respond to <Activate> and <Deactivate> events for Win32...treectrl2005-05-221-27/+43
* Added isActive flag to TreeCtrl to track <Activate>/<Deactivate> events on Wi...treectrl2005-05-221-1/+5
* Added DrawXORLine under OSX to handle the column proxy, since XOR is only sup...treectrl2005-05-221-3/+30
* Use COLUMN_STATE_XXX macros for readability.treectrl2005-05-221-14/+25
* Added DrawXORLine under OSX to handle the column proxy, since XOR is only sup...treectrl2005-05-221-3/+27
* Add "int arrow" arg to 2 routines to allow Appearance Manager to draw sort ar...treectrl2005-05-221-21/+29
* Fixes to DotRect_xxx under Aqua since Quartz doesn't do XOR drawing.treectrl2005-05-221-4/+76
* Replace TkScrollWindow with Tree_ScrollWindow to work around Tk bug on the Mac.treectrl2005-05-221-8/+8
* Various declarations.treectrl2005-05-221-4/+8
* Added -resize option.treectrl2005-05-221-6/+82
* Added -maxwidth option.treectrl2005-05-211-13/+43
* Aqua list headers have a fixed height. Guess the correct state.treectrl2005-05-211-4/+16
* 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
* Use Appearance Manager to draw list header and open/close buttons. *** Hasn't...treectrl2005-05-201-2/+131
* Put back Tk_FillRegion() change.treectrl2005-05-201-2/+23
* Call XSetClipOrigin after drawing bitmap.treectrl2005-05-192-5/+7
* Replaced TARGET_OS_MAC with MAC_TCL and MAC_OSX_TK macros according to Apple'...treectrl2005-05-194-24/+13
* 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
* Cast argument to AllocHax_Free() and AllocHax_CFree().treectrl2005-05-192-17/+19
* ALLOC_HAX: play games with memory allocation for speed boost.treectrl2005-05-171-5/+21
* Added -textvariable option to "text" elements.treectrl2005-05-171-14/+168
* ALLOC_HAX: play games with memory allocation for speed boost.treectrl2005-05-171-1/+79
* Added new column description "tree".treectrl2005-05-171-3/+9
* ALLOC_HAX: play games with memory allocation for speed boost.treectrl2005-05-173-6/+163
* Removed DItem.nextFree since it is redundant.treectrl2005-05-171-5/+4
* Experimental hacks to allow -detach elements to appear under the button/line ...treectrl2005-05-142-2/+19
* Experimental hacks to allow -detach elements to appear under the button/line ...treectrl2005-05-141-17/+77
* Experimental hacks to allow -detach elements to appear under the button/line ...treectrl2005-05-141-13/+212
* Removed some dbwin() calls.treectrl2005-05-131-4/+1
* Return a better error when attempting to retrieve configuration info for an e...treectrl2005-05-131-4/+23
* Replaced global itemPrefix with tree->itemPrefix option.treectrl2005-05-131-30/+31