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
UnigramDev/Unigram • e13dbec • 3 files, +81/-0
Win32 DPI awareness
UnigramDev/Unigram • fb4cf8a • 7 files, +143/-13
Win32 fixes and improvements
UnigramDev/Unigram • 908ac64 • 1 files, +13/-3
Package project changes
UnigramDev/Unigram • 5315623 • 23 files, +1712/-1366
In-app music player with playlists and so on
UnigramDev/Unigram • d9edcfe • 10 files, +95/-35
"Use system theme" option 😒
UnigramDev/Unigram • 0dc69d7 • 3 files, +199/-111
Removed reveal effect on chat list
UnigramDev/Unigram • 8b7b707 • 3 files, +4/-4
Use chosen emoji in more places
UnigramDev/Unigram • b26c651 • 7 files, +67/-37
Redesigned privacy settings
UnigramDev/Unigram • 2ed27ff • 2 files, +10/-10
Option to show/hide system tray icon
UnigramDev/Unigram • c2c116f • 4 files, +74/-47
Improved ticks animation
UnigramDev/Unigram • f6b4a92 • 2 files, +27/-1
Open with context menu option
UnigramDev/Unigram • fb02421 • 2 files, +14/-1
Search results accessibility
UnigramDev/Unigram • d3ee116 • 1 files, +2/-1
Polls question is now selectable
UnigramDev/Unigram • ca6623e • 8 files, +488/-197
Generic fixes
#Unigram
Win32 DPI awareness
UnigramDev/Unigram • fb4cf8a • 7 files, +143/-13
Win32 fixes and improvements
UnigramDev/Unigram • 908ac64 • 1 files, +13/-3
Package project changes
UnigramDev/Unigram • 5315623 • 23 files, +1712/-1366
In-app music player with playlists and so on
UnigramDev/Unigram • d9edcfe • 10 files, +95/-35
"Use system theme" option 😒
UnigramDev/Unigram • 0dc69d7 • 3 files, +199/-111
Removed reveal effect on chat list
UnigramDev/Unigram • 8b7b707 • 3 files, +4/-4
Use chosen emoji in more places
UnigramDev/Unigram • b26c651 • 7 files, +67/-37
Redesigned privacy settings
UnigramDev/Unigram • 2ed27ff • 2 files, +10/-10
Option to show/hide system tray icon
UnigramDev/Unigram • c2c116f • 4 files, +74/-47
Improved ticks animation
UnigramDev/Unigram • f6b4a92 • 2 files, +27/-1
Open with context menu option
UnigramDev/Unigram • fb02421 • 2 files, +14/-1
Search results accessibility
UnigramDev/Unigram • d3ee116 • 1 files, +2/-1
Polls question is now selectable
UnigramDev/Unigram • ca6623e • 8 files, +488/-197
Generic fixes
#Unigram
UnigramDev/Unigram • 645e62c • 3 files, +32/-35
Fixed crash when launching the app from notification
#Unigram
Fixed crash when launching the app from notification
#Unigram