Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
refs/heads/android-16
/
common
/
rfb
/
SMsgWriter.cxx
0ff2655
Support extended clipboard transfers
by Pierre Ossman
· 10 years ago
66f1db5
Clean up internal clipboard handling
by Pierre Ossman
· 6 years ago
546b2ad
Make sure clipboard uses \n line endings
by Pierre Ossman
· 6 years ago
62b0786
Add support for VMware LED status
by Pierre Ossman
· 7 years ago
4a6266f
Add support for VMware cursors
by Pierre Ossman
· 7 years ago
7b8bc43
Require all SMsgWriter caller to check capabilities
by Pierre Ossman
· 7 years ago
2daba9b
Abstract sending cursor and resizing the desktop
by Pierre Ossman
· 7 years ago
dfc28f1
Always send current screen layout to client
by Pierre Ossman
· 7 years ago
9672835
Make arguments explicit in all message writer methods
by Pierre Ossman
· 7 years ago
b114f5c
Remove indirect capability attributes
by Pierre Ossman
· 7 years ago
0d3ce87
Rename ConnParams to ClientParams
by Pierre Ossman
· 7 years ago
9312b0e
Encapsulate screen layout storage in ConnParams
by Pierre Ossman
· 7 years ago
f81148c
Avoid integer overflows in pixel size calculations
by Pierre Ossman
· 7 years ago
33d7832
Fix "int-in-bool-context" compile errors
by Brian P. Hinz
· 8 years ago
5ae2821
Basic support for QEMU Extended Key Events
by Pierre Ossman
· 8 years ago
b45a84f
Send lock LED state from server to client
by Pierre Ossman
· 9 years ago
f3afa24
Prevent double free by crafted fences.
by Michal Srb
· 8 years ago
8053c8e
Server support for cursor with alpha
by Pierre Ossman
· 9 years ago
6a1a0d0
Change cursor API to use RGBA data
by Pierre Ossman
· 9 years ago
3529468
Flush socket after ever rect
by Pierre Ossman
· 9 years ago
eb95532
Remove unused variables
by Pierre Ossman
· 11 years ago
20dd2a9
Move encoder statistics into EncodeManager from SMsgWriter
by Pierre Ossman
· 11 years ago
3b07fc1
Remove unused assert.h include
by Pierre Ossman
· 11 years ago
c039726
Move image encoding logic into a central EncodeManager class
by Pierre Ossman
· 11 years ago
126e564
Store the mouse cursor in the ConnParams object
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
717c07b
Remove partial update functionality
by Pierre Ossman
· 12 years ago
c0b1aa0
Move serialisation of pseudorects into separate functions
by Pierre Ossman
· 12 years ago
7638e9c
Merge the "V3" message classes into the normal ones
by Pierre Ossman
· 12 years ago
e806598
Remove unsused, commented out code
by Pierre Ossman
· 12 years ago
b4a8323
Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so that, when a TurboVNC viewer is connected, the TigerVNC Server will behave exactly like the TurboVNC Server.
by DRC
· 14 years ago
887c5fd
Make rawBytesEquivalent an unsigned 64-bit integer. Otherwise, it will overflow in less than a minute if using a full-screen video or 3D application.
by DRC
· 14 years ago
ffe09d6
Further optimizations to the Tight encoder to eliminate getImage() overhead. The encoder now directly accesses the framebuffer for solid rectangle computation, JPEG encoding, and color counting (if pixel translation is not required.) Also moved everything in tightEncode.h into the TightEncoder class to eliminate all of the static mess (this will be important later on if we decide to multi-thread the encoder.)
by DRC
· 14 years ago
98fe98c
Eliminate GCC signed/unsigned warnings related to encodings: The
by Peter Åstrand
· 16 years ago
e9962f7
Send desktop layout changes separately
by Pierre Ossman
· 16 years ago
02e43d7
Remove the "video" feature and its associated custom JPEG handling.
by Pierre Ossman
· 17 years ago
000324e
Do not use JPEG if not requested by the client.
by Constantin Kaplinsky
· 18 years ago
651606d
Using JpegEncoder for video only with proper pixel formats.
by Constantin Kaplinsky
· 18 years ago
560ded4
Passing image quality level to JpegEncoder.
by Constantin Kaplinsky
· 18 years ago
46ba45a
In SMsgWriter, added the ability to send a video rectangle via JpegEncoder.
by Constantin Kaplinsky
· 18 years ago
fe6b569
Unused function commented out.
by Constantin Kaplinsky
· 18 years ago
a2adc8d
Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow.
by Constantin Kaplinsky
· 19 years ago