1. 0c81bbb rfb: Avoid unused argument warnings in headers by Steve Kondik · 8 years ago
  2. 6a1a0d0 Change cursor API to use RGBA data by Pierre Ossman · 9 years ago
  3. 9987183 Restore cropping API to maskRect() by Pierre Ossman · 9 years ago
  4. 56f99d6 Change fillRect() to take a buffer instead of a pixel by Pierre Ossman · 10 years ago
  5. d4f718d Allow PixelBuffers to be const by Pierre Ossman · 12 years ago
  6. 9cbdec6 Add convenience variant of getImage() by Pierre Ossman · 12 years ago
  7. 9da47f8 Add convenience functions to ModifiablePixelBuffer by Pierre Ossman · 12 years ago
  8. a32040d Provide a better R/W base PixelBuffer class by Pierre Ossman · 12 years ago
  9. 2e5a106 Get rid of getStride() by Pierre Ossman · 12 years ago
  10. ff9eb5a Get rid of the direct access abuse of FullFramePixelBuffer's data by Pierre Ossman · 12 years ago
  11. 5c1a153 We don't need a fillRect() that is this optimised by Pierre Ossman · 12 years ago
  12. 1b350ed Avoid having virtual methods where not needed by Pierre Ossman · 12 years ago
  13. 8b56a87 getImage() doesn't need to be overloadable, keep it simple by Pierre Ossman · 12 years ago
  14. b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
  15. 945cdda Be more consistent in referring to pixel byte streams as buffers by Pierre Ossman · 12 years ago
  16. 0f671d5 Remove unused (and commented out) PixelBuffer::getPixel() by Pierre Ossman · 12 years ago
  17. 1ed4d50 Make sure the fill function pointer gets updated if the by Pierre Ossman · 12 years ago
  18. 4f24c1a Since fillRect() operates directly on the framebuffer, optimize it and remove the separate version in TightDecoder. by DRC · 14 years ago
  19. 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
  20. a2adc8d Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. by Constantin Kaplinsky · 19 years ago