tdesktop/Telegram/SourceFiles/ui
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
..
buttons Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
effects Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
style Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00
text Version 1.0.14: crash fix in text rendering. 2017-02-20 23:58:54 +03:00
toast Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00
widgets Moved to the latest emoji set. 2017-02-15 21:27:31 +03:00
abstract_button.cpp Replace T_WIDGET macro with a template base class. 2017-02-11 14:24:37 +03:00
abstract_button.h Replace T_WIDGET macro with a template base class. 2017-02-11 14:24:37 +03:00
animation.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
animation.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
countryinput.cpp Replace T_WIDGET macro with a template base class. 2017-02-11 14:24:37 +03:00
countryinput.h Replace T_WIDGET macro with a template base class. 2017-02-11 14:24:37 +03:00
emoji_config.cpp Alpha 1.0.11: emoji parsing fixed. 2017-02-17 21:57:21 +03:00
emoji_config.h Alpha 1.0.11: fix Qt 5.3.2 build. 2017-02-17 22:59:25 +03:00
filedialog.cpp Fixed directory choose dialog in Windows XP. 2017-02-09 16:44:37 +03:00
filedialog.h Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00
images.cpp Added logging of file location invalidations. 2017-02-09 16:51:49 +03:00
images.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
twidget.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
twidget.h Fix build of the new TWidgetHelper<> for GCC, finally. 2017-02-13 02:17:06 +03:00