John Preston
4074a558e7
Get rid of Ui::FlatInput class.
...
Fixes #16172 .
2022-11-01 19:25:41 +04:00
John Preston
e5f2d83548
Support new rounding in bot inline keyboards.
2022-11-01 19:25:35 +04:00
John Preston
749fb52113
Implement animated spoilers.
2022-09-18 16:52:30 +04:00
John Preston
2618ee3d75
Paint two-loops of custom emoji statuses.
2022-09-02 21:14:33 +04:00
John Preston
668a3308be
Support custom emoji reactions in WhoReacted.
2022-09-02 21:14:31 +04:00
John Preston
85ec212220
Don't scroll large message menus.
2022-07-27 13:49:27 +03:00
John Preston
368bc283a1
Don't use Ui::Text::String copy construct/assign.
2022-07-26 20:12:07 +03:00
John Preston
739123dedc
Implement simple premium limits boxes.
2022-05-19 17:27:02 +04:00
23rd
d9541b6a6e
Unified general phrases for duration.
2022-04-01 15:53:58 +04:00
John Preston
1aa8029a8a
Improve notification preview settings design.
2022-03-08 15:24:02 +04:00
John Preston
bde79210ca
Support single download file thumbnail display.
2022-03-07 18:10:01 +04:00
John Preston
b90524357e
Improve download bar finished state.
2022-03-07 13:33:29 +04:00
John Preston
fc5ed46b40
Toggle fullscreen by mute button in RTMP streams.
2022-02-28 16:51:14 +03:00
John Preston
a61048d219
Fix scroll state management in Downloads.
2022-02-27 20:26:52 +03:00
John Preston
bff8313a37
Use nice media names in Downloads.
2022-02-27 20:26:52 +03:00
John Preston
dde4868540
Add phrases to lang.string.
2022-02-27 20:26:52 +03:00
John Preston
e89c95551f
Show correct downloads elements context menu.
2022-02-27 20:26:52 +03:00
John Preston
1710863231
Update some icons.
2022-02-27 20:26:52 +03:00
23rd
7cd14b8c4e
Renamed anim::interpolateF to anim::interpolateToF.
2022-02-25 19:41:15 +03:00
John Preston
1a664edd39
Initial implementation of download progress bar.
2022-02-25 14:14:43 +03:00
John Preston
e4a7c01541
Move window_outdated_bar to td_ui subproject.
2022-02-25 14:14:43 +03:00
John Preston
c8f7a8c795
Add a tab with "Who Seen" to "Who Reacted" box.
2022-01-18 21:44:59 +03:00
John Preston
74a28ffdf7
Use correct string for reacted / seen item.
2022-01-18 19:55:24 +03:00
John Preston
1060b04b1e
Reacted users list on inline reaction right click.
2022-01-14 21:55:48 +03:00
John Preston
2733b12cff
Improve popup menu dimensions.
2022-01-14 21:55:47 +03:00
John Preston
7f27ce6dee
Scale reactions on mouse over.
2022-01-14 21:55:47 +03:00
23rd
e11904e05b
Removed TextParseRichText.
2022-01-12 11:54:24 +03:00
John Preston
7b3cb0c3dd
Allow non-colored and .tgs Lottie::Icon-s.
2022-01-05 15:14:39 +03:00
John Preston
5fe2e649fb
Attempt to fix a crash in reactions list view.
2021-12-31 00:59:29 +03:00
John Preston
1ab0f840f3
Use reactions icon in context menu if more than 1 reaction type.
2021-12-30 16:08:15 +03:00
John Preston
c6811640b5
Show box with reacted users.
2021-12-29 21:22:34 +03:00
John Preston
79a09a4510
Show latest reacted in context menu.
2021-12-29 21:22:33 +03:00
John Preston
2c36623cfb
Add some icons to popup menus.
2021-12-29 21:22:33 +03:00
John Preston
7bf557971e
Fix "Send As" button on Retina screens.
2021-11-30 20:19:23 +04:00
John Preston
234ff3ba37
Add some resources for sessions redesign.
2021-11-29 18:05:49 +04:00
John Preston
4691cff3f6
Start SendAsButton in HistoryWidget.
2021-11-26 18:00:18 +04:00
John Preston
81ff4d7497
Show joined list on permanent link "N joined" click.
2021-11-02 10:10:48 +04:00
John Preston
a228c62286
Fix "Nobody Viewed / Watched / Listened" seen state.
2021-09-27 18:51:50 +04:00
John Preston
19ce1edc16
Use base::SafeRound instead of std::round.
...
Previous assertion violations because of NaN from std::round were
in video streaming, see commits 27d58ba07b
, 8f5830d520
.
Now the crashes happened in the ConvertScale() call from a background
thread when preparing an image from clipboard for sending to a chat.
2021-09-27 12:13:57 +04:00
John Preston
8069fdd873
Use base/random.h instead of openssl::RandomValue.
2021-09-15 13:42:22 +03:00
John Preston
f771ad8cb1
Beta version 3.0.4: Fix build for Windows.
2021-09-13 20:13:15 +03:00
23rd
a5be9d78d8
Fixed animation for grouped userpics in who read context menu item.
2021-09-13 18:13:50 +03:00
John Preston
79b0bbf6cf
Add an icon to who read context menu item.
2021-09-09 16:27:44 +03:00
John Preston
a3e8e379dd
Show userpics in full who read list.
2021-09-09 11:48:30 +03:00
John Preston
14314df26a
Show userpics in who read context item.
2021-09-09 00:10:49 +03:00
John Preston
8f480b52e7
Display who seen loading state as disabled item.
2021-09-08 14:38:05 +03:00
John Preston
fa5e66a736
Check listened / viewed for voice / video messages.
2021-09-08 13:50:56 +03:00
John Preston
abbac61702
Show who've seen the message in submenu.
2021-09-07 23:41:08 +03:00
John Preston
2f5f100626
Start loading users who've read an outgoing message.
2021-09-07 23:41:08 +03:00
Ilya Fedin
89765340c3
Fix -Wunused-function warnings
2021-07-13 21:31:22 +03:00