tdesktop/Telegram/SourceFiles/ui
John Preston fb230a443e Fixed text with right bearings display.
Sometimes Text::_maxWidth was not accumulated correctly because
the intermediate text blocks had negative right bearing larger
than the whole width of the next text block, so the final computed
line width was less than some intermediate value. Now we accumulate
the _maxWidth value after each block making this value correct.
2017-02-28 19:38:23 +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 Fixed text with right bearings display. 2017-02-28 19:38:23 +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
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