summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/xvnc.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for X.Org 1.13Adam Tkac2012-09-051-2/+73
* Add Support for X.Org 1.11.XAdam Tkac2012-08-281-0/+17
* The internal API for RRCrtcNotify() changed in Xorg 1.6+, so make sure thingsPierre Ossman2012-07-171-2/+19
* Add back support for letting the client reconfigure the screen, this timePierre Ossman2012-07-131-23/+52
* Redo the RandR code in Xvnc/libvnc to use the modern 1.2 API. The oldPierre Ossman2012-07-121-53/+176
* Bump version number to prepare for post-1.2 developmentDRC2012-02-121-1/+1
* Bump version to 1.1.91 (1.2 beta2)DRC2012-01-171-1/+1
* 1.1.90 (1.2 beta1)DRC2011-12-231-1/+1
* Activate the DPMS extension; avoid Ubuntu 11.10 crashing. Peter Åstrand2011-10-311-0/+18
* Fixed the formatting of a few Cendio copyright lines, so that it isPeter Åstrand2011-09-281-1/+1
* Use generic copyright message which refers the user to the complete copyright...DRC2011-06-281-3/+1
* Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branchDRC2011-06-241-1/+1
* [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