John Preston
10ff71e8f6
Support svg path outline for Webm stickers.
2022-01-28 19:10:07 +03:00
John Preston
2f9c39fe53
Support selecting Webm stickers.
2022-01-28 19:10:07 +03:00
John Preston
219ffd2c48
Handle clicks on Webm stickers.
2022-01-28 19:10:07 +03:00
John Preston
63d15e4479
Support Webm sticker display in chat history.
2022-01-28 19:10:07 +03:00
John Preston
8b7d2c880e
Support rendering Webm videos with alpha.
2022-01-28 19:10:07 +03:00
John Preston
86f3d88116
Fix build for Windows and Linux.
2022-01-23 12:23:31 +03:00
John Preston
3ff17a8789
Refactor image transformation interfaces.
2022-01-21 15:33:44 +03:00
John Preston
ae426a41e0
Better reaction layout outside of a bubble.
2022-01-18 14:37:14 +03:00
John Preston
1657c2c7f2
Fix context menu on sent images / documents.
2022-01-17 19:21:34 +03:00
John Preston
0ab26f0c82
Initial reaction effects implementation.
2022-01-14 21:55:47 +03:00
23rd
7aa3956792
Fixed skip blocks for web pages and games.
2022-01-13 04:06:50 +03:00
23rd
ab248febcd
Added ability to select text of question from polls.
...
Fixed #8713 .
Fixed #17531 .
2022-01-12 11:54:25 +03:00
23rd
e11904e05b
Removed TextParseRichText.
2022-01-12 11:54:24 +03:00
23rd
e1aa08b985
Removed text commands.
2022-01-12 11:54:24 +03:00
23rd
74f9d0935b
Removed text commands from skip blocks.
2022-01-12 11:54:24 +03:00
23rd
50d150302d
Removed text commands from web pages.
2022-01-12 11:54:24 +03:00
John Preston
9a0be43ef5
Align reactions outside of the bubble.
2022-01-03 20:00:18 +03:00
John Preston
cd0db53bac
For non-bubble messages reaction to the left of info.
2021-12-31 02:40:03 +03:00
John Preston
2c20e7bb02
Beta version 3.3.2: Fix build with GCC.
2021-12-30 00:19:47 +03:00
23rd
8b74dc2dec
Added spoiler support to service messages.
2021-12-29 21:22:33 +03:00
John Preston
1d2065e4ef
Fix reactions geometry for round videos.
2021-12-29 21:22:33 +03:00
John Preston
4228557722
Improve reactions position and colors.
2021-12-29 21:22:33 +03:00
23rd
fa4d1d72c4
Added animation for spoilers in sections.
2021-12-29 21:22:33 +03:00
John Preston
b5edaf4c23
Fix layout of reactions in files / contacts.
2021-12-29 21:22:33 +03:00
John Preston
2a3cf8ac58
Implement (sub-optimal) painting of reactions in groups.
2021-12-29 21:22:33 +03:00
John Preston
535fd8d523
Display reactions outside bottom info in groups.
2021-12-29 21:22:33 +03:00
John Preston
b151d210bf
Add peer-list-like view for message reactions list.
2021-12-29 21:22:33 +03:00
John Preston
b5d80a3c15
Improve BottomInfo layout.
2021-12-29 21:22:33 +03:00
John Preston
1af2cfe143
Extract BottomInfo from HistoryView::Message.
2021-12-29 21:22:33 +03:00
John Preston
3a43217301
Show reactions in messages.
2021-12-29 21:22:32 +03:00
John Preston
5e7e7eaa83
FullMsgId rely on PeerId instead of ChannelId.
2021-12-22 10:11:57 +00:00
John Preston
db0c57a186
Fix reply-to-media timestamps in captions.
2021-12-02 14:42:50 +04:00
John Preston
0f443da758
Track noforwards flag in specific messages.
2021-11-26 18:00:22 +04:00
John Preston
c849d17667
Remove corner download if noforwards.
2021-11-26 18:00:18 +04:00
John Preston
f2e4a5a35a
Highlight YouTube video timestamps as external links.
2021-11-18 16:03:12 +04:00
John Preston
bd5f145a8c
Fix unwrapped media display in Replies chat.
2021-11-07 12:51:20 +04:00
John Preston
c534f3f22e
Some internal HistoryItem refactoring.
...
Replace most IsServerMsgId / id <=> 0 with isRegular().
Track isLocal / isHistoryEntry in flags.
Remove toHistoryMessage.
2021-11-07 12:50:13 +04:00
John Preston
d0cb387c6e
Fix layout of webpage preview with a sticker with small height.
2021-11-05 15:28:32 +04:00
Ilya Fedin
847c01d605
Add Qt 6 support
...
Tested only on Linux so far
2021-10-21 13:15:00 +04:00
23rd
ea10cf5758
Moved api polls processing to separated file.
2021-10-20 22:56:19 +03:00
23rd
6148edbc7d
Moved ConfirmBox to td_ui.
2021-10-19 06:34:27 +03:00
23rd
6163e922b3
Added view button to webpages.
2021-10-10 19:30:38 +03:00
23rd
e2c5995a2e
Fixed timestamp highlighting in albums.
...
Fixed #17078 .
2021-10-08 10:39:36 +04:00
23rd
ef10bb2bd6
Fixed editing caption of album from context menu.
...
Fixed #17077 .
2021-10-08 10:39:36 +04:00
23rd
64aa5480ad
Fixed display edited badge in scheduled albums.
...
Moved hideEditedBadge from HistoryMessage to HistoryItem.
2021-10-08 10:39:36 +04:00
John Preston
1e660fc2a2
Allocate 64 bits for message ids.
2021-09-30 13:49:37 +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
af100c2d13
Fix poll answer check in custom chat themes.
2021-09-19 14:40:43 +03:00
John Preston
b6fafdd8f7
Limit emoji size to half of sticker size.
2021-09-17 10:25:36 +03:00
John Preston
139b9723d7
Accumulate and send emoji interactions.
2021-09-17 10:25:36 +03:00