tdesktop/Telegram/SourceFiles/dialogs
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
..
dialogs.style Allow to resize chats list. One more mode added (narrow chats list). 2017-01-16 12:55:03 +03:00
dialogs_common.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
dialogs_indexed_list.cpp Alpha 1.0.4: Click and drag to reorder pinned chats. 2017-01-30 18:27:13 +03:00
dialogs_indexed_list.h Alpha 1.0.4: Click and drag to reorder pinned chats. 2017-01-30 18:27:13 +03:00
dialogs_layout.cpp Alpha 1.0.10: unpinning converted chat on demand. 2017-02-16 19:47:50 +03:00
dialogs_layout.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
dialogs_list.cpp Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
dialogs_list.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
dialogs_row.cpp Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
dialogs_row.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00