Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
refs/heads/android-16
/
common
/
rfb
/
SMsgWriter.h
0ff2655
Support extended clipboard transfers
by Pierre Ossman
· 10 years ago
66f1db5
Clean up internal clipboard handling
by Pierre Ossman
· 6 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
0d3ce87
Rename ConnParams to ClientParams
by Pierre Ossman
· 7 years ago
9e7b453
Merge branch 'fix-warnings'
by Pierre Ossman
· 8 years ago
bdbad2a
Remove unused needsLastRect state variable
by Pierre Ossman
· 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
1f5d4b1
rfb: Fix struct-vs-class warnings
by Steve Kondik
· 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
20dd2a9
Move encoder statistics into EncodeManager from SMsgWriter
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
c898d9a
Basic infrastructure for continuous updates.
by Pierre Ossman
· 14 years ago
c754cce
Basic infrastructure to support fences.
by Pierre Ossman
· 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
04e62db
Implement server side support for SetDesktopSize.
by Pierre Ossman
· 16 years ago
c5e2560
Minimal server side implementation of the extended desktop size protocol.
by Pierre Ossman
· 16 years ago
02e43d7
Remove the "video" feature and its associated custom JPEG handling.
by Pierre Ossman
· 17 years ago
c39e078
Implemented support for DesktopName pseudo encoding, which allows
by Peter Åstrand
· 17 years ago
651606d
Using JpegEncoder for video only with proper pixel formats.
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
fe0db84
A typo fixed in a comment.
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