New commit at telegramdesktop/tdesktop
Fix crash in EditCaptionBox.
Fix crash in EditCaptionBox.
7c1704e (8 files involved, +86/-39)New commit at telegramdesktop/tdesktop
Support errors in rpl::event_stream.
Support errors in rpl::event_stream.
771a512 (2 files involved, +155/-75)New commit at telegramdesktop/tdesktop
Fix crash in layers closing.
Sometimes AbstractBox::setClosing invoked Ui::hideLayers that
destroyed LayerStackWidget and all its children, including the
closing AbstractBox. After that a unique_ptr stored on stack
and owning that box was destroyed and it lead to a crash.
Now LayerStackWidget always owns several closing boxes.
Fix crash in layers closing.
Sometimes AbstractBox::setClosing invoked Ui::hideLayers that
destroyed LayerStackWidget and all its children, including the
closing AbstractBox. After that a unique_ptr stored on stack
and owning that box was destroyed and it lead to a crash.
Now LayerStackWidget always owns several closing boxes.
cf275b1 (2 files involved, +37/-11)New commit at telegramdesktop/tdesktop
Polymorphic classes without virtual dtor warning.
Polymorphic classes without virtual dtor warning.
98cb85d (20 files involved, +43/-23)New commit at telegramdesktop/tdesktop
Accept binary_guard in crl::guard().
Accept binary_guard in crl::guard().
d208236 (8 files involved, +30/-36)New commit at telegramdesktop/tdesktop
Fix index_based_iterator for const containers.
Fix index_based_iterator for const containers.
4d987f7 (1 files involved, +14/-6)New commit at telegramdesktop/tdesktop
Fixed sending polls as reply to other messages.
Fixes #5550.
Fixed sending polls as reply to other messages.
Fixes #5550.
193e454 (4 files involved, +25/-1)New commit at evgeny-nadymov/telegram-react
Fix video crash
Fix InputBoxControl visibility for restricted users
Updated to TdLib 1.3.5
Fix code tag style
Fix video crash
Fix InputBoxControl visibility for restricted users
Updated to TdLib 1.3.5
Fix code tag style
a2fc4ea (17 files involved, +3101/-2838)New commit at UnigramDev/Unigram
Merge branch 'develop' of https://github.com/UnigramDev/Unigram into develop
Merge branch 'develop' of https://github.com/UnigramDev/Unigram into develop
7e60580 (1 files involved, +2/-2)New commit at UnigramDev/Unigram
Hotkeys (F1-F7) to switch chats filter
Hotkeys (F1-F7) to switch chats filter
49a4669 (1 files involved, +27/-0)New commit at grishka/libtgvoip
Make "shitty internet mode" sampling rate controllable by server config
Make "shitty internet mode" sampling rate controllable by server config
632d7d5 (2 files involved, +37/-7)New commit at telegramdesktop/tdesktop
Fix extensive CPU usage on macOS when audio is played.
Regression was introduced in 91c85ec86b
The openal-soft version 1.19.1 tried to use semaphores created by sem_init,
which are not supported on macOS, so they just didn't work at all. This was
leading to an event loop thread spin-waiting instead of a normal sem_wait.
In the v1.19 upstream branch GCD semaphores are used on macOS.
Fix extensive CPU usage on macOS when audio is played.
Regression was introduced in 91c85ec86b
The openal-soft version 1.19.1 tried to use semaphores created by sem_init,
which are not supported on macOS, so they just didn't work at all. This was
leading to an event loop thread spin-waiting instead of a normal sem_wait.
In the v1.19 upstream branch GCD semaphores are used on macOS.
dec8264 (2 files involved, +2/-2)New commit at telegramdesktop/tdesktop
Use crl::time/now instead of TimeMs/getms.
Use crl::time/now instead of TimeMs/getms.
fe618bd (300 files involved, +1133/-1141)New commit at telegramdesktop/tdesktop
Fixed Ctrl + F shortcut for full screen toggle in media view.
Fixed Ctrl + F shortcut for full screen toggle in media view.
4ed1835 (1 files involved, +11/-3)New commit at telegramdesktop/tdesktop
Improved "Create link" box title display.
Improved "Create link" box title display.
19bbccd (2 files involved, +5/-2)New commit at telegramdesktop/tdesktop
Fixed Travis build.
Regression was introduced in 771a51224e11a162af58b60c0b0cedb730484d15.
Fixed Travis build.
Regression was introduced in 771a51224e11a162af58b60c0b0cedb730484d15.
9d8b80c (1 files involved, +1/-1)New commit at telegramdesktop/tdesktop
Removed unnecessary calling of saveDraftToCloud() method when quit.
Removed unnecessary calling of saveDraftToCloud() method when quit.
e70465c (1 files involved, +0/-3)