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. 546b2ad Make sure clipboard uses \n line endings by Pierre Ossman · 6 years ago
  4. 62b0786 Add support for VMware LED status by Pierre Ossman · 7 years ago
  5. 4a6266f Add support for VMware cursors by Pierre Ossman · 7 years ago
  6. 7b8bc43 Require all SMsgWriter caller to check capabilities by Pierre Ossman · 7 years ago
  7. 2daba9b Abstract sending cursor and resizing the desktop by Pierre Ossman · 7 years ago
  8. dfc28f1 Always send current screen layout to client by Pierre Ossman · 7 years ago
  9. 9672835 Make arguments explicit in all message writer methods by Pierre Ossman · 7 years ago
  10. b114f5c Remove indirect capability attributes by Pierre Ossman · 7 years ago
  11. 0d3ce87 Rename ConnParams to ClientParams by Pierre Ossman · 7 years ago
  12. 9312b0e Encapsulate screen layout storage in ConnParams by Pierre Ossman · 7 years ago
  13. f81148c Avoid integer overflows in pixel size calculations by Pierre Ossman · 7 years ago
  14. 33d7832 Fix "int-in-bool-context" compile errors by Brian P. Hinz · 8 years ago
  15. 5ae2821 Basic support for QEMU Extended Key Events by Pierre Ossman · 8 years ago
  16. b45a84f Send lock LED state from server to client by Pierre Ossman · 9 years ago
  17. f3afa24 Prevent double free by crafted fences. by Michal Srb · 8 years ago
  18. 8053c8e Server support for cursor with alpha by Pierre Ossman · 9 years ago
  19. 6a1a0d0 Change cursor API to use RGBA data by Pierre Ossman · 9 years ago
  20. 3529468 Flush socket after ever rect by Pierre Ossman · 9 years ago
  21. eb95532 Remove unused variables by Pierre Ossman · 11 years ago
  22. 20dd2a9 Move encoder statistics into EncodeManager from SMsgWriter by Pierre Ossman · 11 years ago
  23. 3b07fc1 Remove unused assert.h include by Pierre Ossman · 11 years ago
  24. c039726 Move image encoding logic into a central EncodeManager class by Pierre Ossman · 11 years ago
  25. 126e564 Store the mouse cursor in the ConnParams object by Pierre Ossman · 12 years ago
  26. 668468b Encoders/decoders should track the connection object by Pierre Ossman · 12 years ago
  27. fdba3fe Push encoder and decoder handling down into the connection objects by Pierre Ossman · 12 years ago
  28. b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
  29. 717c07b Remove partial update functionality by Pierre Ossman · 12 years ago
  30. c0b1aa0 Move serialisation of pseudorects into separate functions by Pierre Ossman · 12 years ago
  31. 7638e9c Merge the "V3" message classes into the normal ones by Pierre Ossman · 12 years ago
  32. e806598 Remove unsused, commented out code by Pierre Ossman · 12 years ago
  33. 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
  34. 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
  35. 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
  36. 98fe98c Eliminate GCC signed/unsigned warnings related to encodings: The by Peter Åstrand · 16 years ago
  37. e9962f7 Send desktop layout changes separately by Pierre Ossman · 16 years ago
  38. 02e43d7 Remove the "video" feature and its associated custom JPEG handling. by Pierre Ossman · 17 years ago
  39. 000324e Do not use JPEG if not requested by the client. by Constantin Kaplinsky · 18 years ago
  40. 651606d Using JpegEncoder for video only with proper pixel formats. by Constantin Kaplinsky · 18 years ago
  41. 560ded4 Passing image quality level to JpegEncoder. by Constantin Kaplinsky · 18 years ago
  42. 46ba45a In SMsgWriter, added the ability to send a video rectangle via JpegEncoder. by Constantin Kaplinsky · 18 years ago
  43. fe6b569 Unused function commented out. by Constantin Kaplinsky · 18 years ago
  44. a2adc8d Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. by Constantin Kaplinsky · 19 years ago