AyuGramDesktop/Telegram/SourceFiles/history/view
Loïc Molinari 336405b3c7 Fix voice record button infinite animation
Enabling animations triggers an animation of the voice record button
that keeps firing uselessly at ~120 calls per second until the button
is manually toggled. The animation callback cannot stop itself since
it expects the button to be visible.

This commit fixes the issue by preventing spawning the animation if
the widget is hidden.
2021-04-15 16:22:29 +03:00
..
controls Fix voice record button infinite animation 2021-04-15 16:22:29 +03:00
media Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
history_view_contact_status.cpp Implement message bar with animations. 2020-10-30 18:32:17 +03:00
history_view_contact_status.h Add Unarchive button to ContactStatus bar. 2020-07-25 11:25:19 +04:00
history_view_context_menu.cpp Fixed display of rescheduling selected messages in other sections. 2021-04-12 10:48:16 +04:00
history_view_context_menu.h When reporting peer allow to select messages first. 2021-02-22 23:42:42 +04:00
history_view_cursor_state.cpp Rename Text to Ui::Text::String. 2019-06-21 11:06:46 +02:00
history_view_cursor_state.h Rename Text to Ui::Text::String. 2019-06-21 11:06:46 +02:00
history_view_element.cpp Toggle selection by comments button click. 2021-02-22 23:42:42 +04:00
history_view_element.h Remove legacy #feed code. 2021-02-25 17:03:51 +04:00
history_view_group_call_tracker.cpp Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
history_view_group_call_tracker.h Reuse the code for userpics in Calls::TopBar. 2020-12-25 14:10:08 +04:00
history_view_list_widget.cpp Get rid of deprecated ranges::view usage 2021-03-13 19:14:58 +03:00
history_view_list_widget.h Added ability to select message for reply with Ctrl+Up/Down in sections. 2021-02-04 18:13:03 +04:00
history_view_message.cpp Add payment button icon to the corner. 2021-04-13 17:21:24 +04:00
history_view_message.h Toggle selection by comments button click. 2021-02-22 23:42:42 +04:00
history_view_object.h Move draw / getState code to HistoryView::Message. 2018-02-08 12:20:48 +03:00
history_view_pinned_bar.cpp Improve pinned messages title. 2020-10-30 18:32:21 +03:00
history_view_pinned_bar.h Merge pinned list with migrated legacy group. 2020-10-30 18:32:20 +03:00
history_view_pinned_section.cpp Replaced snap util function with std::clamp. 2021-01-24 10:41:10 +03:00
history_view_pinned_section.h Use shared_ptr<Memento> for sections. 2020-12-14 18:48:10 +04:00
history_view_pinned_tracker.cpp Merge pinned list with migrated legacy group. 2020-10-30 18:32:20 +03:00
history_view_pinned_tracker.h Merge pinned list with migrated legacy group. 2020-10-30 18:32:20 +03:00
history_view_replies_section.cpp Get rid of deprecated ranges::view usage 2021-03-13 19:14:58 +03:00
history_view_replies_section.h Use shared_ptr<Memento> for sections. 2020-12-14 18:48:10 +04:00
history_view_schedule_box.cpp Allow scheduling voice chats for up to 7 days. 2021-04-12 10:48:16 +04:00
history_view_schedule_box.h Move CalendarBox and ChooseDateTimeBox to td_ui. 2021-01-25 16:50:56 +04:00
history_view_scheduled_section.cpp Rename RPCError to MTP::Error. 2021-03-12 16:58:26 +04:00
history_view_scheduled_section.h Use shared_ptr<Memento> for sections. 2020-12-14 18:48:10 +04:00
history_view_send_action.cpp Apply autofixes from clazy 2021-03-13 15:25:47 +03:00
history_view_send_action.h Add voice chat indicator in the chats list. 2020-12-02 13:52:33 +03:00
history_view_service_message.cpp Add a nice countdown to scheduled voice chat panel. 2021-04-06 18:41:16 +04:00
history_view_service_message.h Fix sending stickers from inline bots. 2020-06-16 20:53:44 +04:00
history_view_top_bar_widget.cpp Remove legacy #feed code. 2021-02-25 17:03:51 +04:00
history_view_top_bar_widget.h When reporting peer allow to select messages first. 2021-02-22 23:42:42 +04:00
history_view_webpage_preview.cpp Fix crash in web page preview display. 2020-07-24 19:54:47 +04:00
history_view_webpage_preview.h Moved drawing preview image from HistoryWidget to WebPageData. 2020-07-19 19:56:18 +03:00