tdesktop/Telegram/SourceFiles/ui
John Preston 5195b4d3ef RTL strings with trailing spaces render fix.
Commit 8d354382a4 introduced a regression in RTL phrases display.
When an RTL line had trailing spaces we started displaying them in
front of the text still assuming counted line width value that did
not include those trailing spaces.

Line width is not including trailing spaces width because it is
allowed to fit in the line any number of spaces.

Also text block "left padding" entity was eliminated. If we have
some spaces in the start of the text block (for example a text block
after a link) we just add an empty word and mark those spaces as its
right padding.
2017-02-26 21:02:45 +03:00
..
buttons Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
effects Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
style Updated Xcode build for using standard library. 2017-02-21 17:37:53 +03:00
text RTL strings with trailing spaces render fix. 2017-02-26 21:02:45 +03:00
toast Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
widgets Made base::lambda a copyable value type. 2017-02-26 21:01:23 +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 Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
animation.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
animation.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
countryinput.cpp Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
countryinput.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
emoji_config.cpp Using std::vector<> and const fields for emoji. 2017-02-25 23:35:55 +03:00
emoji_config.h Using std::vector<> and const fields for emoji. 2017-02-25 23:35:55 +03:00
filedialog.cpp Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
filedialog.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
images.cpp Ability to delete authorization keys added. 2017-02-25 19:48:22 +03:00
images.h Ability to delete authorization keys added. 2017-02-25 19:48:22 +03:00
twidget.cpp Updated Xcode build for using standard library. 2017-02-21 17:37:53 +03:00
twidget.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00