aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver/Image.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Check for TrueColor support in x0vncserverPierre Ossman2018-02-271-4/+11
| | | | | Colour map support was removed in b6b4dc6, but x0vncserver didn't properly check if the X server required it.
* Use XShmGetImage for large readsPeter Åstrand (astrand)2018-01-151-2/+7
| | | | | XShmGetImage is much faster. On my machine, this reduces the CPU usage of a fullscreen Youtube video playback from 40% to 25%.
* Removed IRIX/Solaris overlay supportPeter Åstrand (astrand)2017-11-081-193/+2
| | | | Legacy systems.
* Build with support for MIT-SHMPeter Åstrand (astrand)2017-11-071-8/+1
| | | | No need for ifdefs; we can assume MITSHM. Already done in vncviewer.
* Added some missing #includes whose prevent build source with gcc 4.3Adam Tkac2008-03-191-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2431 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Extended Image::get() methods with a version that can write pixel data at a ↵Constantin Kaplinsky2007-09-031-8/+13
| | | | | | given offset in the destination image. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2333 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+549
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@590 3789f03b-4d11-0410-bbf8-ca57d06f2519