summaryrefslogtreecommitdiffstats
path: root/widget/windows/WinUtils.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1606 - Add support for multi-monitor DPI awareness v2 (W10 1706+)Moonchild2020-10-06-5/+15
|
* Issue #1653 - Part 2: Stop indirectly loading DWM functions through WinUtils.Moonchild2020-09-17-31/+0
|
* Issue #1653 - Part 1: Remove WinUtils::SHGetKnownFolderPathMoonchild2020-09-17-28/+0
| | | | | Instead of doing the whole dll-load, replace function dance, we can just use the shlobj.h version of Windows.
* Merge pull request #295 from janekptacijarabaci/_native_52ESR_events_auxclick_1Moonchild2018-04-29-1/+2
|\ | | | | UI Events - implement auxclick
| * Implement auxclickjanekptacijarabaci2018-02-04-1/+2
| | | | | | | | | | | | Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1304044 (native in moebius)
* | Make the proper Windows APIs natively available to our tree.wolfbeast2018-02-19-1/+1
| | | | | | | | | | Tag #22. This bypasses custom definitions of some functions for things natively available in Windows 7.
* | Remove unnecessary code in /widget.wolfbeast2018-02-18-33/+24
|/ | | | | | | | | - 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/+2110