summaryrefslogtreecommitdiffstats
path: root/widget/windows/nsDataObj.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1566 - Lowercase link filename extensionadeshkp2020-06-01-8/+8
|
* Preserve transparency when copying a DIB to/from the clipboard.wolfbeast2019-02-14-2/+2
| | | | | In order to get the alpha channel when encoding BMP images from a surface, we need to supply bmp=32 in the encoder options.
* Use existing image decoders to handle clipboard BMP data.wolfbeast2019-02-07-46/+80
| | | | | This gets rid of the old nsImageClipboard widget code in favor of using the nsBMPDecoder in imglib.
* moebius#56: Fix: DataTransfer - Pasting image from clipboard fails in some casesjanekptacijarabaci2018-04-20-19/+80
| | | | https://github.com/MoonchildProductions/moebius/pull/56
* Remove unnecessary code in /widget.wolfbeast2018-02-18-2/+1
| | | | | | | | | - 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/+2166