tdesktop/Telegram/SourceFiles/intro
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
..
intro.style Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
introcode.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
introcode.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
introphone.cpp Ability to delete authorization keys added. 2017-02-25 19:48:22 +03:00
introphone.h Intro cover now shows palette changes in realtime. 2017-02-18 14:38:15 +03:00
intropwdcheck.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
intropwdcheck.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
introsignup.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
introsignup.h Intro cover now shows palette changes in realtime. 2017-02-18 14:38:15 +03:00
introstart.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
introstart.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
introwidget.cpp Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
introwidget.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00