| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Also remove some eol-spacing.
|
|
|
|
| |
-side (resp. TTK_PACK_*) is not given. Remove such superfluous specifications.
|
|
|
|
| |
This solution was suggested by cjmcdonald: Revert [d378ad72], partially revert [07b0114e] (keep documentation of tag priority order), and remove the {!disabled !selected} statespec from the -background and -foreground state map of the ttk::treeview since they are not needed and provide regressions.
|
|
|
|
| |
[05bd7f4da8]. This now really looks like a native combobox on vista, be it in the normal state or disabled state. The previous commit provided a readonly combobox looking native which was moved to the wiki, see [https://wiki.tcl-lang.org/55506]
|
|
|
|
| |
the mouse hovers it in vista theme
|
|
|
|
| |
combobox look more native with vista theme, in all normal, disabled and pressed states
|
| |
|
| |
|
|
|
|
| |
Patch from Brad Lanam.
|
|
|
|
| |
colors. Patch provided by cjmcdonald
|
|
|
|
| |
provided by Rüdiger Härtel.
|
|
|
|
|
|
|
|
| |
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 )
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Specify disabled combobox text foreground color [#3057573].
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Windows 7.
|
|
This requires the vsapi element engine, the hover state and the theme script definition.
|