John Preston
|
c39024c7fd
|
Track and display unread count in discussions.
|
2021-08-30 20:32:58 +03:00 |
|
John Preston
|
d684c8057c
|
Fix build for macOS.
|
2021-08-30 20:32:57 +03:00 |
|
John Preston
|
beff635e45
|
Colorize bubbles according to a custom chat theme.
|
2021-08-30 20:32:57 +03:00 |
|
John Preston
|
f5a323e40a
|
Move all background helper methods to chat_theme module.
|
2021-08-30 20:32:57 +03:00 |
|
John Preston
|
0a1e84ddb2
|
Move ChatTheme to td_ui.
|
2021-08-30 20:32:57 +03:00 |
|
John Preston
|
3cd0f9d189
|
Start non-unique ChatTheme.
|
2021-08-30 20:32:57 +03:00 |
|
John Preston
|
0cfede984c
|
Update API scheme to layer 132.
|
2021-08-30 20:32:56 +03:00 |
|
John Preston
|
1b3075ac2e
|
Fix pattern background tiling on Retina screens.
|
2021-08-25 17:15:07 +03:00 |
|
John Preston
|
b4eb9a0827
|
Fix single-colored patterns.
|
2021-08-20 16:24:26 +03:00 |
|
John Preston
|
1e8e163bb1
|
Tile patterns horizontally.
|
2021-08-20 15:55:10 +03:00 |
|
John Preston
|
784d57a2bc
|
Use QImage bubbles background for some Media parts.
|
2021-08-20 14:54:11 +03:00 |
|
John Preston
|
f4fdadd3b0
|
Allow arbitrary QImage as outgoing bubbles background.
|
2021-08-20 14:54:11 +03:00 |
|
John Preston
|
36486a3d73
|
Fix creating a theme from a default one.
Regression was introduced in 79cc797aff .
|
2021-08-18 14:52:57 +03:00 |
|
John Preston
|
c77f4dd794
|
Fix build on Linux.
|
2021-08-18 13:06:47 +03:00 |
|
John Preston
|
662966ba31
|
Support patterns with negative intensity.
|
2021-08-17 17:35:10 +03:00 |
|
John Preston
|
1209b2692a
|
Generate correct next rotated gradient.
|
2021-08-16 17:15:02 +03:00 |
|
John Preston
|
2abcb51dda
|
Filter out patterns without background colors.
|
2021-08-16 17:14:34 +03:00 |
|
John Preston
|
7a06eccaec
|
Make complex gradients animate on outgoing messages.
|
2021-08-16 16:07:43 +03:00 |
|
John Preston
|
a1f81e4de8
|
Generate static complex gradients.
|
2021-08-16 13:24:15 +03:00 |
|
John Preston
|
3dadcd9352
|
Animated transition on pattern-on-gradient resize.
|
2021-08-16 10:26:08 +03:00 |
|
John Preston
|
b9a9520ef5
|
Don't blend SoftLight patterns in realtime.
|
2021-08-16 10:26:08 +03:00 |
|
John Preston
|
2b46f87d7b
|
Cache background quickly if no buttons pressed.
|
2021-08-16 10:26:08 +03:00 |
|
John Preston
|
2667bb3568
|
Move background caching to Window::SessionController.
|
2021-08-16 10:26:08 +03:00 |
|
John Preston
|
436d7b9d82
|
Add support for linear gradients without patterns.
|
2021-08-16 10:26:08 +03:00 |
|
John Preston
|
ba7e976fe2
|
Fix background sample generation.
|
2021-08-16 10:26:08 +03:00 |
|
John Preston
|
c2b1187948
|
Start support of linear gradient wallpapers.
|
2021-08-16 10:26:08 +03:00 |
|
John Preston
|
85cc3b30a0
|
Don't use MTP* for WallPaper flags.
|
2021-08-12 12:32:30 +03:00 |
|
John Preston
|
c79cd0b692
|
Use Images::Read instead of App::readImage.
|
2021-08-11 18:55:08 +03:00 |
|
Ilya Fedin
|
97262a99c7
|
Get rid of osx and linux32 special targets
|
2021-08-11 16:59:27 +03:00 |
|
John Preston
|
1dec054766
|
Check if native window frame fits for saved geometry.
|
2021-08-10 15:46:18 +03:00 |
|
23rd
|
0ae260c6e1
|
Moved MTP blocked peers from ApiWrap to Api::BlockedPeers.
|
2021-08-10 15:46:18 +03:00 |
|
Ilya Fedin
|
1ebf27bfa1
|
Switch MainWindow to Ui::RpWindow
|
2021-07-28 18:05:39 +03:00 |
|
23rd
|
a030907598
|
Refactored sending bot commands.
|
2021-07-27 02:50:08 +03:00 |
|
23rd
|
34cac3092f
|
Moved utils for sending bot commands to separated file.
|
2021-07-27 02:50:08 +03:00 |
|
23rd
|
82165bec5e
|
Replaced MainWidget::replyToItem with history element delegate.
|
2021-07-26 17:39:18 +03:00 |
|
23rd
|
024bb5e54f
|
Moved App::formatPhone to td_ui.
|
2021-07-26 17:38:51 +03:00 |
|
John Preston
|
565877630f
|
Dither default background to avoid color banding.
|
2021-07-23 15:42:17 +03:00 |
|
John Preston
|
8f478b86ee
|
Change default wallpaper.
|
2021-07-23 15:42:17 +03:00 |
|
Ilya Fedin
|
c5867e2293
|
Fix build with clang
|
2021-07-20 10:34:03 +03:00 |
|
Ilya Fedin
|
ba9b72e038
|
Fix -Wunused-variable warnings with gcc
|
2021-07-19 22:31:27 +03:00 |
|
John Preston
|
4276b6cce0
|
Use rpl for Window::Theme::Background updates.
|
2021-07-15 16:42:36 +03:00 |
|
Ilya Fedin
|
79cc797aff
|
Fix -Wunused-variable warnings
|
2021-07-13 21:43:34 +03:00 |
|
Ilya Fedin
|
89765340c3
|
Fix -Wunused-function warnings
|
2021-07-13 21:31:22 +03:00 |
|
John Preston
|
f22e68fc32
|
Don't use MTP* for PeerSettings flags.
|
2021-07-08 17:32:39 +03:00 |
|
23rd
|
a631a28092
|
Removed App::pixmapFromImageInPlace.
|
2021-07-06 12:13:06 +03:00 |
|
23rd
|
bc316a2536
|
Removed Storage::UploadedThumbDocument struct.
|
2021-07-06 12:13:05 +03:00 |
|
23rd
|
cc4055a5e3
|
Added method to Window::Controller to show custom layer widget.
|
2021-07-06 12:13:05 +03:00 |
|
23rd
|
4909ba5a1e
|
Added ability to pass custom layer widgets to stack.
|
2021-07-06 12:13:05 +03:00 |
|
John Preston
|
6981ae605a
|
Fix fake unread status reset on account change.
|
2021-07-05 19:48:06 +03:00 |
|
Ilya Fedin
|
7e6439e4f8
|
Fix counting screen bottom point when restoring geometry
|
2021-06-30 00:27:39 +03:00 |
|