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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unix
/
xserver
/
hw
/
vnc
/
xvnc.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for X.Org 1.13
Adam Tkac
2012-09-05
1
-2
/
+73
*
Add Support for X.Org 1.11.X
Adam Tkac
2012-08-28
1
-0
/
+17
*
The internal API for RRCrtcNotify() changed in Xorg 1.6+, so make sure things
Pierre Ossman
2012-07-17
1
-2
/
+19
*
Add back support for letting the client reconfigure the screen, this time
Pierre Ossman
2012-07-13
1
-23
/
+52
*
Redo the RandR code in Xvnc/libvnc to use the modern 1.2 API. The old
Pierre Ossman
2012-07-12
1
-53
/
+176
*
Bump version number to prepare for post-1.2 development
DRC
2012-02-12
1
-1
/
+1
*
Bump version to 1.1.91 (1.2 beta2)
DRC
2012-01-17
1
-1
/
+1
*
1.1.90 (1.2 beta1)
DRC
2011-12-23
1
-1
/
+1
*
Activate the DPMS extension; avoid Ubuntu 11.10 crashing.
Peter Åstrand
2011-10-31
1
-0
/
+18
*
Fixed the formatting of a few Cendio copyright lines, so that it is
Peter Åstrand
2011-09-28
1
-1
/
+1
*
Use generic copyright message which refers the user to the complete copyright...
DRC
2011-06-28
1
-3
/
+1
*
Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branch
DRC
2011-06-24
1
-1
/
+1
*
[Development] Allow to modify only "desktop", "SendCutText" and "AcceptCutText"
Adam Tkac
2010-12-13
1
-0
/
+6
*
[Bugfix] Fix various compilation warnings.
Adam Tkac
2010-12-08
1
-2
/
+0
*
[Bugfix] Use malloc/free instead of Xalloc/Xfree when built against X.Org 1.1...
Adam Tkac
2010-12-08
1
-0
/
+5
*
[Development] Add support for X.Org 1.10
Adam Tkac
2010-12-08
1
-2
/
+11
*
[Bugfix] Use correct settings for 24 bit color depth (Martin Koegler)
Adam Tkac
2010-11-02
1
-0
/
+1
*
[Bugfix] Set pvfb->pixelFormatDefined only if format is defined.
Adam Tkac
2010-08-27
1
-2
/
+2
*
[Bugfix] Xvnc: define 32bit pixel format correctly when enabled.
Adam Tkac
2010-08-25
1
-5
/
+14
*
[Development] Pass "serverClient" to QueryColors when compiling against X.Org...
Adam Tkac
2010-07-20
1
-0
/
+4
*
[Development] Fetch root window pointer directly from pScreen if possible.
Adam Tkac
2010-07-20
1
-0
/
+4
*
[Development] Add possibility to define viewer/server specific parameters via
Adam Tkac
2010-04-23
1
-0
/
+1
*
[Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc.
Adam Tkac
2010-02-19
1
-0
/
+6
*
[Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is able
Adam Tkac
2010-02-05
1
-1
/
+21
*
Change the default DPI to 96 as that is what most other systems use and we
Pierre Ossman
2009-12-29
1
-2
/
+5
*
[Development] Bump version numbers to 1.0.90.
Adam Tkac
2009-12-21
1
-1
/
+1
*
[Development] Make Xvnc working when compiled against X.Org 1.7 (Thanks to ad...
Adam Tkac
2009-12-21
1
-0
/
+6
*
Move definition of XORG macro to separate header.
Adam Tkac
2009-08-28
1
-0
/
+1
*
Use "XORG <version>" macro instead of "XORG_<version>" to distinguish between...
Adam Tkac
2009-08-28
1
-7
/
+7
*
Bump version to 0.0.91.
Adam Tkac
2009-06-12
1
-1
/
+1
*
Try to keep DPI when we change resolution as we have no idea what the
Pierre Ossman
2009-06-02
1
-2
/
+9
*
Reenable display even on failure.
Pierre Ossman
2009-03-23
1
-0
/
+4
*
RRRegisterRate() can in theory fail. Make sure we catch this.
Pierre Ossman
2009-03-23
1
-2
/
+4
*
Support for RandR on the server.
Pierre Ossman
2009-03-18
1
-1
/
+275
*
Move framebuffer information into its own structure (needed for RandR).
Pierre Ossman
2009-03-18
1
-84
/
+103
*
Remove more crud from the mmap support.
Pierre Ossman
2009-03-18
1
-168
/
+10
*
Remove undocumented and useless option which allowed to put framebuffer to
Adam Tkac
2009-03-18
1
-139
/
+1
*
Do not explicitly enable backing store support, but instead fall back
Peter Åstrand
2009-03-13
1
-6
/
+1
*
Update default white pixel value now that we use 24-bit fb.
Pierre Ossman
2009-03-09
1
-1
/
+1
*
Use a 24-bit framebuffer by default. This is what's commonly used today and
Pierre Ossman
2009-03-06
1
-1
/
+1
*
Change version strings to "0.0.90".
Adam Tkac
2009-03-03
1
-1
/
+1
*
Rebrand the source as TigerVNC. It is my hope that this patch is
Peter Åstrand
2009-02-27
1
-2
/
+2
*
Update to r3618; yet another update of my copyright
Peter Åstrand
2009-02-25
1
-1
/
+1
*
[Development] Make Xvnc compilable against X.org 1.6 branch
Adam Tkac
2009-01-07
1
-4
/
+39
*
[Bugfix] Check return value from fbPictureInit
Adam Tkac
2008-10-17
1
-1
/
+1
*
[Bugfix] Fixed screen initialization - use correct depths and richer set of v...
Adam Tkac
2008-10-13
1
-3
/
+34
*
- removed DPMS stuff from xvnc.cc (included in xserver/Xext/dpmsstubs.c)
Adam Tkac
2008-04-17
1
-19
/
+0
*
- include dix-config.h before any xorg header
Adam Tkac
2008-04-17
1
-0
/
+4
*
Add DDXRingBell to xvnc.cc because it has to be implement by DDX.
Adam Tkac
2008-03-26
1
-1
/
+7
*
Initialize input devices in XserverDesktop constructor and update
Adam Tkac
2008-03-26
1
-7
/
+1
[next]