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.15-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
about
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
*
[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
*
Moved keyboard and mouse input procedures to XserverDesktop.cc because
Adam Tkac
2008-03-26
1
-207
/
+0
*
Fixed minor compilation problems in xvnc.cc.
Adam Tkac
2008-03-22
1
-11
/
+7
*
Fixed libX11 #include directives
Adam Tkac
2008-03-21
1
-3
/
+3
*
- moved Xvnc sources to unix/xserver/hw/vnc directory to affect current X tree
Adam Tkac
2008-03-21
1
-0
/
+1472