summaryrefslogtreecommitdiffstats
path: root/widget
Commit message (Collapse)AuthorAgeLines
* Remove windows-xp and windows-vista from @media(-moz-os-version)wolfbeast2018-02-20-4/+1
|
* Remove always-false #if WINVER < 0x0601 (Windows 7) checks in nsWinGesture.h.wolfbeast2018-02-19-153/+2
|
* Remove always-false #if WINVER < 0x0601 (Windows 7) checks in nsLookAndFeel.h.wolfbeast2018-02-19-14/+1
|
* Remove always-false #if WINVER < 0x0600 (Windows Vista) checks in ↵wolfbeast2018-02-19-102/+2
| | | | widget/windows.
* Remove the use of GetProcAddress() for shell32wolfbeast2018-02-19-43/+4
| | | | | This avoids manually hooking into shell32.dll and using the native shell API instead. Tag #22.
* Make the proper Windows APIs natively available to our tree.wolfbeast2018-02-19-2/+6
| | | | | Tag #22. This bypasses custom definitions of some functions for things natively available in Windows 7.
* Remove unnecessary code in /widget.wolfbeast2018-02-18-1162/+199
| | | | | | | | | - 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.
* Add a signal preference for dynamic color changes to adjust "brighttext" in ↵wolfbeast2018-02-17-0/+2
| | | | | | | | 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.
* Use more logical pref names for mouse button 4&5wolfbeast2018-02-12-8/+9
| | | | Also improves comment wording.
* Un-fold browsercomps.* from libxulwolfbeast2018-02-11-1/+0
| | | | This resolves #16.
* Add -moz-windows-accent-color-is-darkwolfbeast2018-02-04-0/+22
| | | | #31 point 4
* Split out the check for accent color luminance.wolfbeast2018-02-04-8/+20
|
* Add -moz-win-accentcolor(text)wolfbeast2018-02-04-5/+122
| | | | #31 points 1 and 2
* Add `@media(-moz-windows-accent-color-applies)`wolfbeast2018-02-04-0/+15
| | | | #31 point 3
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+292726