]> source.dussan.org Git - tigervnc.git/commit
Remove full support for colour maps
authorPierre Ossman <ossman@cendio.se>
Mon, 20 Jan 2014 14:05:21 +0000 (15:05 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 7 Jul 2014 12:50:11 +0000 (14:50 +0200)
commitb6b4dc6487690e891ec2487c6cf765d36821fe3a
tree77d2e0f49461c7ff8fc78872c9763fe9b6f67adb
parentbcc295e5a60954ff39b011d6a2cbdf052a0efafc
Remove full support for colour maps

Gets rid of a loooot of code and complexity.

Colour map clients are still supported through an
automatically generated map, but we lose the ability to
develop a client or server that uses colour maps
internally.
48 files changed:
common/rfb/ColourCube.h [deleted file]
common/rfb/ColourMap.h [deleted file]
common/rfb/PixelBuffer.cxx
common/rfb/PixelBuffer.h
common/rfb/PixelFormat.cxx
common/rfb/PixelFormat.h
common/rfb/PixelFormat.inl
common/rfb/PixelTransformer.cxx
common/rfb/PixelTransformer.h
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/SMsgWriter.cxx
common/rfb/SMsgWriter.h
common/rfb/TightEncoder.cxx
common/rfb/TransImageGetter.cxx
common/rfb/TransImageGetter.h
common/rfb/TrueColourMap.h [deleted file]
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCSConnectionST.h
common/rfb/VNCServer.h
common/rfb/VNCServerST.cxx
common/rfb/VNCServerST.h
common/rfb/tightDecode.h
common/rfb/tightEncode.h
common/rfb/transInitTempl.h
common/rfb/transTempl.h
tests/pixelconv.cxx
unix/x0vncserver/XPixelBuffer.cxx
unix/x0vncserver/XPixelBuffer.h
unix/x0vncserver/x0vncserver.cxx
unix/xserver/hw/vnc/XserverDesktop.cc
unix/xserver/hw/vnc/XserverDesktop.h
unix/xserver/hw/vnc/vncExtInit.cc
unix/xserver/hw/vnc/vncHooks.cc
vncviewer/CConn.cxx
vncviewer/DesktopWindow.cxx
vncviewer/DesktopWindow.h
vncviewer/Viewport.cxx
vncviewer/Viewport.h
vncviewer/Win32PixelBuffer.cxx
vncviewer/X11PixelBuffer.cxx
win/rfb_win32/DIBSectionBuffer.cxx
win/rfb_win32/DIBSectionBuffer.h
win/rfb_win32/DeviceFrameBuffer.cxx
win/rfb_win32/DeviceFrameBuffer.h
win/rfb_win32/SDisplay.cxx
win/rfb_win32/WMNotifier.cxx
win/rfb_win32/WMNotifier.h