aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/PixelBuffer.h
Commit message (Expand)AuthorAgeFilesLines
* Use stdint typesPierre Ossman2023-02-011-8/+8
* Explicitly mark unused parametersPierre Ossman2023-01-041-1/+1
* Encapsulate PixelBuffer internal detailsPierre Ossman2019-11-151-5/+12
* rfb: Avoid unused argument warnings in headersSteve Kondik2017-09-151-1/+2
* Change cursor API to use RGBA dataPierre Ossman2017-02-221-14/+0
* Restore cropping API to maskRect()Pierre Ossman2017-01-201-2/+6
* Change fillRect() to take a buffer instead of a pixelPierre Ossman2015-06-051-2/+2
* Allow PixelBuffers to be constPierre Ossman2014-07-141-8/+4
* Add convenience variant of getImage()Pierre Ossman2014-07-141-0/+5
* Add convenience functions to ModifiablePixelBufferPierre Ossman2014-07-091-0/+7
* Provide a better R/W base PixelBuffer classPierre Ossman2014-07-071-10/+36
* Get rid of getStride()Pierre Ossman2014-07-071-5/+3
* Get rid of the direct access abuse of FullFramePixelBuffer's dataPierre Ossman2014-07-071-3/+2
* We don't need a fillRect() that is this optimisedPierre Ossman2014-07-071-4/+0
* Avoid having virtual methods where not neededPierre Ossman2014-07-071-13/+10
* getImage() doesn't need to be overloadable, keep it simplePierre Ossman2014-07-071-4/+4
* Remove full support for colour mapsPierre Ossman2014-07-071-9/+2
* Be more consistent in referring to pixel byte streams as buffersPierre Ossman2014-07-071-5/+5
* Remove unused (and commented out) PixelBuffer::getPixel()Pierre Ossman2014-07-071-4/+0
* Make sure the fill function pointer gets updated if thePierre Ossman2014-01-071-0/+7
* Since fillRect() operates directly on the framebuffer, optimize it and remove...DRC2011-11-031-0/+1
* Further optimizations to the Tight encoder to eliminate getImage() overhead. ...DRC2011-08-171-1/+2
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+172