tdesktop/Telegram/SourceFiles/settings
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
..
settings.style Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
settings_advanced_widget.cpp Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
settings_advanced_widget.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
settings_background_widget.cpp Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
settings_background_widget.h Alpha 1.0.7: Theme editor added to Settings. 2017-02-07 20:39:47 +03:00
settings_block_widget.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
settings_block_widget.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
settings_chat_settings_widget.cpp Improved location coords precision when converting them to string. 2017-02-03 13:17:40 +03:00
settings_chat_settings_widget.h Improved location coords precision when converting them to string. 2017-02-03 13:17:40 +03:00
settings_cover.cpp Moved AppClass to messenger.cpp:Messenger. 2017-02-25 19:48:20 +03:00
settings_cover.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
settings_fixed_bar.cpp Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00
settings_fixed_bar.h Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00
settings_general_widget.cpp Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00
settings_general_widget.h Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00
settings_info_widget.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
settings_info_widget.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
settings_inner_widget.cpp Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00
settings_inner_widget.h Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00
settings_layer.cpp Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
settings_layer.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
settings_notifications_widget.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
settings_notifications_widget.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
settings_privacy_widget.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
settings_privacy_widget.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
settings_scale_widget.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
settings_scale_widget.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
settings_widget.cpp Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
settings_widget.h Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00