aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/xvnc.cc
Commit message (Expand)AuthorAgeFilesLines
* [Development] Allow to modify only "desktop", "SendCutText" and "AcceptCutText"Adam Tkac2010-12-131-0/+6
* [Bugfix] Fix various compilation warnings.Adam Tkac2010-12-081-2/+0
* [Bugfix] Use malloc/free instead of Xalloc/Xfree when built against X.Org 1.1...Adam Tkac2010-12-081-0/+5
* [Development] Add support for X.Org 1.10Adam Tkac2010-12-081-2/+11
* [Bugfix] Use correct settings for 24 bit color depth (Martin Koegler)Adam Tkac2010-11-021-0/+1
* [Bugfix] Set pvfb->pixelFormatDefined only if format is defined.Adam Tkac2010-08-271-2/+2
* [Bugfix] Xvnc: define 32bit pixel format correctly when enabled.Adam Tkac2010-08-251-5/+14
* [Development] Pass "serverClient" to QueryColors when compiling against X.Org...Adam Tkac2010-07-201-0/+4
* [Development] Fetch root window pointer directly from pScreen if possible.Adam Tkac2010-07-201-0/+4
* [Development] Add possibility to define viewer/server specific parameters viaAdam Tkac2010-04-231-0/+1
* [Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc.Adam Tkac2010-02-191-0/+6
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-051-1/+21
* Change the default DPI to 96 as that is what most other systems use and wePierre Ossman2009-12-291-2/+5
* [Development] Bump version numbers to 1.0.90.Adam Tkac2009-12-211-1/+1
* [Development] Make Xvnc working when compiled against X.Org 1.7 (Thanks to ad...Adam Tkac2009-12-211-0/+6
* Move definition of XORG macro to separate header.Adam Tkac2009-08-281-0/+1
* Use "XORG <version>" macro instead of "XORG_<version>" to distinguish between...Adam Tkac2009-08-281-7/+7
* Bump version to 0.0.91.Adam Tkac2009-06-121-1/+1
* Try to keep DPI when we change resolution as we have no idea what the Pierre Ossman2009-06-021-2/+9
* Reenable display even on failure.Pierre Ossman2009-03-231-0/+4
* RRRegisterRate() can in theory fail. Make sure we catch this.Pierre Ossman2009-03-231-2/+4
* Support for RandR on the server.Pierre Ossman2009-03-181-1/+275
* Move framebuffer information into its own structure (needed for RandR).Pierre Ossman2009-03-181-84/+103
* Remove more crud from the mmap support.Pierre Ossman2009-03-181-168/+10
* Remove undocumented and useless option which allowed to put framebuffer toAdam Tkac2009-03-181-139/+1
* Do not explicitly enable backing store support, but instead fall backPeter Åstrand2009-03-131-6/+1
* Update default white pixel value now that we use 24-bit fb.Pierre Ossman2009-03-091-1/+1
* Use a 24-bit framebuffer by default. This is what's commonly used today andPierre Ossman2009-03-061-1/+1
* Change version strings to "0.0.90".Adam Tkac2009-03-031-1/+1
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-271-2/+2
* Update to r3618; yet another update of my copyrightPeter Åstrand2009-02-251-1/+1
* [Development] Make Xvnc compilable against X.org 1.6 branchAdam Tkac2009-01-071-4/+39
* [Bugfix] Check return value from fbPictureInitAdam Tkac2008-10-171-1/+1
* [Bugfix] Fixed screen initialization - use correct depths and richer set of v...Adam Tkac2008-10-131-3/+34
* - removed DPMS stuff from xvnc.cc (included in xserver/Xext/dpmsstubs.c)Adam Tkac2008-04-171-19/+0
* - include dix-config.h before any xorg headerAdam Tkac2008-04-171-0/+4
* Add DDXRingBell to xvnc.cc because it has to be implement by DDX.Adam Tkac2008-03-261-1/+7
* Initialize input devices in XserverDesktop constructor and updateAdam Tkac2008-03-261-7/+1
* Moved keyboard and mouse input procedures to XserverDesktop.cc becauseAdam Tkac2008-03-261-207/+0
* Fixed minor compilation problems in xvnc.cc.Adam Tkac2008-03-221-11/+7
* Fixed libX11 #include directivesAdam Tkac2008-03-211-3/+3
* - moved Xvnc sources to unix/xserver/hw/vnc directory to affect current X treeAdam Tkac2008-03-211-0/+1472