Commit Graph

2944 Commits

Author SHA1 Message Date
fufesou
60a30042c0 cursor pos linux
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-13 19:35:59 -08:00
fufesou
a3afb03109 fix cursor (hotx,hoty) && add default remote cursor image
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-14 00:00:40 +08:00
RustDesk
5a25d0c9f7
Merge pull request #2094 from fufesou/fix_build_android
fix android build errors and warnings
2022-11-13 19:43:40 +08:00
fufesou
6b3c2f3beb fix android build errors and warnings
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-13 18:29:05 +08:00
RustDesk
348a5d172d
Merge pull request #2093 from Kingtous/master
opt: add windows custom cursor cache
2022-11-13 17:18:43 +08:00
Kingtous
1a917b1603 opt: add windows custom cursor cache 2022-11-13 14:57:46 +08:00
RustDesk
a9eb285425
Merge pull request #2084 from solokot/master
Updated ru.rs
2022-11-13 09:13:48 +08:00
RustDesk
c7e49885aa
Merge pull request #2086 from fufesou/fix_cursor
Show alias if set, on remote tab
2022-11-13 09:06:15 +08:00
RustDesk
88be6970bf
Merge pull request #2082 from flusheDData/master
Update es.rs
2022-11-13 09:04:10 +08:00
Miguel F. G
321ad561fd
Merge branch 'rustdesk:master' into master 2022-11-12 17:55:14 +01:00
fufesou
730cd4ab10 Show alias if set, on remote tab
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-12 22:33:10 +08:00
solokot
30ed047335
Updated ru.rs 2022-11-12 15:01:13 +03:00
Miguel F. G
d436f4946f
Update es.rs 2022-11-12 12:14:18 +01:00
RustDesk
082839ea91
Merge pull request #2080 from Kingtous/master
opt: windows static and vc140_1 compile
2022-11-12 12:42:02 +08:00
Kingtous
614fcca1b8 opt: windows static and vc140_1 compile 2022-11-12 12:34:26 +08:00
RustDesk
77971a64e7
Merge pull request #2074 from Kingtous/master
fix: windows maximize issue
2022-11-11 22:23:45 +08:00
Kingtous
cb28a48f6f fix: windows maximize issue 2022-11-11 22:04:50 +08:00
RustDesk
3626a26523
Merge pull request #2064 from fufesou/fix_cursor
fix mouse cannot be controled, when show remote cursor is on
2022-11-11 15:05:52 +08:00
fufesou
ee4aa0d0ac trivial code refactor
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-11 14:53:37 +08:00
fufesou
3d768098f8 fix mouse cannot be controled, when show remote cursor is on
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-11 14:28:35 +08:00
RustDesk
03e7b48d6f
Merge pull request #2051 from fufesou/save_remote_menubar_pin_2
Save remote menubar pin 2
2022-11-11 07:59:54 +08:00
fufesou
b000fd1ea8 build linux
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-10 23:33:36 +08:00
fufesou
50d885d3e7 Remove SharedPreferences, debug win
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-10 23:33:24 +08:00
fufesou
0cf2bfb5ef save pin option on remote menubar
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-10 23:30:58 +08:00
fufesou
ac3c7a1fa8 better mouse control
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-10 23:28:20 +08:00
RustDesk
18a801e3b2
Merge pull request #2045 from Kingtous/master
feat: add windows nightly custom engine
2022-11-10 16:00:46 +08:00
Kingtous
31e2ac93d4 opt: change minimum cursor size to 12 2022-11-10 15:58:09 +08:00
Kingtous
e81ad83e85 feat: add windows nightly custom engine 2022-11-10 15:58:09 +08:00
Kingtous
74357236bb opt: save offset and size after hide on linux 2022-11-10 15:58:09 +08:00
RustDesk
23676e15ed
Merge pull request #2044 from 21pages/fix-command-line
fix command line support
2022-11-10 15:08:32 +08:00
21pages
53e0c16857 fix command line support
Signed-off-by: 21pages <pages21@163.com>
2022-11-10 15:06:51 +08:00
RustDesk
fef5070db6
Merge pull request #2029 from 21pages/stop-service
close all connections when stop service
2022-11-09 18:02:17 +08:00
21pages
dd04f76ec0 close all connections when stop service
Signed-off-by: 21pages <pages21@163.com>
2022-11-09 17:43:14 +08:00
RustDesk
fda654ee0b
Merge pull request #2028 from Kingtous/master
fix: last window location calculation on windows
2022-11-09 17:30:32 +08:00
Kingtous
7fe42e312f opt: add debug output 2022-11-09 17:23:18 +08:00
Kingtous
200d8dc0f5 fix: last window location calculation 2022-11-09 17:11:57 +08:00
RustDesk
2af6441495
Merge pull request #2025 from fufesou/fix_mouse_priority
simplier mouse control
2022-11-09 16:37:36 +08:00
fufesou
5424881d40 better mouse control
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-09 16:35:08 +08:00
fufesou
a85f775b3a simplier mouse control
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-09 16:23:05 +08:00
RustDesk
565c758bd7
Merge pull request #2023 from fufesou/fix_mouse_priority
Remote side has a higher priority on mouse control
2022-11-09 15:24:18 +08:00
rustdesk
d9b6c33de3 remove pipewire for the time being, because some old distro only have
pulseaudio, pipewire/pulseaudio seems to be installed already since
firefox requires it
2022-11-09 15:06:10 +08:00
fufesou
60e8dd840f Remote side has a higher priority on mouse control
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-09 15:06:00 +08:00
RustDesk
6bdb69f7bc
Merge pull request #2012 from 21pages/hwcodec
update hwcodec
2022-11-08 23:32:07 +08:00
21pages
26b92932f5 update hwcodec, compile ffmpeg on ubuntu18, glibc 2.27
Signed-off-by: 21pages <pages21@163.com>
2022-11-08 22:15:01 +08:00
RustDesk
a78e928f4a
Merge pull request #2011 from Kingtous/master
feat: add flatpak package
2022-11-08 21:59:20 +08:00
Kingtous
6a50296fc3 opt: add more deps 2022-11-08 21:49:29 +08:00
Kingtous
1109598131 fix: nightly ci 2022-11-08 21:17:56 +08:00
Kingtous
d0aedaedce opt: transfer file through artifact 2022-11-08 21:17:56 +08:00
Kingtous
400911f782 refactor: change ayaindicator to appindicator 2022-11-08 21:17:56 +08:00
Kingtous
7e06851f78 add: rpm flutter 2022-11-08 21:17:56 +08:00