summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change <Control-ButtonPress-1> binding on Aqua to <Command-ButtonPress-1>, si...treectrl2005-05-281-1/+6
* Fix "identify" command when -treecolumn is unspecified or not visible. [Bug 1...treectrl2005-05-281-3/+3
* Change <Command-ButtonPress-1> binding on Aqua to <Control-ButtonPress-1>, si...treectrl2005-05-281-1/+1
* Use Tile package if available for buttons and comboboxes.treectrl2005-05-281-28/+61
* Added PACKAGE_PATCHLEVEL define.treectrl2005-05-283-4/+14
* Change to UNIX EOL. Added CVS $Id$ tag.treectrl2005-05-271-400/+401
* Fix for Column_UpdateTextLayout under OSX.treectrl2005-05-271-2/+2
* New option -columnresizemode.treectrl2005-05-277-10/+62
* Fix for DrawXORLine.treectrl2005-05-271-1/+5
* Set -columnresizemode to "realtime" on OSX and WinNT.treectrl2005-05-271-0/+12
* Use new keywords "order" and "ordervisible" -backgroundmode popup.treectrl2005-05-241-1/+1
* Try to give a clearer description of the -backgroundmode option.treectrl2005-05-243-73/+91
* Described changes to treectrl -backgroundmode option.treectrl2005-05-241-0/+16
* 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
* New file describing changes since the last version.treectrl2005-05-231-0/+380
* Added -columnprefix and -itemprefix options.treectrl2005-05-233-268/+662
* 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
* Added global "ShowLines" which is false on the Mac to disable drawing connect...treectrl2005-05-224-5/+7
* New column options -maxwidth and -resize.treectrl2005-05-223-10/+42
* Added <Command-ButtonPress-1> binding under Aqua to pop up the context menu.treectrl2005-05-221-0/+5
* Revert change where -usetheme was forced off since it is confusing and only X...treectrl2005-05-221-1/+0
* Check new -resize option to determine if column can be resized.treectrl2005-05-221-6/+15
* 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
* New column description "tree".treectrl2005-05-173-7/+33
* New demo to show off new -textvariable option of "text" element.treectrl2005-05-171-0/+67