AyuGramDesktop/Telegram/SourceFiles
John Preston ff4af1b9bc Fix pasting images from Firefox on Windows.
Fixes #10564.

Together with the image data Firefox sets to the clipboard an URLs list
which has a path to local temp file, created from that image.

Reading images from disk is slower + sometimes the content of the file
is wrong so for this case we prefer to read the image data directly.
2023-03-08 16:10:36 +04:00
..
_other Fixed indents in some files. 2023-03-02 07:51:17 +03:00
api Implement dates of who read your message list. 2023-03-07 08:42:29 +03:00
boxes Fix pasting images from Firefox on Windows. 2023-03-08 16:10:36 +04:00
calls Fixed crash on incoming peer calls. 2023-03-02 09:22:13 +03:00
chat_helpers Implement some power saving options. 2023-03-01 09:12:02 +04:00
codegen/scheme Provide single-data generic TL accessor. 2022-07-26 20:12:10 +03:00
core Fix pasting images from Firefox on Windows. 2023-03-08 16:10:36 +04:00
countries Fix crash in cloud lang manager destructor. 2023-02-12 15:01:50 +04:00
data Support media covers for bot descriptions. 2023-03-08 16:10:36 +04:00
dialogs Implement switch_webview and "web_app_switch_inline_query". 2023-03-07 08:42:29 +03:00
editor Fix pasting images from Firefox on Windows. 2023-03-08 16:10:36 +04:00
export Implement opening of t.me/bot/app-s. 2023-03-07 08:42:29 +03:00
ffmpeg Fix build with ffmpeg 5.0 2023-02-26 13:27:17 +04:00
history Fix pasting images from Firefox on Windows. 2023-03-08 16:10:36 +04:00
info Show empty search results in emoji panel. 2023-02-09 12:55:44 +04:00
inline_bots Implement opening of t.me/bot/app-s. 2023-03-07 08:42:29 +03:00
intro Fix chat filters detection on login. 2023-02-03 17:51:47 +04:00
lang Implement dates of who read your message list. 2023-03-07 08:42:29 +03:00
layout Add search with categories to GIF. 2023-02-02 22:12:31 +04:00
main Update API scheme to layer 154. 2023-03-07 08:42:29 +03:00
media Fix media viewer window preliminary destroy. 2023-03-01 12:41:12 +04:00
menu Pass correct parent to choose folder file dialog. 2023-01-09 09:44:58 +04:00
mtproto Update API scheme to layer 154. 2023-03-07 08:42:29 +03:00
overview Implement some power saving options. 2023-03-01 09:12:02 +04:00
passport Don't read legacy "errors" in passport. 2023-03-08 16:10:36 +04:00
payments Fix the card validator. 2023-02-21 17:10:48 +04:00
platform Deduplicate notification actions on Linux 2023-03-02 17:33:06 +04:00
profile Removed unused keys from profile.style. 2023-02-02 22:12:33 +04:00
settings Show correct state of "Accept calls" checkbox. 2023-03-01 12:53:06 +04:00
storage Fix pasting images from Firefox on Windows. 2023-03-08 16:10:36 +04:00
support Use TabbedSearch control for stickers panel. 2023-02-02 22:12:31 +04:00
ui Slightly improved style of menu for sponsored messages. 2023-03-07 08:42:29 +03:00
window Implement opening of t.me/bot/app-s. 2023-03-07 08:42:29 +03:00
apiwrap.cpp Don't request settings of unknown peers. 2023-02-06 12:24:08 +04:00
apiwrap.h Check if bot is in group or if can be added. 2023-02-02 22:12:33 +04:00
config.h Replaced some qsl with u""_q literal. 2022-11-30 17:17:14 +03:00
logs.cpp Use custom workdir even if it doesn't exist 2023-02-20 13:52:59 +04:00
logs.h Fix possible deadlock in debug logs. 2021-05-13 15:36:08 +04:00
main.cpp Use single LEGAL file with license and copyright. 2018-01-03 13:23:14 +03:00
mainwidget.cpp Implement switch_webview and "web_app_switch_inline_query". 2023-03-07 08:42:29 +03:00
mainwidget.h Allow opening new account in a separate window. 2023-02-02 10:55:04 +04:00
mainwindow.cpp Close PiP when a passcode lock is enabled. 2023-02-15 10:47:10 +04:00
mainwindow.h Detach SystemMediaControls from Window::Controller. 2023-01-19 09:46:20 +04:00
settings.cpp videoplayer cheat code -> experimental setting 2023-02-26 13:27:17 +04:00
settings.h videoplayer cheat code -> experimental setting 2023-02-26 13:27:17 +04:00
stdafx.h Moved constants of arc angles to td_ui. 2023-01-19 08:51:57 +03:00
tray.cpp Create QSystemTrayIcon even when tray is not supported 2022-09-02 17:29:57 +04:00
tray.h Returned lost method that checks tray existence. 2022-06-23 09:38:21 +03:00