evgeny-nadymov/telegram-react • f4f374c • 22 files, +211/-57
Stop poll and Unvote from context menu
evgeny-nadymov/telegram-react • 03ad351 • 1 files, +1/-1
Fix poll option min height
evgeny-nadymov/telegram-react • a7fef6d • 21 files, +347/-80
Chat online status
Poll improvements
Stop poll and Unvote from context menu
evgeny-nadymov/telegram-react • 03ad351 • 1 files, +1/-1
Fix poll option min height
evgeny-nadymov/telegram-react • a7fef6d • 21 files, +347/-80
Chat online status
Poll improvements
danog/MadelineProto • f155738 • 3 files, +8/-9
Update dependencies
danog/MadelineProto • 453af12 • 4 files, +31/-11
Fix calls
danog/MadelineProto • 50b8562 • 1 files, +2/-2
Whoops
Update dependencies
danog/MadelineProto • 453af12 • 4 files, +31/-11
Fix calls
danog/MadelineProto • 50b8562 • 1 files, +2/-2
Whoops
danog/MadelineProto • cce0c3e • 3 files, +4/-5
Update dependencies
danog/MadelineProto • 46c4e22 • 1 files, +1/-2
Fix phar build
#MadelineProto
#MadelineProto
#MadelineProto
#MadelineProto
Update dependencies
danog/MadelineProto • 46c4e22 • 1 files, +1/-2
Fix phar build
#MadelineProto
#MadelineProto
#MadelineProto
#MadelineProto
UnigramDev/Unigram • ba6c3f9 • 8 files, +1057/-611
Implemented chats multiple selection from scratch
#Unigram
Implemented chats multiple selection from scratch
#Unigram
GitHub
GitHub - UnigramDev/Unigram: Telegram for Windows
Telegram for Windows. Contribute to UnigramDev/Unigram development by creating an account on GitHub.
grishka/libtgvoip • 1b029a0 • 2 files, +2/-2
fix build with pulse audio
grishka/libtgvoip • 35653db • 2 files, +2/-2
Merge pull request #85 from seven1240/fix-pulse-audio-build
fix build with pulse audio
#libtgvoip
fix build with pulse audio
grishka/libtgvoip • 35653db • 2 files, +2/-2
Merge pull request #85 from seven1240/fix-pulse-audio-build
fix build with pulse audio
#libtgvoip
GitHub
GitHub - grishka/libtgvoip: VoIP library for Telegram clients
VoIP library for Telegram clients. Contribute to grishka/libtgvoip development by creating an account on GitHub.
UnigramDev/Unigram • 6e55ca8 • 3 files, +73/-4
Improved chats selection
UnigramDev/Unigram • e74ef2f • 3 files, +28/-16
Improved chat list accessibility
#Unigram
Improved chats selection
UnigramDev/Unigram • e74ef2f • 3 files, +28/-16
Improved chat list accessibility
#Unigram
GitHub
GitHub - UnigramDev/Unigram: Telegram for Windows
Telegram for Windows. Contribute to UnigramDev/Unigram development by creating an account on GitHub.
telegramdesktop/tdesktop • 5d321f7 • 10 files, +65/-74
Moved generation of short string for large numbers in one place.
- Added new plural tag "kPluralShortTag".
- Added support of new plural tag to code generator.
- Removed FormatViewsCount from history_message.
- Removed FormatLargeNumber from history_media_poll.
- Added FormatCountToShort to lang_tag.
telegramdesktop/tdesktop • 5901b42 • 13 files, +57/-28
Added generation of string with decimal separated numbers.
- Added new plural tag "kPluralDecimalSeparationTag".
- Added Lang::PluralType for default, shorted and decimal separated numbers.
- Replaced members and votes count with decimal separated type.
telegramdesktop/tdesktop • dcd5aa8 • 1 files, +16/-3
Fixed choosing of plural when number should be shortened.
telegramdesktop/tdesktop • 63a6893 • 2 files, +2/-2
Excluded ability to display 0 views in channel posts.
telegramdesktop/tdesktop • 9a4fdb1 • 15 files, +68/-94
Use only lt_count in langpacks.
telegramdesktop/tdesktop • 3d3d024 • 1 files, +8/-2
Fixed building of PCH using Clang compiler.
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
#TDesktop
Moved generation of short string for large numbers in one place.
- Added new plural tag "kPluralShortTag".
- Added support of new plural tag to code generator.
- Removed FormatViewsCount from history_message.
- Removed FormatLargeNumber from history_media_poll.
- Added FormatCountToShort to lang_tag.
telegramdesktop/tdesktop • 5901b42 • 13 files, +57/-28
Added generation of string with decimal separated numbers.
- Added new plural tag "kPluralDecimalSeparationTag".
- Added Lang::PluralType for default, shorted and decimal separated numbers.
- Replaced members and votes count with decimal separated type.
telegramdesktop/tdesktop • dcd5aa8 • 1 files, +16/-3
Fixed choosing of plural when number should be shortened.
telegramdesktop/tdesktop • 63a6893 • 2 files, +2/-2
Excluded ability to display 0 views in channel posts.
telegramdesktop/tdesktop • 9a4fdb1 • 15 files, +68/-94
Use only lt_count in langpacks.
telegramdesktop/tdesktop • 3d3d024 • 1 files, +8/-2
Fixed building of PCH using Clang compiler.
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
#TDesktop
telegramdesktop/tdesktop • bb528ea • 1 files, +1/-3
Fixed AppData validation error: tags cannot be empty.
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
#TDesktop
Fixed AppData validation error: tags cannot be empty.
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
#TDesktop
telegramdesktop/tdesktop • 911f138 • 1 files, +12/-12
Updated building-cmake.md
- Added "-y" parameters to make installation of dependencies non-interactive.
- Changed order of installation for correct linking of GCC.
telegramdesktop/tdesktop • b2f821d • 4 files, +11/-9
Updated version of GCC to 8.
#TDesktop
Updated building-cmake.md
- Added "-y" parameters to make installation of dependencies non-interactive.
- Changed order of installation for correct linking of GCC.
telegramdesktop/tdesktop • b2f821d • 4 files, +11/-9
Updated version of GCC to 8.
#TDesktop
telegramdesktop/tdesktop • 48cee21 • 1 files, +3/-5
Re-enable integrated GPU on macOS.
This limits the fix introduced in a058e75a to just 10.14.4,
as #5858 seems to be fixed in 10.14.5.
#TDesktop
Re-enable integrated GPU on macOS.
This limits the fix introduced in a058e75a to just 10.14.4,
as #5858 seems to be fixed in 10.14.5.
#TDesktop