tdesktop/Telegram/SourceFiles
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
..
_other
api Migrated dependencies in Github CI for macOS. 2021-09-17 13:12:07 +03:00
boxes Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
calls Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
chat_helpers Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
codegen/scheme
core Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
countries Removed extra space from end of country patterns. 2021-09-09 16:32:07 +03:00
data Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
dialogs Appended references to const auto types in loop to prevent copying. 2021-09-09 16:32:04 +03:00
editor Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
export Use base/random.h instead of openssl::RandomValue. 2021-09-15 13:42:22 +03:00
ffmpeg
history Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
info Appended references to const auto types in loop to prevent copying. 2021-09-09 16:32:04 +03:00
inline_bots Use base/random.h instead of openssl::RandomValue. 2021-09-15 13:42:22 +03:00
intro Use base/random.h instead of openssl::RandomValue. 2021-09-15 13:42:22 +03:00
lang Appended references to const auto types in loop to prevent copying. 2021-09-09 16:32:04 +03:00
layout
main Remove check used only for 32 bit ids. 2021-09-10 10:23:00 +03:00
media Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
mtproto Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
overview Custom colors in history_view_document module. 2021-09-06 13:13:26 +03:00
passport Use base/random.h instead of openssl::RandomValue. 2021-09-15 13:42:22 +03:00
payments Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
platform Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
profile Appended references to const auto types in loop to prevent copying. 2021-09-09 16:32:04 +03:00
settings Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
storage Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
support Appended references to const auto types in loop to prevent copying. 2021-09-09 16:32:04 +03:00
ui Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
window Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
apiwrap.cpp Don't mark as read when forwarding to scheduled. 2021-09-17 10:25:36 +03:00
apiwrap.h Update API scheme to layer 133. 2021-09-07 23:41:07 +03:00
app.cpp
app.h
config.h
facades.cpp
facades.h
logs.cpp
logs.h
main.cpp
mainwidget.cpp Appended references to const auto types in loop to prevent copying. 2021-09-09 16:32:04 +03:00
mainwidget.h
mainwindow.cpp Fix saving tray "Toggle notifications" on relaunch. 2021-09-22 14:03:41 +04:00
mainwindow.h
settings.cpp Implement close to taskbar option 2021-09-13 17:46:53 +03:00
settings.h Implement close to taskbar option 2021-09-13 17:46:53 +03:00
stdafx.h