tdesktop/Telegram/SourceFiles/window
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
..
themes Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
main_window.cpp Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
main_window.h Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00
notifications_manager_default.cpp Moved AppClass to messenger.cpp:Messenger. 2017-02-25 19:48:20 +03:00
notifications_manager_default.h Replace T_WIDGET macro with a template base class. 2017-02-11 14:24:37 +03:00
notifications_manager.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
notifications_manager.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
notifications_utilities.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
notifications_utilities.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
player_wrap_widget.cpp Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
player_wrap_widget.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
section_memento.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
section_widget.cpp Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
section_widget.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
top_bar_widget.cpp Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
top_bar_widget.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
window_main_menu.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
window_main_menu.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
window_slide_animation.cpp Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
window_slide_animation.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
window_title.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
window.style Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00