tdesktop/Telegram/SourceFiles/ui/boxes
John Preston 19ce1edc16 Use base::SafeRound instead of std::round.
Previous assertion violations because of NaN from std::round were
in video streaming, see commits 27d58ba07b, 8f5830d520.

Now the crashes happened in the ConvertScale() call from a background
thread when preparing an image from clipboard for sending to a chat.
2021-09-27 12:13:57 +04:00
..
auto_delete_settings.cpp Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
auto_delete_settings.h Update API scheme, simplify auto-delete. 2021-02-22 23:42:41 +04:00
calendar_box.cpp Moved time input widgets to lib_ui. 2021-08-12 02:36:41 +03:00
calendar_box.h
choose_date_time.cpp Moved time input widgets to lib_ui. 2021-08-12 02:36:41 +03:00
choose_date_time.h Allow scheduling voice chats for up to 7 days. 2021-04-12 10:48:16 +04:00
country_select_box.cpp Appended references to const auto types in loop to prevent copying. 2021-09-09 16:32:04 +03:00
country_select_box.h Added all available calling codes on each country to CountrySelectBox. 2021-09-07 23:41:07 +03:00
edit_invite_link.cpp Allow scheduling voice chats for up to 7 days. 2021-04-12 10:48:16 +04:00
edit_invite_link.h
report_box.cpp Toggle selection by comments button click. 2021-02-22 23:42:42 +04:00
report_box.h When reporting peer allow to select messages first. 2021-02-22 23:42:42 +04:00
single_choice_box.cpp Appended references to const auto types in loop to prevent copying. 2021-09-09 16:32:04 +03:00
single_choice_box.h First full-featured version of payments, no design. 2021-04-06 18:41:15 +04:00