AyuGramDesktop/Telegram/SourceFiles/boxes
2022-12-02 17:01:11 +03:00
..
filters Replaced some qsl with u""_q literal. 2022-11-30 17:17:14 +03:00
peers Added initial ability to enable anti-spam mode in megagroups. 2022-12-01 05:49:33 +03:00
about_box.cpp Replaced some qstr with u""_q literal. 2022-11-29 14:12:50 +03:00
about_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
about_sponsored_box.cpp Added initial implementation of translate box. 2022-11-22 00:26:49 +00:00
about_sponsored_box.h Added initial implementation of translate box. 2022-11-22 00:26:49 +00:00
abstract_box.cpp Remove namespace App. 2022-11-30 17:28:09 +04:00
abstract_box.h Remove namespace App. 2022-11-30 17:28:09 +04:00
add_contact_box.cpp Added ability to set TTL on creation groups. 2022-12-01 05:49:33 +03:00
add_contact_box.h Added ability to set TTL on creation groups. 2022-12-01 05:49:33 +03:00
auto_download_box.cpp Fix auto-download limit. 2022-06-20 11:48:19 +04:00
auto_download_box.h Use layers and boxes from lib_ui. 2019-10-19 12:27:52 +04:00
auto_lock_box.cpp Slightly optimized includes in application.h. 2022-06-12 16:07:41 +03:00
auto_lock_box.h Added ability to set custom auto-lock timer. 2021-08-12 02:36:41 +03:00
background_box.cpp Implement animated spoilers. 2022-09-18 16:52:30 +04:00
background_box.h Remove some usages of App::main(). 2020-06-23 21:53:39 +04:00
background_preview_box.cpp Implement animated spoilers. 2022-09-18 16:52:30 +04:00
background_preview_box.h Colorize bubbles according to a custom chat theme. 2021-08-30 20:32:57 +03:00
boxes.style Added loading peer animation to peer list content. 2022-12-01 05:49:33 +03:00
change_phone_box.cpp Update API scheme to layer 150. 2022-11-29 18:30:38 +04:00
change_phone_box.h Allow playing single lottie icon repeatedly or once. 2022-05-04 11:39:53 +04:00
choose_filter_box.cpp Implement pinned topics reordering. 2022-11-22 00:26:48 +00:00
choose_filter_box.h Provided count of dialogs in filter to premium limit boxes. 2022-06-07 08:16:39 +03:00
connection_box.cpp Replaced some qsl with u""_q literal. 2022-11-30 17:17:14 +03:00
connection_box.h Fixed display of most of simple toasts in corresponding window. 2022-06-14 14:24:21 +03:00
create_poll_box.cpp Fixed display of most of simple toasts in corresponding window. 2022-06-14 14:24:21 +03:00
create_poll_box.h Fixed send options in CreatePollBox and SendFilesBox in replies. 2020-12-01 09:45:24 +03:00
delete_messages_box.cpp Replaced some qstr with u""_q literal. 2022-11-29 14:12:50 +03:00
delete_messages_box.h Changed behavior to always delete messages for bots. 2022-11-11 11:45:13 +04:00
dictionaries_manager.cpp Slightly optimized includes in application.h. 2022-06-12 16:07:41 +03:00
dictionaries_manager.h Removed Window::SessionController from ManageDictionariesBox. 2022-03-04 11:25:10 +03:00
download_path_box.cpp Moved tmp string for temporary folder to single place. 2022-11-30 17:17:16 +03:00
download_path_box.h Moved tmp string for temporary folder to single place. 2022-11-30 17:17:16 +03:00
edit_caption_box.cpp Implement animated spoilers. 2022-09-18 16:52:30 +04:00
edit_caption_box.h Fix crash in editing media captions. 2022-08-16 09:21:12 +03:00
edit_color_box.cpp Implement animated spoilers. 2022-09-18 16:52:30 +04:00
edit_color_box.h Replaced observable in EditColorBox with rpl. 2021-06-16 09:31:31 +03:00
edit_privacy_box.cpp Slightly improved code style of controllers for privacy settings. 2022-07-26 20:12:11 +03:00
edit_privacy_box.h Slightly improved code style of controllers for privacy settings. 2022-07-26 20:12:11 +03:00
gift_premium_box.cpp Implement animated spoilers. 2022-09-18 16:52:30 +04:00
gift_premium_box.h Added initial box for premium gifts. 2022-07-26 20:12:09 +03:00
language_box.cpp Removed skip translation setting when it is disabled. 2022-11-30 17:17:16 +03:00
language_box.h Removed LanguageBox::createMultiSelect method. 2022-11-22 00:26:49 +00:00
local_storage_box.cpp Implement animated spoilers. 2022-09-18 16:52:30 +04:00
local_storage_box.h Implement animated spoilers. 2022-09-18 16:52:30 +04:00
max_invite_box.cpp Implement animated spoilers. 2022-09-18 16:52:30 +04:00
max_invite_box.h Inform about join request being sent. 2021-10-29 18:31:06 +04:00
passcode_box.cpp Replaced some qstr with u""_q literal. 2022-11-29 14:12:50 +03:00
passcode_box.h Moved out mtp fields from PasscodeBox::CloudFields to nested struct. 2022-05-10 08:53:29 +03:00
peer_list_box.cpp Added loading peer animation to peer list content. 2022-12-01 05:49:33 +03:00
peer_list_box.h Added loading peer animation to peer list content. 2022-12-01 05:49:33 +03:00
peer_list_controllers.cpp Remove facades module. 2022-11-30 16:55:51 +04:00
peer_list_controllers.h Implement forwarding to topics. 2022-11-01 19:25:44 +04:00
peer_lists_box.cpp Implement animated spoilers. 2022-09-18 16:52:30 +04:00
peer_lists_box.h Added to PeerListDelegate methods to show content. 2022-03-04 11:25:10 +03:00
phone_banned_box.cpp Replaced Ui::InformBox and Ui::ConfirmBox with GenericBox. 2022-02-28 09:08:01 +03:00
phone_banned_box.h Moved ShowPhoneBannedError to separated file. 2021-10-19 06:34:27 +03:00
pin_messages_box.cpp Implement per-topic shared media. 2022-11-01 19:25:37 +04:00
pin_messages_box.h Replaced PinMessageBox with generic box. 2022-03-08 12:43:00 +03:00
premium_limits_box.cpp Fix build with GCC. 2022-11-22 00:28:07 +00:00
premium_limits_box.h Implement topics pin limit box. 2022-11-22 00:26:48 +00:00
premium_preview_box.cpp Allow topic deletion. 2022-11-01 19:25:40 +04:00
premium_preview_box.h Fly + effects when choosing an emoji status. 2022-09-07 12:52:34 +04:00
reactions_settings_box.cpp Update API scheme on layer 148. 2022-11-01 19:25:35 +04:00
reactions_settings_box.h Implement improved allowed reactions editing. 2022-09-02 21:14:32 +04:00
report_messages_box.cpp Added ability to report chat photo and channel photo. 2022-11-01 19:25:41 +04:00
report_messages_box.h Added ability to report profile photos. 2022-04-19 09:39:01 +04:00
ringtones_box.cpp Update API scheme on layer 148: Notifications. 2022-11-01 19:25:37 +04:00
ringtones_box.h Update API scheme on layer 148: Notifications. 2022-11-01 19:25:37 +04:00
self_destruction_box.cpp Added api support for global TTL settings. 2022-11-29 17:41:20 +03:00
self_destruction_box.h Allow editing sessions auto-termination period. 2021-11-26 18:00:22 +04:00
send_files_box.cpp Remove facades module. 2022-11-30 16:55:51 +04:00
send_files_box.h Fix custom emoji in initial send files caption. 2022-08-15 19:10:38 +03:00
sessions_box.cpp Move some chat styles from basic.style to chat.style. 2022-11-01 19:25:34 +04:00
sessions_box.h Change phone number section instead of a box. 2022-04-13 15:06:24 +04:00
share_box.cpp Moved out sending method of many messages to many peers to single place. 2022-12-02 17:01:11 +03:00
share_box.h Moved out sending method of many messages to many peers to single place. 2022-12-02 17:01:11 +03:00
sticker_set_box.cpp Implement animated spoilers. 2022-09-18 16:52:30 +04:00
sticker_set_box.h Show premium mark in suggested stickers. 2022-08-02 16:47:53 +03:00
stickers_box.cpp Replaced some qsl with u""_q literal. 2022-11-30 17:17:14 +03:00
stickers_box.h Simplify stickers inner API. 2022-08-15 11:34:22 +03:00
translate_box.cpp Fixed crash in translate box for text with spoilers. 2022-12-02 01:23:54 +03:00
translate_box.h Respected copy restriction on translate box. 2022-11-29 14:57:53 +03:00
url_auth_box.cpp Set name / phone texts on-demand. 2022-08-09 14:12:19 +03:00
url_auth_box.h Support new url-auth auto-logins in links. 2021-03-12 16:58:26 +04:00
username_box.cpp Respected new error for occupied usernames in manage channel. 2022-11-29 14:12:57 +03:00
username_box.h Respected new error for occupied usernames in manage channel. 2022-11-29 14:12:57 +03:00