summaryrefslogtreecommitdiffstats
path: root/common/rfb/Cursor.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Change fillRect() to take a buffer instead of a pixelPierre Ossman2015-06-051-1/+3
| | | | | | | | There has been some confusion if fillRect() should accept a buffer or a pixel. This can cause misrendering if your data is not in the native endian order. A buffer makes more sense here though, and is what most of the callers are already assuming, so change the API to follow that.
* Allow PixelBuffers to be constPierre Ossman2014-07-141-2/+2
|
* Add helper class for a rendered cursorPierre Ossman2014-07-141-0/+52
| | | | | | Add a magical cursor framebuffer class for handling when you want to render the cursor on the server side. Keeps the cursor specific magic in one contained place.
* Use proper methods for pixel conversion in the cursor code as it previouslyPierre Ossman2010-09-301-6/+3
| | | | | | | wasn't handling all cases correctly. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4153 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+179
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@589 3789f03b-4d11-0410-bbf8-ca57d06f2519