aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/PixelBuffer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use standard exception classesPierre Ossman2024-11-061-44/+45
* Use static string for exceptionsPierre Ossman2024-11-061-32/+43
* Avoid using excessive namespacesPierre Ossman2024-08-131-1/+0
* Use nullptr in all C++ codePierre Ossman2024-06-241-5/+5
* Use operator overloading for comparisonPierre Ossman2023-02-041-1/+1
* Remove custom CharArray typePierre Ossman2023-02-041-0/+2
* Use stdint typesPierre Ossman2023-02-011-25/+25
* Explicitly mark unused parametersPierre Ossman2023-01-041-2/+2
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Restrict PixelBuffer dimensions to safe valuesPierre Ossman2019-11-151-0/+22
* Encapsulate PixelBuffer internal detailsPierre Ossman2019-11-151-39/+64
* Avoid integer overflows in pixel size calculationsPierre Ossman2018-07-251-13/+16
* Remove reallocation log message from ManagedPixelBufferPierre Ossman2017-02-221-1/+0
* Change cursor API to use RGBA dataPierre Ossman2017-02-221-104/+0
* Restore cropping API to maskRect()Pierre Ossman2017-01-201-21/+25
* Prevent invalid PixelBuffer accessesPierre Ossman2017-01-181-73/+126
* Fix buffer overflow in ModifiablePixelBuffer::fillRect.Michal Srb2017-01-171-4/+15
* Change fillRect() to take a buffer instead of a pixelPierre Ossman2015-06-051-8/+8
* Optimise fillRect()Pierre Ossman2015-02-131-6/+26
* Allow PixelBuffers to be constPierre Ossman2014-07-141-2/+8
* Add convenience variant of getImage()Pierre Ossman2014-07-141-0/+20
* Add convenience functions to ModifiablePixelBufferPierre Ossman2014-07-091-0/+22
* Only grab the regions we actually needPierre Ossman2014-07-071-22/+33
* Provide a better R/W base PixelBuffer classPierre Ossman2014-07-071-16/+51
* Get rid of getStride()Pierre Ossman2014-07-071-9/+8
* We don't need a fillRect() that is this optimisedPierre Ossman2014-07-071-79/+19
* Avoid having virtual methods where not neededPierre Ossman2014-07-071-4/+0
* Remove full support for colour mapsPierre Ossman2014-07-071-16/+7
* Be more consistent in referring to pixel byte streams as buffersPierre Ossman2014-07-071-7/+7
* Remove unused (and commented out) PixelBuffer::getPixel()Pierre Ossman2014-07-071-13/+0
* Make sure the fill function pointer gets updated if thePierre Ossman2014-01-071-5/+17
* Since fillRect() operates directly on the framebuffer, optimize it and remove...DRC2011-11-031-30/+66
* Add extra check for bad copy rects and try to handle it gracefully instead ofPierre Ossman2010-12-211-8/+31
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+309