tdesktop/Telegram/SourceFiles/ui
John Preston c207743338 Made base::lambda a copyable value type.
Now base::lambda can be copied and can wrap any immutable lambda.
For mutable lambdas there is base::lambda_once (which you're
supposed to call only once to pass data through lambda captures,
for example by using std::unique_ptr). Generally base::lambda is
passed by value and base::lambda_once is passed by rvalue reference.
2017-02-26 21:01: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 Moved MTP::authedId() to AuthSession::Current(). 2017-02-25 19:48:19 +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