kotatogram-desktop/Telegram/SourceFiles/history
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
..
field_autocomplete.cpp Moved to the latest emoji set. 2017-02-15 21:27:31 +03:00
field_autocomplete.h Replace T_WIDGET macro with a template base class. 2017-02-11 14:24:37 +03:00
history.style
history_common.h
history_drag_area.cpp
history_drag_area.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
history_item.cpp Moved MTP::authedId() to AuthSession::Current(). 2017-02-25 19:48:19 +03:00
history_item.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
history_location_manager.cpp Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
history_location_manager.h Improved location coords precision when converting them to string. 2017-02-03 13:17:40 +03:00
history_media.h Alpha 1.0.8: seek in voice messages (by waveform). 2017-02-11 01:37:37 +03:00
history_media_types.cpp Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
history_media_types.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
history_message.cpp Moved MTP::authedId() to AuthSession::Current(). 2017-02-25 19:48:19 +03:00
history_message.h Alpha 1.0.8: seek in voice messages (by waveform). 2017-02-11 01:37:37 +03:00
history_service_layout.cpp Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
history_service_layout.h