dignow
|
8870283f6f
|
Fix, Windows and Linux, window border on maximize
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-08-13 14:30:14 +08:00 |
|
RustDesk
|
a1780d43bb
|
Merge pull request #5363 from sahilyeole/master
Add more tooltips
|
2023-08-12 15:40:51 +08:00 |
|
sahilyeole
|
f722c6f684
|
add more desktop_home_page tooltips
Signed-off-by: sahilyeole <sahilyeole93@gmail.com>
|
2023-08-12 12:52:31 +05:30 |
|
sahilyeole
|
d18250d1e7
|
add more peer_tab_page tooltips
Signed-off-by: sahilyeole <sahilyeole93@gmail.com>
|
2023-08-12 12:52:31 +05:30 |
|
rustdesk
|
85c149d8e4
|
mainly for mac, if somehow --server not killed
|
2023-08-12 15:17:00 +08:00 |
|
rustdesk
|
0e6d368970
|
fix --server not killed when stop service on mac
|
2023-08-12 15:10:38 +08:00 |
|
rustdesk
|
886fb73521
|
Some time it is RustDesk, sometimes it is rustdesk on mac, so make it
case insensitive
|
2023-08-12 15:07:08 +08:00 |
|
RustDesk
|
64dd1dc967
|
Merge pull request #5355 from PeterDaveHello/OptimizePNG
Optimize PNG images losslessly using zopflipng
|
2023-08-12 11:51:39 +08:00 |
|
Peter Dave Hello
|
098df81754
|
Optimize PNG images losslessly using zopflipng
59 PNG images recompressed as below:
fastlane/metadata/android/en-US/images/phoneScreenshots/1.png | Bin 27006 -> 26922 bytes
fastlane/metadata/android/en-US/images/phoneScreenshots/2.png | Bin 326177 -> 325660 bytes
fastlane/metadata/android/en-US/images/phoneScreenshots/3.png | Bin 431697 -> 428945 bytes
fastlane/metadata/android/en-US/images/sevenInchScreenshots/6.png | Bin 462394 -> 461442 bytes
fastlane/metadata/android/en-US/images/sevenInchScreenshots/7.png | Bin 388078 -> 387416 bytes
fastlane/metadata/android/en-US/images/sevenInchScreenshots/8.png | Bin 273393 -> 272856 bytes
flutter/android/app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 3990 -> 3479 bytes
flutter/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png | Bin 7492 -> 6026 bytes
flutter/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png | Bin 6161 -> 5107 bytes
flutter/android/app/src/main/res/mipmap-hdpi/ic_stat_logo.png | Bin 1028 -> 487 bytes
flutter/android/app/src/main/res/mipmap-ldpi/ic_launcher.png | Bin 1667 -> 1524 bytes
flutter/android/app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 2207 -> 1987 bytes
flutter/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png | Bin 4348 -> 3641 bytes
flutter/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png | Bin 3525 -> 3017 bytes
flutter/android/app/src/main/res/mipmap-mdpi/ic_stat_logo.png | Bin 715 -> 383 bytes
flutter/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 4827 -> 4237 bytes
flutter/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png | Bin 9515 -> 7659 bytes
flutter/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png | Bin 7604 -> 6202 bytes
flutter/android/app/src/main/res/mipmap-xhdpi/ic_stat_logo.png | Bin 1524 -> 719 bytes
flutter/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 9171 -> 7498 bytes
flutter/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png | Bin 33762 -> 22530 bytes
flutter/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 13879 -> 10713 bytes
flutter/android/app/src/main/res/mipmap-xxhdpi/ic_stat_logo.png | Bin 2091 -> 884 bytes
flutter/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 9893 -> 7409 bytes
flutter/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png | Bin 41583 -> 31138 bytes
flutter/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 16113 -> 11189 bytes
flutter/android/app/src/main/res/mipmap-xxxhdpi/ic_stat_logo.png | Bin 3162 -> 1389 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png | Bin 49903 -> 32239 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png | Bin 669 -> 511 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png | Bin 1344 -> 989 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png | Bin 2049 -> 1545 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png | Bin 969 -> 755 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png | Bin 1948 -> 1510 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png | Bin 3139 -> 2299 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png | Bin 1344 -> 989 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png | Bin 2846 -> 2086 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png | Bin 4240 -> 3087 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png | Bin 4240 -> 3087 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png | Bin 6893 -> 4914 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png | Bin 2594 -> 1964 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png | Bin 5794 -> 4152 bytes
flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png | Bin 6468 -> 4494 bytes
flutter/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png | Bin 37517 -> 35842 bytes
flutter/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png | Bin 448 -> 420 bytes
flutter/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png | Bin 6198 -> 6071 bytes
flutter/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png | Bin 875 -> 827 bytes
flutter/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png | Bin 13870 -> 13288 bytes
flutter/web/icons/Icon-192.png | Bin 8908 -> 6339 bytes
flutter/web/icons/Icon-512.png | Bin 25973 -> 17282 bytes
flutter/web/icons/Icon-maskable-192.png | Bin 8908 -> 6339 bytes
flutter/web/icons/Icon-maskable-512.png | Bin 25973 -> 17282 bytes
libs/clipboard/docs/assets/scene3.png | Bin 5480 -> 5475 bytes
libs/clipboard/docs/assets/win_A_B.png | Bin 43658 -> 43619 bytes
libs/clipboard/docs/assets/win_B_A.png | Bin 43515 -> 43447 bytes
res/128x128@2x.png | Bin 10623 -> 7689 bytes
res/icon.png | Bin 60426 -> 40256 bytes
res/mac-icon.png | Bin 37517 -> 35842 bytes
res/mac-tray-dark-x2.png | Bin 703 -> 651 bytes
res/mac-tray-light-x2.png | Bin 728 -> 586 bytes
|
2023-08-12 02:25:04 +08:00 |
|
RustDesk
|
53218409d7
|
Merge pull request #5353 from dignow/refact/remove_login_device_info_in_sciter
refactor, remove login device info in sciter
|
2023-08-11 22:19:10 +08:00 |
|
RustDesk
|
a7a460a29d
|
Merge pull request #5352 from dignow/fix/window_maximize_state
fix, window maximized state
|
2023-08-11 22:18:29 +08:00 |
|
RustDesk
|
b4e34b6158
|
Merge pull request #5351 from BestiaPL/master
Update pl.rs
|
2023-08-11 22:15:14 +08:00 |
|
dignow
|
6608bf882f
|
refactor, remove login device info in sciter
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-08-11 19:28:25 +08:00 |
|
dignow
|
f5493ab0c4
|
fix, window maximized state
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-08-11 19:03:09 +08:00 |
|
Andrzej Rudnik
|
f9f06e91f5
|
Update pl.rs
|
2023-08-11 12:31:52 +02:00 |
|
RustDesk
|
3c3d1a84ef
|
Merge pull request #5349 from dignow/fix/save_frame_maximized
fix windowOnTop, maxmized state
|
2023-08-11 17:28:32 +08:00 |
|
dignow
|
e85c0d16b6
|
fix set minimized state
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-08-11 16:08:47 +08:00 |
|
RustDesk
|
ef022c91bb
|
Merge pull request #5348 from 21pages/ab
ab: use cache for display and display peers while loading
|
2023-08-11 15:59:12 +08:00 |
|
dignow
|
d66b10b508
|
fix windowOnTop, maxmized state
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-08-11 15:54:21 +08:00 |
|
21pages
|
bea88f31e0
|
use ab cache init show and show custom loading when ab not emtpy
Signed-off-by: 21pages <pages21@163.com>
|
2023-08-11 15:39:42 +08:00 |
|
RustDesk
|
8b82db1220
|
Merge pull request #5347 from dignow/fix/save_frame_maximized
Fix/save frame maximized
|
2023-08-11 15:19:01 +08:00 |
|
dignow
|
14cbd842f5
|
fix https://github.com/rustdesk/rustdesk/issues/5340
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-08-11 15:03:06 +08:00 |
|
dignow
|
26cd24d92f
|
fix saving frame, maximized
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-08-11 15:03:06 +08:00 |
|
rustdesk
|
e2fdd69524
|
remove rs-ny.rustdesk.com
|
2023-08-11 14:00:26 +08:00 |
|
rustdesk
|
71996c9509
|
fix --assign
|
2023-08-11 13:19:23 +08:00 |
|
RustDesk
|
544cb203ea
|
Merge pull request #5346 from 21pages/fix
fix temporary password not update right now when length changed
|
2023-08-11 12:24:21 +08:00 |
|
21pages
|
fdd24dcb72
|
fix temporary password not update right now when length changed
Signed-off-by: 21pages <pages21@163.com>
|
2023-08-11 11:38:26 +08:00 |
|
RustDesk
|
ea12eccc90
|
Merge pull request #5344 from 21pages/fix
remove not save peer config when version is zero
|
2023-08-11 08:41:13 +08:00 |
|
21pages
|
87600d36e4
|
remove not save peer config when version is zero
Signed-off-by: 21pages <pages21@163.com>
|
2023-08-11 08:37:02 +08:00 |
|
rustdesk
|
85e6ed32a1
|
tooltip for monitor icon
|
2023-08-11 08:34:14 +08:00 |
|
RustDesk
|
c749ebff46
|
Merge pull request #5334 from sahilyeole/master
Improve tooltip consistency
|
2023-08-11 08:07:49 +08:00 |
|
RustDesk
|
39f0edcb32
|
Merge pull request #5331 from dignow/fix/save_peer_window_pos
fix saving peer window pos
|
2023-08-11 08:04:57 +08:00 |
|
Sahil Yeole
|
823632ccba
|
remove multi monitor tooltip
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-08-10 20:09:43 +05:30 |
|
Sahil Yeole
|
86fa3928a7
|
Merge branch 'rustdesk:master' into master
|
2023-08-10 20:07:51 +05:30 |
|
dignow
|
7f6b18fc9c
|
change ffi flutter_config to flutter_option
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-08-10 22:27:35 +08:00 |
|
RustDesk
|
8301b4bf4e
|
Merge pull request #5332 from 21pages/ab
not show waitingForImage dialog when already get first image
|
2023-08-10 22:04:15 +08:00 |
|
21pages
|
16c94fb1d0
|
hide multiselect icon if peers is empty
Signed-off-by: 21pages <pages21@163.com>
|
2023-08-10 21:32:26 +08:00 |
|
21pages
|
1be383e50e
|
not show waitingForImage when already get first image
Signed-off-by: 21pages <pages21@163.com>
|
2023-08-10 21:28:02 +08:00 |
|
Sahil Yeole
|
66b90c2a08
|
add global tooltip wait duration
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-08-10 18:32:10 +05:30 |
|
Sahil Yeole
|
f502eb0ea5
|
enable tooltip for menu buttons
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-08-10 18:32:10 +05:30 |
|
dignow
|
7921be45f5
|
fix saving peer window pos
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-08-10 19:48:26 +08:00 |
|
RustDesk
|
a1095b8844
|
Merge pull request #5326 from 21pages/ab
delete ab cache and show login button on http 401
|
2023-08-10 19:23:51 +08:00 |
|
RustDesk
|
399af2fbf6
|
Merge pull request #5329 from Mr-Update/master-5
Update de.rs
|
2023-08-10 19:23:06 +08:00 |
|
Mr-Update
|
d54c96e455
|
Update de.rs
|
2023-08-10 12:09:56 +02:00 |
|
21pages
|
eb8231af14
|
delete ab cache and show login button on http 401
Signed-off-by: 21pages <pages21@163.com>
|
2023-08-10 17:38:51 +08:00 |
|
RustDesk
|
59c865293f
|
Merge pull request #5325 from bovirus/master
Update Italian language
|
2023-08-10 17:14:52 +08:00 |
|
bovirus
|
72cfe05323
|
Update Italian language
|
2023-08-10 11:04:20 +02:00 |
|
RustDesk
|
aaa03db69c
|
Merge pull request #5322 from solokot/master
Update ru.rs
|
2023-08-10 16:41:04 +08:00 |
|
solokot
|
c4f642258b
|
Update ru.rs
|
2023-08-10 07:55:48 +03:00 |
|
RustDesk
|
67c90eda4b
|
Merge pull request #5320 from SergeyMy/master-1
Update desktop_setting_page.dart
|
2023-08-10 12:43:48 +08:00 |
|