1. 0ff2655 Support extended clipboard transfers by Pierre Ossman · 10 years ago
  2. 66f1db5 Clean up internal clipboard handling by Pierre Ossman · 6 years ago
  3. 4a6266f Add support for VMware cursors by Pierre Ossman · 7 years ago
  4. 7b8bc43 Require all SMsgWriter caller to check capabilities by Pierre Ossman · 7 years ago
  5. 2daba9b Abstract sending cursor and resizing the desktop by Pierre Ossman · 7 years ago
  6. dfc28f1 Always send current screen layout to client by Pierre Ossman · 7 years ago
  7. 9672835 Make arguments explicit in all message writer methods by Pierre Ossman · 7 years ago
  8. 0d3ce87 Rename ConnParams to ClientParams by Pierre Ossman · 7 years ago
  9. 9e7b453 Merge branch 'fix-warnings' by Pierre Ossman · 8 years ago
  10. bdbad2a Remove unused needsLastRect state variable by Pierre Ossman · 8 years ago
  11. 5ae2821 Basic support for QEMU Extended Key Events by Pierre Ossman · 8 years ago
  12. b45a84f Send lock LED state from server to client by Pierre Ossman · 9 years ago
  13. 1f5d4b1 rfb: Fix struct-vs-class warnings by Steve Kondik · 8 years ago
  14. 8053c8e Server support for cursor with alpha by Pierre Ossman · 9 years ago
  15. 6a1a0d0 Change cursor API to use RGBA data by Pierre Ossman · 9 years ago
  16. 20dd2a9 Move encoder statistics into EncodeManager from SMsgWriter by Pierre Ossman · 11 years ago
  17. c039726 Move image encoding logic into a central EncodeManager class by Pierre Ossman · 11 years ago
  18. 126e564 Store the mouse cursor in the ConnParams object by Pierre Ossman · 12 years ago
  19. 668468b Encoders/decoders should track the connection object by Pierre Ossman · 12 years ago
  20. fdba3fe Push encoder and decoder handling down into the connection objects by Pierre Ossman · 12 years ago
  21. b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
  22. 717c07b Remove partial update functionality by Pierre Ossman · 12 years ago
  23. c0b1aa0 Move serialisation of pseudorects into separate functions by Pierre Ossman · 12 years ago
  24. 7638e9c Merge the "V3" message classes into the normal ones by Pierre Ossman · 12 years ago
  25. e806598 Remove unsused, commented out code by Pierre Ossman · 12 years ago
  26. c898d9a Basic infrastructure for continuous updates. by Pierre Ossman · 14 years ago
  27. c754cce Basic infrastructure to support fences. by Pierre Ossman · 14 years ago
  28. 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
  29. 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
  30. 98fe98c Eliminate GCC signed/unsigned warnings related to encodings: The by Peter Åstrand · 16 years ago
  31. e9962f7 Send desktop layout changes separately by Pierre Ossman · 16 years ago
  32. 04e62db Implement server side support for SetDesktopSize. by Pierre Ossman · 16 years ago
  33. c5e2560 Minimal server side implementation of the extended desktop size protocol. by Pierre Ossman · 16 years ago
  34. 02e43d7 Remove the "video" feature and its associated custom JPEG handling. by Pierre Ossman · 17 years ago
  35. c39e078 Implemented support for DesktopName pseudo encoding, which allows by Peter Åstrand · 17 years ago
  36. 651606d Using JpegEncoder for video only with proper pixel formats. by Constantin Kaplinsky · 18 years ago
  37. 46ba45a In SMsgWriter, added the ability to send a video rectangle via JpegEncoder. by Constantin Kaplinsky · 18 years ago
  38. fe0db84 A typo fixed in a comment. by Constantin Kaplinsky · 18 years ago
  39. fe6b569 Unused function commented out. by Constantin Kaplinsky · 18 years ago
  40. a2adc8d Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. by Constantin Kaplinsky · 19 years ago