index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
rfb
/
PixelBuffer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use stdint types
Pierre Ossman
2023-02-01
1
-8
/
+8
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-1
/
+1
*
Encapsulate PixelBuffer internal details
Pierre Ossman
2019-11-15
1
-5
/
+12
*
rfb: Avoid unused argument warnings in headers
Steve Kondik
2017-09-15
1
-1
/
+2
*
Change cursor API to use RGBA data
Pierre Ossman
2017-02-22
1
-14
/
+0
*
Restore cropping API to maskRect()
Pierre Ossman
2017-01-20
1
-2
/
+6
*
Change fillRect() to take a buffer instead of a pixel
Pierre Ossman
2015-06-05
1
-2
/
+2
*
Allow PixelBuffers to be const
Pierre Ossman
2014-07-14
1
-8
/
+4
*
Add convenience variant of getImage()
Pierre Ossman
2014-07-14
1
-0
/
+5
*
Add convenience functions to ModifiablePixelBuffer
Pierre Ossman
2014-07-09
1
-0
/
+7
*
Provide a better R/W base PixelBuffer class
Pierre Ossman
2014-07-07
1
-10
/
+36
*
Get rid of getStride()
Pierre Ossman
2014-07-07
1
-5
/
+3
*
Get rid of the direct access abuse of FullFramePixelBuffer's data
Pierre Ossman
2014-07-07
1
-3
/
+2
*
We don't need a fillRect() that is this optimised
Pierre Ossman
2014-07-07
1
-4
/
+0
*
Avoid having virtual methods where not needed
Pierre Ossman
2014-07-07
1
-13
/
+10
*
getImage() doesn't need to be overloadable, keep it simple
Pierre Ossman
2014-07-07
1
-4
/
+4
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
1
-9
/
+2
*
Be more consistent in referring to pixel byte streams as buffers
Pierre Ossman
2014-07-07
1
-5
/
+5
*
Remove unused (and commented out) PixelBuffer::getPixel()
Pierre Ossman
2014-07-07
1
-4
/
+0
*
Make sure the fill function pointer gets updated if the
Pierre Ossman
2014-01-07
1
-0
/
+7
*
Since fillRect() operates directly on the framebuffer, optimize it and remove...
DRC
2011-11-03
1
-0
/
+1
*
Further optimizations to the Tight encoder to eliminate getImage() overhead. ...
DRC
2011-08-17
1
-1
/
+2
*
Migrating to new directory structure adopted from the RealVNC's source tree. ...
Constantin Kaplinsky
2006-05-25
1
-0
/
+172