AyuGramDesktop/Telegram/SourceFiles/editor
Sean Wei 5a6a5fd4d1 Change const T&& parameters to T&& to enable proper move semantics
Previously some constructors/functions used `const T&&`, which prevents
calling the move constructor. This commit removes the `const` qualifier
so that `std::move` actually performs a move.
2025-06-27 20:50:08 +04:00
..
controllers
scene Change const T&& parameters to T&& to enable proper move semantics 2025-06-27 20:50:08 +04:00
color_picker.cpp
color_picker.h
editor.style Use simplified TextStyle. 2023-10-13 10:08:29 +04:00
editor_crop.cpp Allow sending videos with covers. 2025-02-12 17:24:24 +04:00
editor_crop.h
editor_layer_widget.cpp Removed include directive for ui_utility from rp_widget header. 2024-08-28 14:38:33 +03:00
editor_layer_widget.h
editor_paint.cpp Removed some unwanted include directives of lang_keys in header files. 2023-11-15 03:30:04 +03:00
editor_paint.h
photo_editor.cpp
photo_editor.h
photo_editor_common.cpp
photo_editor_common.h Allow sending videos with covers. 2025-02-12 17:24:24 +04:00
photo_editor_content.cpp Slightly improved code style for long equality expressions. 2024-04-15 11:20:30 +04:00
photo_editor_content.h
photo_editor_controls.cpp Removed cIntRetinaFactor and cRetinaFactor. 2024-03-24 07:10:07 +03:00
photo_editor_controls.h
photo_editor_inner_common.h
photo_editor_layer_widget.cpp Fix arbitrary aspect in photo editor crop. 2025-02-13 20:20:14 +04:00
photo_editor_layer_widget.h Allow sending videos with covers. 2025-02-12 17:24:24 +04:00