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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Development] Use enhanced Security class by both UNIX and Windows viewers.
Adam Tkac
2010-04-23
2
-16
/
+4
*
[Development] Replace SSecurityFactoryStandard class by simplier Security class.
Adam Tkac
2010-04-23
2
-2
/
+0
*
[Development] Implement Security class. This class will be used to create
Adam Tkac
2010-04-23
1
-1
/
+1
*
[Development] Move all VncAuth code from SSecurityFactoryStandard class to
Adam Tkac
2010-04-23
1
-2
/
+0
*
[Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.
Adam Tkac
2010-04-23
1
-1
/
+1
*
[Development] Add possibility to define viewer/server specific parameters via
Adam Tkac
2010-04-23
4
-0
/
+6
*
[BugFix] Include xserver17.patch and xserver18.patch in EXTRA_DIST in
Adam Tkac
2010-04-23
1
-1
/
+1
*
Don't need -version when just doing a rebuild
DRC
2010-04-16
1
-3
/
+2
*
Integrate stand-alone Xvnc build into build-xorg, to eliminate need for wrapp...
DRC
2010-04-16
1
-10
/
+101
*
[Development] Use AllocDevicePair instead of AddDevice/RegisterDevice functions
Adam Tkac
2010-04-14
2
-1
/
+46
*
[Development] Merge KeyboardDevice and PointerDevice classes to new class called
Adam Tkac
2010-04-14
4
-77
/
+61
*
Add support for building a stand-alone version of Xvnc from the Xorg 7.5 sources
DRC
2010-04-14
2
-9
/
+99
*
Remove unneeded modules
DRC
2010-04-14
1
-5
/
+1
*
Automatically determine appropriate source path + better support for in-tree ...
DRC
2010-04-13
1
-12
/
+15
*
Support out-of-tree xorg builds and lay groundwork for cross-compatible build...
DRC
2010-04-13
3
-64
/
+99
*
[Development] Extend options dialog width from 400 to 450 to show French tran...
Adam Tkac
2010-03-19
1
-1
/
+1
*
[Bugfix] Fix libvnc.so module loading (define listenaddr symbol).
Adam Tkac
2010-03-05
1
-0
/
+2
*
[Bugfix] Defer all format changes till requested framebuffer updates are
Adam Tkac
2010-03-04
2
-5
/
+17
*
[Bugfix] Don't crash in TXImage::updateColourMap function due NULL pointer
Adam Tkac
2010-03-04
1
-1
/
+2
*
We need to set encodingChange for the client to actually request a new
Pierre Ossman
2010-03-03
1
-1
/
+4
*
[Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc.
Adam Tkac
2010-02-19
1
-0
/
+6
*
Fix VPATH and out-of-tree builds
DRC
2010-02-14
4
-14
/
+14
*
Eliminate GCC signed/unsigned warnings related to encodings: The
Peter Åstrand
2010-02-10
2
-6
/
+6
*
[Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is able
Adam Tkac
2010-02-05
5
-8
/
+35
*
[Development] X.Org 1.8 codebase is now supported. Add xserver18.patch.
Adam Tkac
2010-01-22
2
-1
/
+90
*
Use configure scripts included in the tarball, if they exist. This is to avo...
DRC
2010-01-22
1
-1
/
+3
*
Use static system libz.a so Xvnc doesn't depend on libz.so.1. As a result, w...
DRC
2010-01-11
1
-5
/
+1
*
Remove xfs support, because it doesn't work and isn't needed
DRC
2010-01-11
1
-45
/
+21
*
[Bugfix] vncviewer could crash when started with no arguments and user clicked
Adam Tkac
2010-01-11
1
-1
/
+2
*
Build Mesa as a shared lib so we can get swrast_dri.so, but this requires bui...
DRC
2010-01-11
1
-7
/
+11
*
Enable building a compatible version of Xvnc that doesn't depend on shared li...
DRC
2010-01-08
2
-9
/
+52
*
Store module tarballs in a centralized location to avoid abusing ftp.x.org by...
DRC
2010-01-08
2
-5
/
+13
*
configure.ac is no longer under unix/. Adjust compat build script accordingly.
DRC
2010-01-06
1
-0
/
+4
*
Change the default DPI to 96 as that is what most other systems use and we
Pierre Ossman
2009-12-29
1
-2
/
+5
*
[Cleanup] Remove bogus vlog.debug from Input.cc:KeyboardDevice::keyEvent.
Adam Tkac
2009-12-22
1
-1
/
+1
*
[Bugfix] Always include cursorstr.h in XserverDesktop.cc.
Adam Tkac
2009-12-22
1
-3
/
+0
*
[Development] Bump version numbers to 1.0.90.
Adam Tkac
2009-12-21
1
-1
/
+1
*
[Development] Link libvnc.so against libdix, libXi and libxkb.
Adam Tkac
2009-12-21
2
-2
/
+3
*
[Development] Make Xvnc working when compiled against X.Org 1.7 (Thanks to ad...
Adam Tkac
2009-12-21
4
-34
/
+195
*
[Development] Add xserver17.patch (Thanks to adq_dvb at lidskialf dot net).
Adam Tkac
2009-12-21
2
-2
/
+85
*
Avoid modifiers such as shift sticking.
Peter Åstrand
2009-12-09
1
-0
/
+17
*
[Bugfix] Use /dev/urandom when available for xauth cookie generation (alan do...
Adam Tkac
2009-11-12
1
-8
/
+17
*
[Bugfix] Define "public" structure members as "c_public" in C includes in
Adam Tkac
2009-11-12
1
-0
/
+2
*
[Doc] s/XFree86/Xorg in Xvnc manual page (alan dot coopersmith at sun dot com)
Adam Tkac
2009-11-12
1
-2
/
+2
*
[Bugfix] Default -FullColor to 0 when -AutoSelect=0 and -LowColorLevel= are u...
Adam Tkac
2009-10-07
1
-0
/
+7
*
[Doc] Improve vncviewer's -LowColorLevel parameter description.
Adam Tkac
2009-10-07
1
-1
/
+3
*
[Bugfix] Honor dotWhenNoCursor option (and it's changes) every time.
Adam Tkac
2009-10-07
3
-8
/
+13
*
Fix tarball generation via `make dist`.
Adam Tkac
2009-09-07
1
-1
/
+9
*
Fix compilation of i18n bits.
Adam Tkac
2009-09-07
16
-1339
/
+0
*
Make Xvnc compilable.
Adam Tkac
2009-09-04
1
-3
/
+3
[next]