New commit at telegramdesktop/tdesktop
Move files to media/audio and media/clip.
Move files to media/audio and media/clip.
032694a (60 files involved, +104/-285)New commit at telegramdesktop/tdesktop
Use premultiplied format for GIF frames.
Use premultiplied format for GIF frames.
5437215 (1 files involved, +1/-1)New commit at telegramdesktop/tdesktop
Fix permissions dependencies.
Fix permissions dependencies.
5ec8023 (3 files involved, +41/-11)New commit at UnigramDev/Unigram
Filter chats by type, unread messages and unmuted state
Filter chats by type, unread messages and unmuted state
cbb3ddb (12 files involved, +864/-315)New UnigramDev/Unigram release:
- Filter chats by type, unread messages and unmuted state;
- Possibility to undo chat deletion;
- Updated TDLib to 1.3.5.
2.5.2081 (stable)- Filter chats by type, unread messages and unmuted state;
- Possibility to undo chat deletion;
- Updated TDLib to 1.3.5.
New commit at evgeny-nadymov/telegram-react
Add support for video
Add support for video
6614c13 (14 files involved, +400/-125)New commit at evgeny-nadymov/telegram-react
Media refactoring
Fix PropTypes checks
Media refactoring
Fix PropTypes checks
937f357 (37 files involved, +330/-205)New commit at evgeny-nadymov/telegram-react
Improve search by chats
Improve search by chats
263c93f (1 files involved, +83/-27)New commit at evgeny-nadymov/telegram-react
Fix single line search input
Fix single line search input
86d93a7 (4 files involved, +162/-6)New commit at UnigramDev/Unigram
Merge pull request #984 from alexcorvi/patch-1
typos correction
Merge pull request #984 from alexcorvi/patch-1
typos correction
3e80760 (1 files involved, +2/-2)New commit at telegramdesktop/tdesktop
Ignore actions from other chats in HistoryWidget.
This should fix an issue that was noticed in #5701.
Ignore actions from other chats in HistoryWidget.
This should fix an issue that was noticed in #5701.
bdfb9b4 (1 files involved, +3/-1)New commit at telegramdesktop/tdesktop
Make crl::object_on_queue usages consistent.
Make crl::object_on_queue usages consistent.
c9716f3 (6 files involved, +83/-82)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)