summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeTheme.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkTreeTheme.c: use Get|SetWindowLongPtr to work withhobbs22008-02-281-3/+3
* * generic/tkTreeTheme.c (DllMain): get module at dll load time tohobbs22008-02-231-1/+19
* Added a Win32 .manifest file and associated .rc file to load version 6 of com...treectrl2008-02-091-3/+130
* Bump copyright to 2008.treectrl2008-01-221-2/+2
* Check for potential NULL pointer in TreeTheme_ThemeChanged. [BUG 1805700]treectrl2007-10-031-8/+13
* Check version of comctl32.dll when determining whether the application is usi...treectrl2007-02-061-4/+39
* Formatting of braces.treectrl2006-12-221-23/+12
* Theme-related changes to support tile-aware treectrl.treectrl2006-12-041-4/+605
* Added TreeTheme_ComputeGeometry to allow themes to draw the borders.treectrl2006-12-021-1/+18
* Renamed themeData global to appThemeData.treectrl2006-11-211-27/+29
* Added per-tree theme data to avoid getting back an invalid handle from OpenTh...treectrl2006-11-191-26/+95
* Fixed disclosure triangles being drawn with a white background under OSX.treectrl2006-11-091-6/+2
* Attempt to avoid the white background behind the disclosure triangles on OSX....treectrl2006-11-071-3/+29
* Bumped copyright to 2006.treectrl2006-09-051-2/+2
* Improve appearance of list header under OSX/Aqua. [Patch 1356447]treectrl2005-11-181-2/+22
* TreeTheme_DrawHeaderArrow implemented on WinXP to draw an arrow that looks li...treectrl2005-07-071-4/+49
* Cache the size of the expand/collapse button under XP for a massive speedup o...treectrl2005-06-301-1/+20
* Use COLUMN_STATE_XXX macros for readability.treectrl2005-05-221-14/+25
* Add "int arrow" arg to 2 routines to allow Appearance Manager to draw sort ar...treectrl2005-05-221-21/+29
* Aqua list headers have a fixed height. Guess the correct state.treectrl2005-05-211-4/+16
* Use Appearance Manager to draw list header and open/close buttons. *** Hasn't...treectrl2005-05-201-2/+131
* Removed some dbwin() calls.treectrl2005-05-131-4/+1
* Changed name of assoc data from TreeTheme to TreeCtrlTheme for consistency wi...treectrl2005-05-101-2/+2
* * generic/tkTreeTheme.c: correct headers to build on unix and usehobbs22005-05-021-6/+11
* Initial import of Theme API file.treectrl2005-05-011-0/+657