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
/
vncviewer
/
PlatformPixelBuffer.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use standard exception classes
Pierre Ossman
2024-11-06
1
-3
/
+4
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-15
/
+15
*
Use stdint types
Pierre Ossman
2023-02-01
1
-2
/
+2
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-1
/
+2
*
Add missing FLTK include statements
Albrecht Schlosser
2022-07-07
1
-0
/
+1
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+4
*
Provide correct dimensions for XShm setup
Pierre Ossman
2019-12-30
1
-3
/
+3
*
Encapsulate PixelBuffer internal details
Pierre Ossman
2019-11-15
1
-5
/
+4
*
Don't use un-initialized stride to base constructor
Pierre Ossman
2019-03-25
1
-1
/
+1
*
Save a few X11 server roundtrips by ignoring empty damage regions.
Christian Authmann
2018-11-11
1
-0
/
+3
*
Prevent rendering uninitialized Pixmap contents on X11
Christian Authmann
2018-11-11
1
-0
/
+3
*
Fix rendering on big endian system
Pierre Ossman
2018-10-25
1
-7
/
+2
*
Do not perform endianness check on Windows and Apple
Jan Grulich
2018-08-08
1
-1
/
+6
*
Check endianness when constructing PlatformPixelBuffer()
Jan Grulich
2018-08-08
1
-2
/
+2
*
Be more restrictive with shared memory mode bits
Pierre Ossman
2017-03-29
1
-1
/
+1
*
Avoid leaking shared memory via X server
Pierre Ossman
2017-03-29
1
-0
/
+1
*
Abstract platform rendering to "surfaces"
Pierre Ossman
2017-02-10
1
-5
/
+161
*
Do explict sync after XShmPutImage()
Pierre Ossman
2017-01-11
1
-5
/
+0
*
Throttle overlapping screen updates
Pierre Ossman
2015-11-27
1
-0
/
+5
*
Protect PlatformPixelBuffer from simultaneous access
Pierre Ossman
2015-11-27
1
-0
/
+4
*
Use PixelBuffer objects as the interface for encoders and decoders
Pierre Ossman
2014-07-14
1
-0
/
+16
*
Get rid of getStride()
Pierre Ossman
2014-07-07
1
-2
/
+2
*
Create a proper interface base class for the viewport's framebuffer
Pierre Ossman
2014-07-07
1
-0
/
+26