| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
widget/windows.
|
|
|
|
|
| |
This avoids manually hooking into shell32.dll and using the native shell API instead.
Tag #22.
|
|
|
|
|
| |
Tag #22.
This bypasses custom definitions of some functions for things natively available in Windows 7.
|
|
|
|
|
|
|
|
|
| |
- Remove numerous blocklist entries that no longer apply.
- Remove CanComputeVirtualKeyCodeFromScanCode(), because it's always true.
- Remove ShowXP{Folder,File}Picker(), since we have native pickers on supported Windows versions.
- Remove the config.trim_on_minimize preference, which is pointless on NT6+ and will just cause problems if used.
Tag #22.
|
|
|
|
|
|
|
|
| |
the front-end.
This makes all relevant toolbars pick up the fact that the Windows accent color has changed and should check and if necessary update the "brighttext" property on them for styling of controls.
This is a bit of a hack-around to the fact that there is no real easy way otherwise to notify the front-end of color changes without needing a change in focus of the window.
There is a deliberate 300ms delay built in, because otherwise the styles might not have propagated yet, resulting in brighttext not being updated properly.
|
|
|
|
| |
Also improves comment wording.
|
|
|
|
| |
This resolves #16.
|
|
|
|
| |
#31 point 4
|
| |
|
|
|
|
| |
#31 points 1 and 2
|
|
|
|
| |
#31 point 3
|
|
|