aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/BackgroundType.cpp
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-11-28Move is_valid_color to misc.h.levlam
2025-09-25Add and use BackgroundFill::get_background_fill_object.levlam
2025-04-27Use some optional fields directly.levlam
2025-03-26Use bool fields in settings objects.levlam
2025-01-01Update copyright year.levlam
2024-05-02Ignore rotation angle for non-gradient patterns.levlam
2024-05-02Add operator<< for BackgroundFill.levlam
2024-01-01Update copyright year.levlam
2023-12-19Add td_api::backgroundTypeChatTheme for boosted chats.levlam
2023-12-05Update layer to 169.levlam
2023-06-23Init True fields for some manually created telegram_api objects.levlam
2023-04-12Replace dark_theme_brightness with dark_theme_dimming.levlam
2023-04-11Add td_api::setChatBackground.levlam
2023-04-10Allow nullptr in BackgroundType::get_background_type.levlam
2023-04-10Support dark_theme_brightness for chat backgrounds.levlam
2023-03-01More generic parsing of background fill name.levlam
2023-03-01Move is_background_name_local to BackgroundType.levlam
2023-01-01Update copyright year.levlam
2022-11-02Fix solid backgrounds.levlam
2022-01-01Update copyright year.levlam
2021-10-19A lot more minor improvements.levlam
2021-09-14Add flag backgroundTypePattern.is_inverted instead of negative intensity.levlam
2021-09-13Replace getChatThemes with updateChatThemes.levlam
2021-06-10Replace add_fill_background with add_local_background.levlam
2021-06-10Use autoincremented IDs for local backgrounds.levlam
2021-06-10Make BackgroundFill fields private.levlam
2021-06-10Improve BackgroundType constructor.levlam
2021-06-10Impriove BackgroundType field names style.levlam
2021-06-10Make BackgroundType fields private.levlam
2021-06-09Move BackgroundType methods inside the class.levlam
2021-06-09Add BackgroundType::get_mime_type.levlam
2021-06-09Allow to set non-local filled backgrounds.levlam
2021-06-08Support removing Fill backgrounds from default list.levlam
2021-06-04Support negative background intensity.levlam
2021-05-26Parse background parameters in searchBackground.levlam
2021-05-21Add td_api::backgroundFillFreeformGradient.levlam
2021-04-30Update layer to 129.levlam
2021-05-20Add BackgroundFill::Type,levlam
2021-05-20Move value checks in get_background_fill.levlam
2021-05-17Don't include SliceBuilder.h in logging.h.levlam
2021-01-01Update copyright year.levlam
2020-05-18Improve spelling.levlam
2020-01-02Fix gradient backgrounds parsing.levlam
2020-01-01Update copyright year.levlam
2019-12-23Minor fixes.levlam
2019-12-22Support BackgroundFill in backgroundTypePattern.levlam
2019-12-22Add rotation_angle support to gradient background fill.levlam
2019-12-22Replace GradientInfo with BackgroundFill internally.levlam
2019-12-22Better scheme for BackgroundType.levlam