Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
refs/heads/android-16
/
vncviewer
/
CConn.cxx
615d16b
Improved clipboard API
by Pierre Ossman
· 6 years ago
66f1db5
Clean up internal clipboard handling
by Pierre Ossman
· 6 years ago
b03512c
Move client attributes out of ServerParams
by Pierre Ossman
· 7 years ago
6ea58ba
Merge client resize capabilities
by Pierre Ossman
· 7 years ago
5588f4f
Remove unused flags from ServerParams
by Pierre Ossman
· 7 years ago
ef6881b
Move update request handling in to CConnection
by Pierre Ossman
· 7 years ago
dd45b44
Let CMsgHandler::serverInit() handle initial set up
by Pierre Ossman
· 7 years ago
2affd77
Stop requiring CConnection::serverInit() to be overridden
by Pierre Ossman
· 7 years ago
6eecbca
Stop using fences for pixel format switch
by Pierre Ossman
· 7 years ago
b14a6bc
Split out ServerParams from ConnParams
by Pierre Ossman
· 7 years ago
9312b0e
Encapsulate screen layout storage in ConnParams
by Pierre Ossman
· 7 years ago
4af93a9
Adjust some strings so they are easier to translate
by Pierre Ossman
· 7 years ago
5d05546
Add support for Unix sockets
by Pierre Ossman
· 7 years ago
4c20423
Move server cut text handler to Viewport
by Pierre Ossman
· 7 years ago
fecf0a4
Replace "frames" with "updates" in stats
by Pierre Ossman
· 7 years ago
2fa63f8
Add client support for LED state sync
by Pierre Ossman
· 9 years ago
f4d1d89
Allow removal of GUI prompt on fatal errors
by Dr. David Alan Gilbert
· 8 years ago
921f6c8
Display performance statistics in viewer
by Pierre Ossman
· 9 years ago
6a1a0d0
Change cursor API to use RGBA data
by Pierre Ossman
· 9 years ago
0f626ad
Do explict sync after XShmPutImage()
by Pierre Ossman
· 9 years ago
9a73adf
More robust event and close handling
by Pierre Ossman
· 9 years ago
f862c2e
Add option to set primary selection for cut text
by Pierre Ossman
· 9 years ago
c9dd3a4
Throttle overlapping screen updates
by Pierre Ossman
· 10 years ago
5102fa9
Consolidate how to run the FLTK loop in one place
by Pierre Ossman
· 10 years ago
3da238d
Let CConnection intercept more callbacks
by Pierre Ossman
· 10 years ago
9f273e9
Delegate decoder object management to a separate class
by Pierre Ossman
· 10 years ago
0068a4f
Clean out unused dependencies from CConnection.h
by Pierre Ossman
· 10 years ago
1db7324
Terminate the viewer even when waiting for data
by Pierre Ossman
· 10 years ago
d9b9003
Display partial updates on slow transfers
by Pierre Ossman
· 10 years ago
fb450fb
Fix mismatches between format string and arguments
by Pierre Ossman
· 11 years ago
28c1d54
Switch to unsigned parameters for ExtendedDesktopSize handler
by Pierre Ossman
· 11 years ago
5c23b9e
Fix bad signed/unsigned comparisons
by Pierre Ossman
· 11 years ago
c76bd2b
Improve some error messages
by Pierre Ossman
· 11 years ago
744e55c
Add comments for translators where requested
by Pierre Ossman
· 11 years ago
8ca4c1d
Make sure user visible strings are translated
by Pierre Ossman
· 11 years ago
b204643
Split up the info string
by Pierre Ossman
· 11 years ago
0c9bd4b
Use PixelBuffer objects as the interface for encoders and decoders
by Pierre Ossman
· 11 years ago
a32040d
Provide a better R/W base PixelBuffer class
by Pierre Ossman
· 12 years ago
668468b
Encoders/decoders should track the connection object
by Pierre Ossman
· 12 years ago
fdba3fe
Push encoder and decoder handling down into the connection objects
by Pierre Ossman
· 12 years ago
b6b4dc6
Remove full support for colour maps
by Pierre Ossman
· 12 years ago
a22459d
Remove magic JPEG variables from ConnParams
by Pierre Ossman
· 11 years ago
947b48d
Remove some premature optimisation
by Pierre Ossman
· 12 years ago
0dff4b8
Add some missing whitespace
by Pierre Ossman
· 12 years ago
945cdda
Be more consistent in referring to pixel byte streams as buffers
by Pierre Ossman
· 12 years ago
5803d3b
Printing the clipboard data is very annoying as it could
by Pierre Ossman
· 12 years ago
5010488
Forgot to respect the AcceptClipboard option in the
by Pierre Ossman
· 12 years ago
3e7ed81
Fix build on 32-bit and 64-bit Windows
by DRC
· 13 years ago
2a7a8d6
Reimplement -listen in the new FLTK vncviewer. Work done by
by Pierre Ossman
· 13 years ago
ff47340
Make it possible to dynamically resize the size of the session, when resizing
by Pierre Ossman
· 13 years ago
ad8609a
Fix unsafe usage of the logging functions.
by Pierre Ossman
· 13 years ago
f52740e
Make sure we're paranoid about accidentally feeding a format string.
by Pierre Ossman
· 13 years ago
aa73c89
Client side support for continuous updates.
by Pierre Ossman
· 14 years ago
e28bdb2
Support and use fences in the client. This allows more aggressive use of
by Pierre Ossman
· 14 years ago
5e04c26
Use the correct matching free operation. Patch by Matthieu Lochegnies.
by Pierre Ossman
· 14 years ago
5d512c3
Redesign the format switching logic so that we don't have to adjust the way
by Pierre Ossman
· 14 years ago
33c15e3
If the client and server are using identical pixel formats, then perform Tight decoding directly into the viewer's back buffer, rather than going through the slow fillRect/imageRect routines.
by DRC
· 14 years ago
cf2443c
The old Unix viewer put the RFB clipboard data both in CLIPBOARD and PRIMARY.
by Pierre Ossman
· 14 years ago
c359f36
Make sure to include config.h in every compilation unit. Otherwise,
by Peter Åstrand
· 14 years ago
fba3e86
This was not a good method to get an initial full update as we would get two
by Pierre Ossman
· 14 years ago
ff22510
When we stopped doing full updates on format changes, we also lost the side
by Pierre Ossman
· 14 years ago
470839a
We don't need to force a full refresh on format changes with the new viewer
by Pierre Ossman
· 14 years ago
cf836f2
Managed to consistently get the colour levels reversed. Fix up everything so
by Pierre Ossman
· 14 years ago
e2ef5c1
Destroy the main UI and connection objects before popping up the fatal error
by Pierre Ossman
· 14 years ago
39ceb50
Create a proper header file for the exported functions from vncviewer.cxx.
by Pierre Ossman
· 14 years ago
b65bb93
Fix build issues with Visual C++ (implemented macro version of snprintf + re-ordered headers to ensure that winsock is included ahead of windows.h)
by DRC
· 14 years ago
da38956
The default value of local cursor support is false, so we couldn't just
by Pierre Ossman
· 14 years ago
4c8e311
Bah, not enough coffee today. I had already implemented the pointer rate
by Pierre Ossman
· 14 years ago
835b4ef
Add support for cursors to the new viewer.
by Pierre Ossman
· 14 years ago
6455d85
Handle framebuffer resize requests.
by Pierre Ossman
· 14 years ago
689c458
Make sure we can handle clipboard data of any size.
by Pierre Ossman
· 14 years ago
6a9e2e6
Do some proper cleanup and delete the desktop window on close.
by Pierre Ossman
· 14 years ago
d81e8f4
Implement support for clipboard data coming from the server.
by Pierre Ossman
· 14 years ago
f4f3094
Update connection parameters when the user has changed things in the options
by Pierre Ossman
· 14 years ago
2eb1d11
Add connection information dialog based on the one in the unix viewer.
by Pierre Ossman
· 14 years ago
d4c61ce
Implement menu entry for forced refresh of screen.
by Pierre Ossman
· 14 years ago
5156d5e
Initial commit of new FLTK based vncviewer. Most of the code comes from the
by Pierre Ossman
· 15 years ago
d1e4e90
Migrating to new directory structure adopted from the RealVNC's source tree. Windows part should be complete. For the Unix part, more changes will follow.
by Constantin Kaplinsky
· 19 years ago
c971056
Adapt CConn::getUserPasswd, so that it can read from a file again.
by Peter Åstrand
· 19 years ago
318eb4a
Toolbar handling restored.
by Constantin Kaplinsky
· 19 years ago
ac30668
Win32 vncviewer merged with VNC 4.1.1 code. The merge is incomplete - the code compiles but does not always work properly yet.
by Constantin Kaplinsky
· 19 years ago