tdesktop/Telegram/SourceFiles/ui/text
John Preston 7fa1986b27 Version 1.0.14: crash fix in text rendering.
Fix a regression introduced in 8d354382a4 which caused an overflow
in _parAnalysis access. We were resizing _parAnalysis array for a
line width without the pending newline character while we used it
for painting a line including the pending newline character. It was
not a problem before, when we were trimming them from the end of
the string, but it results in a buffer overflow and crashes in the
lastest versions. So now we just don't include the newline in the
painted string, so it has exactly the same size as _parAnalysis.
2017-02-20 23:58:54 +03:00
..
text_block.cpp Text selection display fixes. 2017-02-16 17:07:16 +03:00
text_block.h Text selection display fixes. 2017-02-16 17:07:16 +03:00
text_entity.cpp Moved to the latest emoji set. 2017-02-15 21:27:31 +03:00
text_entity.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
text.cpp Version 1.0.14: crash fix in text rendering. 2017-02-20 23:58:54 +03:00
text.h Alpha 1.0.10: fix clang/GCC and old OS X build. 2017-02-17 12:56:42 +03:00