| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
They share a lot of settings, so make sure the documentation is
identical in those cases.
|
|
|
|
|
| |
The funcationality was removed in 6e49e95, so let's also clean up
the documentation referring to it.
|
|\ |
|
| | |
|
|/ |
|
|
|
|
|
|
| |
Fl::arg accepts several arguments which we are not documenting. Also,
it accepts a -geometry argument, which clashes with our own -geometry
option.
|
|
|
|
| |
We had overlooked a few so we didn't track all screen changes properly.
|
|
|
|
|
| |
macOS no longer uses the old Aqua look, so tweak our things to fit
in better with the current state of things.
|
|
|
|
| |
Menukey was broken by recent refactoring of OptionsDialog
|
|
|
|
|
|
| |
Various errors exposed when connecting to RealVNC servers
on alternative platforms (ARM, SPARC). SSLEngineManager
was also cleaned up but most of the changes are cosmetic.
|
|
|
|
|
| |
XShmGetImage is much faster. On my machine, this reduces the CPU usage
of a fullscreen Youtube video playback from 40% to 25%.
|
|
|
|
|
|
| |
Similar to 841e9f32d5952d6f16f67294c2da8bf395066a9b but for the
pointer. Fixes a problem where the desktop environment is unresponsive
(to the mouse) after fullscreen exit; Fixes #579.
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
We need to flip the dimensions in the case the monitor is rotated
90° or they won't map correctly to the framebuffer.
|
| |
| |
| |
| |
| |
| | |
No longer tolerate loading the VNC extension but not being able to
initialize it. This avoids a lot of error prone checking to see
if the extension has started fully or not.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
They were converted at the wrong resolution, and FLTK chokes on color
names so make sure all colors are specified in hex.
|
|/ |
|
|
|
|
|
|
| |
It cannot keep itself in sync with the actual screen contents well
enough for CopyRect to work accurately. Graphical glitches could
be seen in some cases.
|
|\ |
|
| |
| |
| |
| |
| | |
Ctrl+Alt+Delete requires special handling to trigger on Windows.
Make sure this works in raw keyboard mode as well.
|
| |
| |
| |
| |
| | |
Ctrl+Pause sends break which results in a different VKEY on Windows.
Make sure we map that properly to the equivalent keysym.
|
| |
| |
| |
| |
| | |
The shift buttons are a bit buggy on Windows unfortunately, but we
can do slightly better than we're doing today.
|
| |
| |
| |
| |
| | |
Windows mostly follows the AT set 1 scan codes that we want, but
there are a few exceptions.
|
| |
| |
| |
| |
| | |
We've fixed the issue more properly in the server now, so remove the
workaround we had in the client.
|
| |
| |
| |
| |
| |
| |
| | |
We shouldn't unconditionally remove the server side cursor just
because the client supports client side cursors. We need to also
check that the client fulfills the other criteria for taking over
the cursor.
|
| |
| |
| |
| |
| |
| | |
In most cases we will send an update at the end of processing client
messages so these extra calls only slow things down. Server initiated
events still need an explicit call though.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Improve the tracking of what cursor we've sent to the client to make
sure the initial cursor is sent properly. We previously tried to infer
this information based on if we've rendered a server side cursor or
not. This logic broke down if things triggered before we've sent the
first update to the client.
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Hook up the "Load X.509 Cert/Key" dialogs in winvnc. Fixes #106
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
E.g. vncviewer server.example.com:2 -display :2
|
| | |
| | |
| | |
| | |
| | | |
We have to wait until we've passed the command line arguments or
we might overlook a -display argument.
|
| | |
| | |
| | |
| | | |
See issue #534
|
| | |
| | |
| | |
| | |
| | | |
Changes to keyboard handling require methods from the KeyEvent
class that were not introduced until Java 7.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Java L&F has pre-defined hook that transfers the focus to the
menu of the RootPane. Since the viewer doesn't have a menu
this just causes a loss of focus and subsequent unexpected
behavior of keyboard and mouse.
|
| | |
| | |
| | |
| | | |
See issue #505
|
| | |
| | |
| | |
| | | |
Need to be careful with escapes though.
|
| |/
|/| |
|
| | |
|
| |
| |
| |
| | |
We already assume sockets here since we use select().
|
|\ \
| | |
| | |
| | | |
https://github.com/x11clone/x11clone
|