| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
| |
Microsoft IME on Windows 10 20H1 (build 19025+) supports IME private
mode by input scope. Although previous Windows versions use an
undocumented API for Edge and IE only, the next Windows 10 release will
use a public API for it.
We pre-empt this potential privacy concern by setting the IS_PRIVATE
flag when in PB mode.
|
|
|
|
| |
Use AutoTArray to set input scope.
|
|
|
|
|
|
|
| |
When Mozilla implemented this initially, only Windows 8 existed.
Because of the strict equal check, 8.1 and 10 didn't get HWA over RDP
while they are perfectly capable of doing so with RemoteFX. This change
allows any version of Windows from 8.0 onwards to use HWA over RDP.
|
|
|
|
| |
Follow-up to 0b6d9a47051be9ef4d064c6f7c60717da91d0bc2
|
|
|
|
|
| |
In order to get the alpha channel when encoding BMP images from a
surface, we need to supply bmp=32 in the encoder options.
|
|
|
|
|
| |
This gets rid of the old nsImageClipboard widget code in favor of using
the nsBMPDecoder in imglib.
|
| |
|
| |
|
|
|
|
| |
surface.
|
| |
|
|
|
|
|
| |
This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables).
Stub resolution/removal should be a follow-up to this.
|
|
|
|
|
| |
When true, overrides the OS convention to prevent scrolling of content when contextual menus are open.
This resolves #730.
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
--HG--
extra : amend_source : 7b1277a18a3ed4f441deef8b51cb4ec4dde614cc
|
|\
| |
| | |
UI Events - implement auxclick
|
| |
| |
| |
| |
| |
| | |
Bug(s):
https://bugzilla.mozilla.org/show_bug.cgi?id=1304044
(native in moebius)
|
| |
| |
| |
| | |
https://github.com/MoonchildProductions/moebius/pull/56
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
#31 point 4
|
| | |
|
| |
| |
| |
| | |
#31 points 1 and 2
|
|/
|
|
| |
#31 point 3
|
|
|