summaryrefslogtreecommitdiffstats
path: root/widget/windows/nsNativeThemeWin.cpp
Commit message (Collapse)AuthorAgeLines
* Use existing image decoders to handle clipboard BMP data.wolfbeast2019-02-07-0/+2
| | | | | This gets rid of the old nsImageClipboard widget code in favor of using the nsBMPDecoder in imglib.
* Bypass transparency optimization with HC themes.wolfbeast2018-07-26-1/+4
| | | | | | | Don't use transparency optimization for theme items in Windows 8 or later with a high contrast theme in use. See MoonchildProductions/Pale-Moon#1591
* Remove unnecessary code in /widget.wolfbeast2018-02-18-337/+126
| | | | | | | | | - 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 m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+4168