Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shortened the delay before showing the text editing widget. A new variable ↵ | treectrl | 2005-06-02 | 1 | -2/+91 |
| | | | | | | | | TreeCtrl::Priv(edit,delay) can be used to set the delay. Hide the text editing widget on <ButtonPress-1>. Added <Edit-begin> and <Edit-end> events. Added 3 commands to set the Priv(edit,$T), Priv(sensitive,$T) and Priv(dragimage,$T) variables. | ||||
* | Fixed bug with calculation of needed size of a style. | treectrl | 2005-06-02 | 1 | -7/+41 |
| | | | | | | Fixed drawing bug caused by LAYOUT_HAX changes. Add some calls to Tree_FreeItemDInfo. Replace some calls to Tree_InvalidateItemDInfo with Tree_FreeItemDInfo. | ||||
* | Added boolean PerStateType. | treectrl | 2005-06-02 | 1 | -1/+50 |
| | |||||
* | Added "-draw" option to every element type (except window). | treectrl | 2005-06-02 | 1 | -16/+258 |
| | |||||
* | Add some calls to TreeItemColumn_InvalidateSize. FIXME: ↵ | treectrl | 2005-06-02 | 1 | -5/+28 |
| | | | | | | | | Column.neededWidth/Height aren't actually used. Add some calls to Tree_FreeItemDInfo. Replace some calls to Tree_InvalidateItemDInfo with Tree_FreeItemDInfo. Invalidate should only be used when the size hasn't changed. Fix "item style map" and "item style set" not recalculating ranges. | ||||
* | Added boolean PerStateType. | treectrl | 2005-06-02 | 1 | -1/+4 |
| | |||||
* | Pass PACKAGE_PATCHLEVEL instead of PACKAGE_VERSION to tcl_findLibrary. | treectrl | 2005-06-02 | 1 | -2/+2 |
| | |||||
* | Check for existence of env(TREECTRL_LIBRARY) when reporting its value. | treectrl | 2005-05-30 | 1 | -1/+6 |
| | |||||
* | Don't set env(TREECTRL_LIBRARY) in the pkgIndex.tcl file, leave that for the ↵ | treectrl | 2005-05-30 | 1 | -4/+5 |
| | | | | Makefile during building. Set treectrl_library if env(TREECTRL_LIBRARY) is undefined. This fixes a problem with multiple versions of treectrl being installed. Still a conflict with previous 1.1 pkgIndex.tcl file however, which sets env(TREECTRL_LIBRARY). | ||||
* | Fix TextUpdateStringRep under Tcl 8.5 by passing ClientData to the ↵ | treectrl | 2005-05-29 | 1 | -19/+20 |
| | | | | clock/format command procedures. | ||||
* | Fix XImage2Photo under Tk 8.5 (tree was undefined). | treectrl | 2005-05-29 | 1 | -2/+2 |
| | |||||
* | Fix layout bug with new LAYOUT_HAX code. | treectrl | 2005-05-28 | 1 | -1/+11 |
| | |||||
* | Another fix for "identify" and -treecolumn: make sure point is within the ↵ | treectrl | 2005-05-28 | 1 | -1/+2 |
| | | | | visible width of the tree column. | ||||
* | Change <Control-ButtonPress-1> binding on Aqua to <Command-ButtonPress-1>, ↵ | treectrl | 2005-05-28 | 1 | -1/+6 |
| | | | | since Command should be used for discontinuous selection on OSX. | ||||
* | Fix "identify" command when -treecolumn is unspecified or not visible. [Bug ↵ | treectrl | 2005-05-28 | 1 | -3/+3 |
| | | | | | | 1210357] Use PACKAGE_PATCHLEVEL in Tcl_PkgProvide (may change it back). | ||||
* | Change <Command-ButtonPress-1> binding on Aqua to <Control-ButtonPress-1>, ↵ | treectrl | 2005-05-28 | 1 | -1/+1 |
| | | | | since Command should be used for discontinuous selection on OSX. | ||||
* | Use Tile package if available for buttons and comboboxes. | treectrl | 2005-05-28 | 1 | -28/+61 |
| | |||||
* | Added PACKAGE_PATCHLEVEL define. | treectrl | 2005-05-28 | 3 | -4/+14 |
| | |||||
* | Change to UNIX EOL. Added CVS $Id$ tag. | treectrl | 2005-05-27 | 1 | -400/+401 |
| | |||||
* | Fix for Column_UpdateTextLayout under OSX. | treectrl | 2005-05-27 | 1 | -2/+2 |
| | |||||
* | New option -columnresizemode. | treectrl | 2005-05-27 | 7 | -10/+62 |
| | |||||
* | Fix for DrawXORLine. | treectrl | 2005-05-27 | 1 | -1/+5 |
| | |||||
* | Set -columnresizemode to "realtime" on OSX and WinNT. | treectrl | 2005-05-27 | 1 | -0/+12 |
| | |||||
* | Use new keywords "order" and "ordervisible" -backgroundmode popup. | treectrl | 2005-05-24 | 1 | -1/+1 |
| | |||||
* | Try to give a clearer description of the -backgroundmode option. | treectrl | 2005-05-24 | 3 | -73/+91 |
| | | | | | Note that only 1 line of text is allowed under Aqua when -usetheme is true. Fiddle with descriptions of -tag, -width and -widthhack column options. | ||||
* | Described changes to treectrl -backgroundmode option. | treectrl | 2005-05-24 | 1 | -0/+16 |
| | | | | Described changes to column -background option. | ||||
* | Implemented Tree_DrawBitmapWithGC and Tree_DrawBitmap to work around bug ↵ | treectrl | 2005-05-24 | 1 | -1/+61 |
| | | | | with drawing bitmaps into a window on Win32. | ||||
* | Use Tree_DrawBitmap to draw bitmaps. | treectrl | 2005-05-24 | 2 | -35/+7 |
| | |||||
* | Limit number of lines of text in column header to 1 under Aqua when ↵ | treectrl | 2005-05-24 | 1 | -15/+12 |
| | | | | | | -usetheme is true. Use Tree_DrawBitmapXXX to draw bitmaps. | ||||
* | Changed -backgroundmode values "index"->"order" and ↵ | treectrl | 2005-05-24 | 1 | -2/+2 |
| | | | | "visindex"->"ordervisible". Old values still accepted. | ||||
* | Changed -backgroundmode constants. | treectrl | 2005-05-24 | 1 | -4/+13 |
| | | | | Declared Tree_DrawBitmapXXX. | ||||
* | Changed -backgroundmode constants. | treectrl | 2005-05-24 | 1 | -3/+7 |
| | |||||
* | New file describing changes since the last version. | treectrl | 2005-05-23 | 1 | -0/+380 |
| | |||||
* | Added -columnprefix and -itemprefix options. | treectrl | 2005-05-23 | 3 | -268/+662 |
| | | | | | | Added "column dragcget" and "column dragconfigure" commands. Added all the dynamic events generated by the library scripts. Added example of <ColumnDrag-receive>. | ||||
* | Handle <FocusIn>/<FocusOut> the way Tile does. See ↵ | treectrl | 2005-05-22 | 1 | -3/+13 |
| | | | | https://sourceforge.net/tracker/?func=detail&atid=111464&aid=1206674&group_id=11464. | ||||
* | Call Tree_Activate to respond to <Activate> and <Deactivate> events for ↵ | treectrl | 2005-05-22 | 1 | -27/+43 |
| | | | | Win32 and Mac. | ||||
* | Added isActive flag to TreeCtrl to track <Activate>/<Deactivate> events on ↵ | treectrl | 2005-05-22 | 1 | -1/+5 |
| | | | | Win32 and Mac. | ||||
* | Added DrawXORLine under OSX to handle the column proxy, since XOR is only ↵ | treectrl | 2005-05-22 | 1 | -3/+30 |
| | | | | | | supported by QuickDraw, not CoreGraphics. Added Tree_Activate to respond to <Activate> and <Deactivate> events for Win32 and Mac. Causes the tree header to be redrawn if -usetheme is true. Only needed for OSX. | ||||
* | Use COLUMN_STATE_XXX macros for readability. | treectrl | 2005-05-22 | 1 | -14/+25 |
| | | | | Replace kThemeStateRollover with kThemeStateActive. I don't think the rollover state is supported. | ||||
* | Added DrawXORLine under OSX to handle the column proxy, since XOR is only ↵ | treectrl | 2005-05-22 | 1 | -3/+27 |
| | | | | supported by QuickDraw, not CoreGraphics. | ||||
* | Added global "ShowLines" which is false on the Mac to disable drawing ↵ | treectrl | 2005-05-22 | 4 | -5/+7 |
| | | | | connecting lines. | ||||
* | New column options -maxwidth and -resize. | treectrl | 2005-05-22 | 3 | -10/+42 |
| | |||||
* | Added <Command-ButtonPress-1> binding under Aqua to pop up the context menu. | treectrl | 2005-05-22 | 1 | -0/+5 |
| | |||||
* | Revert change where -usetheme was forced off since it is confusing and only ↵ | treectrl | 2005-05-22 | 1 | -1/+0 |
| | | | | X11 users will care. | ||||
* | Check new -resize option to determine if column can be resized. | treectrl | 2005-05-22 | 1 | -6/+15 |
| | | | | | Highlight correct column header when pointer is at the left edge. Restrict column resize max width to the new -maxwidth option. | ||||
* | Add "int arrow" arg to 2 routines to allow Appearance Manager to draw sort ↵ | treectrl | 2005-05-22 | 1 | -21/+29 |
| | | | | | | arrow under Aqua. Fix drawing location of headers and open/close buttons under Aqua. | ||||
* | Fixes to DotRect_xxx under Aqua since Quartz doesn't do XOR drawing. | treectrl | 2005-05-22 | 1 | -4/+76 |
| | | | | | Fix Tk_FillRegion under Aqua. Declare Tree_ScrollWindow to work around Tk bug with TkScrollWindow on the Mac. | ||||
* | Replace TkScrollWindow with Tree_ScrollWindow to work around Tk bug on the Mac. | treectrl | 2005-05-22 | 1 | -8/+8 |
| | |||||
* | Various declarations. | treectrl | 2005-05-22 | 1 | -4/+8 |
| | |||||
* | Added -resize option. | treectrl | 2005-05-22 | 1 | -6/+82 |
| | | | | Numerous hacks under OSX/Aqua to let Appearance Manager draw the sort arrow. |