Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed disclosure triangles being drawn with a white background under OSX. | treectrl | 2006-11-09 | 1 | -6/+2 |
| | |||||
* | Attempt to avoid the white background behind the disclosure triangles on ↵ | treectrl | 2006-11-07 | 1 | -3/+29 |
| | | | | OSX. Remains to be tested... | ||||
* | Bumped copyright to 2006. | treectrl | 2006-09-05 | 1 | -2/+2 |
| | |||||
* | Improve appearance of list header under OSX/Aqua. [Patch 1356447] | treectrl | 2005-11-18 | 1 | -2/+22 |
| | |||||
* | TreeTheme_DrawHeaderArrow implemented on WinXP to draw an arrow that looks ↵ | treectrl | 2005-07-07 | 1 | -4/+49 |
| | | | | | | like Explorer's. TreeTheme_GetArrowSize added. | ||||
* | Cache the size of the expand/collapse button under XP for a massive speedup ↵ | treectrl | 2005-06-30 | 1 | -1/+20 |
| | | | | of item layout. | ||||
* | 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. | ||||
* | 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. | ||||
* | Aqua list headers have a fixed height. Guess the correct state. | treectrl | 2005-05-21 | 1 | -4/+16 |
| | |||||
* | Use Appearance Manager to draw list header and open/close buttons. *** ↵ | treectrl | 2005-05-20 | 1 | -2/+131 |
| | | | | Hasn't been compiled yet. *** | ||||
* | Removed some dbwin() calls. | treectrl | 2005-05-13 | 1 | -4/+1 |
| | |||||
* | Changed name of assoc data from TreeTheme to TreeCtrlTheme for consistency ↵ | treectrl | 2005-05-10 | 1 | -2/+2 |
| | | | | with other calls to Tcl_SetAssocData. | ||||
* | * generic/tkTreeTheme.c: correct headers to build on unix and use | hobbs2 | 2005-05-02 | 1 | -6/+11 |
| | | | | of c++-style var decls. | ||||
* | Initial import of Theme API file. | treectrl | 2005-05-01 | 1 | -0/+657 |