summaryrefslogtreecommitdiffstats
path: root/library/ttk/vistaTheme.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Merge core-8-6-branch to trunk.patthoyts2016-09-221-1/+1
|\
| * Correct expansion of the spinbox textarea for the vista theme.patthoyts2016-09-221-1/+1
| | | | | | | | | | | | | | | | The spinbox textarea should stretch to fill the widget and does so with all except the vista theme. Added a test to check for this expansion to avoid regression. Fix identified Kumba on StackOverflow ( https://stackoverflow.com/a/36393680/291641 )
* | Remove excess spacing in various library files.jan.nijtmans2016-03-101-5/+5
|/
* [Bug 3000002]: enable use of system sizes for vsapi elementspatthoyts2011-03-221-24/+24
| | | | | | | | | | Added additional flags to the vsapi element engine to enable specifying the system metrics to use when calculating the size of certain elements. This was being done already for the XP theme but the scripted definitions using the vsapi engine for vista/win7 could not use such flags. This fixes scrollbars not reflecting the users configured scrollbar size. Reported-by: Mark Garvey <dunkfan@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* library/ttk/winTheme.tcl, library/ttk/xpTheme.tcl, library/ttk/vistaTheme.tcl:jenglish2010-09-021-1/+4
| | | | Specify disabled combobox text foreground color [#3057573].
* Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-261-13/+1
| | | | | | | | | | | | | | committed to head (8.6), although they could apply for 8.5 as well. This re-sync makes future work easier to maintain and adds some useful work for 8.5 users. Notable changes: - Lots of code cleanup - Some bug fixes never backported - Addition of ttk::spinbox - minor color changes - Improved Vista/7 styling - Move to tile version 0.8.6 (pseudo-package) - ABI and API compatible (even $w identify) - minor new features (extended $w identify)
* Fix the selection of treeview rows on Windows XP and Vistapatthoyts2009-12-031-0/+12
|
* [Bug 2787164] fix size of dropdown arrow on combobox and menubutton for ↵patthoyts2009-10-071-2/+17
| | | | Windows 7.
* Backported support for the Vista theme.patthoyts2009-05-141-0/+206
This requires the vsapi element engine, the hover state and the theme script definition.