AlexeyZavar
2f5970d57c
Merge tag 'v6.7.2' into dev
2026-04-04 05:32:26 +03:00
23rd
959863c70a
Added simple CrossFadeLabel class with crossfade and slide animation.
2026-04-02 19:58:57 +03:00
23rd
689fc57932
Added gap-style divider mode to MediaSlider.
2026-04-02 19:58:57 +03:00
John Preston
3da3334131
Correct max userpic length for managed bot.
2026-03-25 21:14:38 +07:00
AlexeyZavar
b93c93a20c
Merge tag 'v6.6.2' into dev
2026-03-19 01:24:29 +03:00
AlexeyZavar
1d7c45b324
fix: .value() -> .changes()
...
.value() emits current value, triggering a lot of updates e.g. on history opening
2026-03-19 00:58:12 +03:00
23rd
38f059cfb2
Increased maximum speed of auto-scroll mode.
2026-03-12 12:59:49 +04:00
23rd
f2701e89bd
Added support of hold mode to auto-scroll with middle click.
2026-03-03 15:23:40 +04:00
John Preston
c30608d7eb
Fix build with GCC.
2026-03-01 18:01:00 +04:00
AlexeyZavar
38917114f0
feat: avatar corners
2026-03-01 03:15:21 +03:00
23rd
d62f294494
Added initial support of auto-scroll with middle click to history view.
...
Fixed #24518 .
2026-02-28 19:07:07 +04:00
AlexeyZavar
c26d158bc7
chore: hot-reload for more options
2026-02-26 21:21:25 +03:00
AlexeyZavar
8bfd3bee99
Merge tag 'v6.5.1' into dev
2026-02-17 03:35:09 +03:00
23rd
a8a3c1555b
Added highlight filter button from filters container on dialog drag.
2026-02-15 11:47:58 +03:00
AlexeyZavar
b6d19149d9
feat: per-account ghost & lock ghost features & refactor
2026-02-13 16:52:15 +03:00
23rd
d367b0902d
Added support of drag and drop peers to horizontal filters container.
2026-02-08 17:40:03 +03:00
John Preston
8c515d3751
Support rare/legendary/epic rarities.
2026-02-01 23:33:56 +04:00
John Preston
28564475ea
Use gradient button for craft start.
2026-02-01 23:33:56 +04:00
John Preston
df347ad0f4
Upgrade settings_folders to full builder pattern
...
- Move Folders class to anonymous namespace in .cpp
- Export only Type FoldersId() from header
- setupContent() uses custom SectionBuildMethod capturing state
- Widget creation through builder.add() callbacks
- Highlight registration via push_back
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
John Preston
5b14d62ede
Rewrite settings_folders to new builder pattern
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:20 +04:00
AlexeyZavar
e15d380dd1
Merge tag 'v6.4.2' into dev
2026-01-12 20:19:28 +03:00
Danila Dergachev
dde6ee67a2
fix: hide notification counters for top tabs
2026-01-12 18:37:09 +03:00
23rd
b958e0a275
Replaced generic widget-based parent with explicit Menu class in items.
2026-01-06 07:21:15 +03:00
John Preston
beb4fafdf3
Version 6.3.9.
...
- Fix possible crash in audio playback speed menu.
- Fix possible crash in forum or bot topic deletion.
2025-12-15 22:51:14 +04:00
John Preston
08a979e638
Use more simple tr::... text helpers.
2025-12-15 21:40:54 +04:00
23rd
eca8dfb0ec
Renamed rpl::start_with_ with rpl::on_.
2025-12-10 21:28:33 +03:00
John Preston
03df5b8546
rpl::type_erased() -> rpl::type_erased.
2025-12-10 14:27:05 +04:00
23rd
fd52b3c23b
Fixed once again unwanted reset filter on creation of tabs strip.
...
Regression was introduced in c0bbb669e0 .
2025-11-29 08:27:45 +03:00
23rd
c0bbb669e0
Fixed unwanted switching to default filter on creation of tabs strip.
2025-11-23 16:25:01 +03:00
23rd
45d42c8c31
Added MediaSlider color overrides structure for customizable styling.
2025-11-15 12:00:00 +04:00
23rd
1f8ea32388
Fixed crash on zero-size resize in MultiSelect during focus animations.
2025-11-14 12:25:17 +03:00
John Preston
7331160e22
Improve accessibility changes.
2025-11-07 16:38:02 +04:00
Reza Bakhshi Laktasaraei
c60629c17d
Update Telegram/SourceFiles/ui/widgets/continuous_sliders.cpp
...
Co-authored-by: ilya-fedin <fedin-ilja2010@ya.ru >
2025-11-07 16:10:36 +04:00
Reza Bakhshi Laktasaraei
353e18e8e3
Update Telegram/SourceFiles/ui/widgets/continuous_sliders.cpp
...
Co-authored-by: ilya-fedin <fedin-ilja2010@ya.ru >
2025-11-07 16:10:36 +04:00
Reza Bakhshi Laktasaraei
f069df285d
Update Telegram/SourceFiles/ui/widgets/continuous_sliders.h
...
Co-authored-by: ilya-fedin <fedin-ilja2010@ya.ru >
2025-11-07 16:10:36 +04:00
Reza Bakhshi Laktasaraei
6c5f8dffa6
Add accessibility value API to RpWidget
...
Add keyboard controls and accessibility value reporting to ContinuousSlider
Remove redundant accessibilityRole overrides from intro pages; set Step role to Dialog
2025-11-07 16:10:36 +04:00
23rd
2b78bb6e79
Added ability to provide width of outline to slider style.
2025-11-06 17:27:10 +03:00
23rd
fb928a15a6
Fixed display of unread badges in filters strip after remote reorder.
2025-11-06 16:39:36 +03:00
23rd
831d79d912
Added simple container that fits within certain width.
2025-10-28 13:53:39 +03:00
23rd
e1c33aa87b
Extracted default paint callback for VerticalDrumPicker to single place.
2025-10-10 11:28:42 +03:00
John Preston
4052c3d101
Fix color picker in userpic builder.
2025-09-02 08:17:29 +04:00
John Preston
313ae0f86c
Remove CenterWrap layout.
2025-08-18 17:55:20 +04:00
23rd
707af8a295
Got rid Ui::CreateLabelWithCustomEmoji.
2025-08-17 14:47:49 +03:00
John Preston
b2fb2d5821
Attempt to fix the naturalWidth feature.
2025-08-13 11:18:34 +04:00
John Preston
d60bfa238f
Merge TWidget* into Ui::RpWidget*.
2025-08-11 13:55:16 +04:00
John Preston
b754ad5248
Use base::weak_qptr / base::make_weak.
2025-07-23 11:40:59 +04:00
John Preston
11986ac698
Show star in channel direct messages settings.
2025-06-05 11:33:43 +04:00
John Preston
72b57924b7
Correctly load tab slices.
2025-06-04 10:00:21 +04:00
23rd
71f34f4e31
Added ability to jump from code to phone input in intro with Space.
2025-05-15 18:19:49 +03:00
John Preston
a49cb06d77
Fix unread count update in folder strip.
2025-05-07 16:39:42 +04:00