tdesktop/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
history_view_contact_status.h
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
history_view_cursor_state.h
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
history_view_pinned_bar.cpp
history_view_pinned_bar.h
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
history_view_pinned_tracker.h
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
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
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
history_view_webpage_preview.h