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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Make it possible to compile things with current upstream mingw. You'll lose
Pierre Ossman
2009-12-23
3
-3
/
+19
*
Update the svn:ignore lists for the new build system.
Pierre Ossman
2009-12-23
0
-0
/
+0
*
[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
*
[Cleanup] Remove unused Socket::getMyAddress and Socket::getMyEndpoint functi...
Adam Tkac
2009-12-21
3
-30
/
+0
*
[Development] Bump version numbers to 1.0.90.
Adam Tkac
2009-12-21
8
-20
/
+18
*
[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] Fix crash in TcpSocket::sameMachine for IPv6 connections (alan dot c...
Adam Tkac
2009-11-12
1
-5
/
+19
*
[Bugfix] Pass correct address length to connect(2) call (alan dot coopersmith...
Adam Tkac
2009-10-30
1
-1
/
+1
*
Make winvnc4 and Windows vncconfig compilable via MinGW.
Adam Tkac
2009-10-12
14
-18
/
+75
*
[Bugfix] Fix MS Visual Studio 2008 compilation issues.
Adam Tkac
2009-10-08
9
-28
/
+36
*
Enable 64-bit build on Snow Leopard
DRC
2009-10-08
3
-3
/
+11
*
Work around alignment issue with OS X linker which was causing problems on Le...
DRC
2009-10-08
45
-0
/
+148
*
[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
*
Some systems (notably OS X Leopard) have fls() already, so rename ours to avo...
DRC
2009-10-01
1
-2
/
+2
*
Not all platforms define __WORDSIZE
DRC
2009-09-28
1
-2
/
+11
*
Greatly improve performance of Huffman decoding
DRC
2009-09-28
2
-99
/
+269
*
Significantly improve grayscale performance
DRC
2009-09-24
2
-14
/
+95
*
Merge unified_buildsys branch to trunk (r3892 - r3898)
Adam Tkac
2009-09-14
47
-332
/
+263
|
\
|
*
Fix tarball generation via `make dist`.
Adam Tkac
2009-09-07
3
-22
/
+23
|
*
Fix compilation of i18n bits.
Adam Tkac
2009-09-07
18
-3
/
+5
|
*
Adapt Windows viewer to new build system.
Adam Tkac
2009-09-04
5
-40
/
+12
|
*
Make Xvnc compilable.
Adam Tkac
2009-09-04
1
-3
/
+3
|
*
Make unix/ subtree compilable.
Adam Tkac
2009-09-04
8
-20
/
+39
|
*
- use unix/configure.ac as top-level configure.ac base
Adam Tkac
2009-09-04
17
-247
/
+184
|
*
Create new branch "unified_buildsys"
Adam Tkac
2009-09-04
0
-0
/
+0
|
/
*
Revert previous commit (r3889). Windows code has to be cleaned before this
Adam Tkac
2009-09-04
23
-67
/
+67
*
Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()
Adam Tkac
2009-09-04
23
-67
/
+67
*
Update (C) notice and fix line feed in usage instructions
DRC
2009-09-03
1
-2
/
+3
*
Move keyboard input related code to Input.h and Input.cc.
Adam Tkac
2009-08-28
4
-587
/
+622
*
Add Input.h and Input.cc and move all mouse input related code there.
Adam Tkac
2009-08-28
5
-141
/
+240
*
Initialize eventq in all cases.
Adam Tkac
2009-08-28
1
-0
/
+2
*
Move definition of XORG macro to separate header.
Adam Tkac
2009-08-28
6
-10
/
+37
*
Use "XORG <version>" macro instead of "XORG_<version>" to distinguish between...
Adam Tkac
2009-08-28
4
-34
/
+34
*
Change product name to TigerVNC in about dialogs.
Peter Åstrand
2009-08-27
10
-10
/
+10
*
Fix typo in make_release text file.
Adam Tkac
2009-08-20
1
-1
/
+1
*
Add the doc/dev/ subdirectory which contains development process related
Adam Tkac
2009-08-20
3
-0
/
+54
*
Corrected last patch: Use jsimd_none.c instead of jsimd_i386.c on
Peter Åstrand
2009-08-19
1
-1
/
+1
[prev]
[next]