Telegram Desktop messaging app
Go to file
Ilya Fedin 93e9eedfae Update media viewer window flags
1. FramelessWindowHint seem to be a redudant leftover of BypassWindowManagerHint, media viewer uses fullscreen state now that implies lack of the frame
2. MaximizeUsingFullscreenGeometryHint is useless since media viewer doesn't use maximize
3. Transient parent/window modality dance is replaced with minimum/maximum size just like in other places where tiling shouldn't be done
4. setWindowState(WindowFullScreen) is replaced with showFullScreen that ensures the flag is set on each show
2022-03-24 16:05:32 +04:00
.github Migrated dependencies in Github CI for Windows. 2022-01-05 10:48:06 +03:00
cmake@1711697810 Update submodules and patches 2022-03-23 09:42:51 +04:00
docs Fix dependencies build on M1. 2021-12-14 11:33:59 +04:00
lib/xdg Updated XDG SPEC version to 1.5. 2022-01-11 10:37:44 +03:00
snap Set path to mozjpeg in snap for tdesktop 2022-03-10 17:11:41 +04:00
Telegram Update media viewer window flags 2022-03-24 16:05:32 +04:00
.gitattributes
.gitignore
.gitmodules Use QMenuBar instead of own global menu implementation on Linux 2022-01-22 21:18:37 +04:00
changelog.txt Version 3.6.1. 2022-03-16 19:26:18 +04:00
CMakeLists.txt
LEGAL Update copyright year to 2022. 2022-01-04 12:49:50 +04:00
LICENSE
README.md Updated Qt license. 2021-10-30 14:20:20 +04:00

Telegram Desktop Official Messenger

This is the complete source code and the build instructions for the alpha version of the official desktop client for the Telegram messenger, based on the Telegram API and the MTProto secure protocol.

Version Build Status Build Status Build Status

Preview of Telegram Desktop

The source code is published under GPLv3 with OpenSSL exception, the license is available here.

Supported systems

The latest version is available for

Old system versions

Version 2.4.4 was the last that supports older systems

Version 1.8.15 was the last that supports older systems

Third-party

Build instructions