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.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use standard exception classes
Pierre Ossman
2024-11-06
1
-44
/
+45
*
Use static string for exceptions
Pierre Ossman
2024-11-06
1
-32
/
+43
*
Avoid using excessive namespaces
Pierre Ossman
2024-08-13
1
-1
/
+0
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-5
/
+5
*
Use operator overloading for comparison
Pierre Ossman
2023-02-04
1
-1
/
+1
*
Remove custom CharArray type
Pierre Ossman
2023-02-04
1
-0
/
+2
*
Use stdint types
Pierre Ossman
2023-02-01
1
-25
/
+25
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-2
/
+2
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+4
*
Restrict PixelBuffer dimensions to safe values
Pierre Ossman
2019-11-15
1
-0
/
+22
*
Encapsulate PixelBuffer internal details
Pierre Ossman
2019-11-15
1
-39
/
+64
*
Avoid integer overflows in pixel size calculations
Pierre Ossman
2018-07-25
1
-13
/
+16
*
Remove reallocation log message from ManagedPixelBuffer
Pierre Ossman
2017-02-22
1
-1
/
+0
*
Change cursor API to use RGBA data
Pierre Ossman
2017-02-22
1
-104
/
+0
*
Restore cropping API to maskRect()
Pierre Ossman
2017-01-20
1
-21
/
+25
*
Prevent invalid PixelBuffer accesses
Pierre Ossman
2017-01-18
1
-73
/
+126
*
Fix buffer overflow in ModifiablePixelBuffer::fillRect.
Michal Srb
2017-01-17
1
-4
/
+15
*
Change fillRect() to take a buffer instead of a pixel
Pierre Ossman
2015-06-05
1
-8
/
+8
*
Optimise fillRect()
Pierre Ossman
2015-02-13
1
-6
/
+26
*
Allow PixelBuffers to be const
Pierre Ossman
2014-07-14
1
-2
/
+8
*
Add convenience variant of getImage()
Pierre Ossman
2014-07-14
1
-0
/
+20
*
Add convenience functions to ModifiablePixelBuffer
Pierre Ossman
2014-07-09
1
-0
/
+22
*
Only grab the regions we actually need
Pierre Ossman
2014-07-07
1
-22
/
+33
*
Provide a better R/W base PixelBuffer class
Pierre Ossman
2014-07-07
1
-16
/
+51
*
Get rid of getStride()
Pierre Ossman
2014-07-07
1
-9
/
+8
*
We don't need a fillRect() that is this optimised
Pierre Ossman
2014-07-07
1
-79
/
+19
*
Avoid having virtual methods where not needed
Pierre Ossman
2014-07-07
1
-4
/
+0
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
1
-16
/
+7
*
Be more consistent in referring to pixel byte streams as buffers
Pierre Ossman
2014-07-07
1
-7
/
+7
*
Remove unused (and commented out) PixelBuffer::getPixel()
Pierre Ossman
2014-07-07
1
-13
/
+0
*
Make sure the fill function pointer gets updated if the
Pierre Ossman
2014-01-07
1
-5
/
+17
*
Since fillRect() operates directly on the framebuffer, optimize it and remove...
DRC
2011-11-03
1
-30
/
+66
*
Add extra check for bad copy rects and try to handle it gracefully instead of
Pierre Ossman
2010-12-21
1
-8
/
+31
*
Migrating to new directory structure adopted from the RealVNC's source tree. ...
Constantin Kaplinsky
2006-05-25
1
-0
/
+309