summaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver/XPixelBuffer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Get rid of getStride()Pierre Ossman2014-07-071-3/+2
* Remove full support for colour mapsPierre Ossman2014-07-071-2/+1
* Fix some offenders that poke around in the PixelFormat internalsPierre Ossman2014-07-071-10/+11
* Refactoring: now PollingManager is owned by XPixelBuffer. No other classesConstantin Kaplinsky2008-06-041-0/+6
* Code refactoring: passing geometry to XPixelBuffer as a Rect instead of fourConstantin Kaplinsky2008-06-041-11/+7
* Code refactoring: maintaining the Image object representing the framebufferConstantin Kaplinsky2008-06-041-16/+24
* Code refactoring: setting pixel format in XPixelBuffer instead of XDesktop.Constantin Kaplinsky2008-06-031-4/+21
* Grabbing the screen moved from PollingManager to XPixelBuffer.Constantin Kaplinsky2008-06-021-1/+10
* Code refactoring - PollingManager's constructor is given an XPixelBuffer*Constantin Kaplinsky2008-05-301-1/+1
* Prepared the XPixelBuffer class for grabbing the screen in its grabRegion() m...Constantin Kaplinsky2007-12-271-1/+23
* Overriding the grabRegion function in XPixelBuffer. It will perform screen gr...Constantin Kaplinsky2007-12-261-0/+28