tdesktop/Telegram
John Preston e88305d984 Fixed freezes in macOS clipboard requests.
Sometimes QClipboard::text() unexpectedly freezes on macOS, no known
causes for that. But before we were requesting the clipboard text after
each change in any text field to update macOS global menu items.

Now we use Cocoa API directly to find out if there were any changes to
the clipboard content and query text through Qt only if we have changes.

That way it should almost never freeze (at least) or even really never.
2017-03-05 23:18:27 +03:00
..
build Alpha 1.0.18: destroying auth keys on sign up. 2017-03-01 21:42:36 +03:00
gyp Renamed / moved a bunch of files. 2017-03-04 12:56:07 +03:00
Patches Using custom build of libc++ for old OS X version. 2017-02-21 15:37:52 +03:00
Resources Alpha 1.0.18: destroying auth keys on sign up. 2017-03-01 21:42:36 +03:00
SetupFiles
SourceFiles Fixed freezes in macOS clipboard requests. 2017-03-05 23:18:27 +03:00
Telegram
ThirdParty Move to GCC 6 and silent some warnings there. 2017-02-21 18:29:59 +03:00
create.bat Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
Telegram.plist