Commit graph

13 commits

Author SHA1 Message Date
John Preston
73b6bc5e13 Implement animated spoilers. 2022-09-17 00:22:08 +04:00
Ilya Fedin
8e5d35229a Simple replacements for Qt 6
QStringRef -> QStringView
QTextCursor constructor accepts a QTextDocument only
Some headers are moved, so paths are removed
QMatrix -> QTransform
Methods returning qsizetype are wrapped to int()s to allow compiler to deduce the type
2021-10-19 17:06:25 +04:00
John Preston
b35d2d257a Use base/random.h instead of openssl::RandomValue. 2021-09-15 13:16:44 +03:00
John Preston
594572199c Move call mute button styles to td_ui. 2021-04-26 13:20:13 +04:00
23rd
9ebd51c8f8 Fixed blobs paint with high update rate. 2021-01-07 20:05:36 +04:00
23rd
a8edd6567e Slightly optimized blobs paint. 2020-12-18 06:51:10 +03:00
23rd
c0e1dfcc8d Added ability to pass additional scale to RadialBlob. 2020-12-17 15:57:46 +03:00
23rd
d032f4d8b5 Extracted common code for radial and linear blob classes. 2020-12-11 02:00:38 +03:00
23rd
5b0e499932 Replaced raw radius values of Blob with struct. 2020-12-03 21:14:22 +03:00
23rd
dffa36ede4 Slightly improved Blob. 2020-12-01 14:54:24 +03:00
John Preston
84b3ac9b58 Fix build and run on Windows. 2020-11-30 15:37:29 +03:00
23rd
0018276c5f Added ability to change blob radius. 2020-11-30 15:09:28 +03:00
23rd
419989760c Added blob bezier implementation. 2020-11-30 15:09:27 +03:00