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
*
[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
*
Windows build fixes:
Peter Åstrand
2009-08-19
2
-2
/
+2
*
Initialize VNC extension earlier. It fixes problem that mouse cursor could
Adam Tkac
2009-08-17
1
-19
/
+19
*
Unfortunately, the previous enhancements made an invalid assumption about the...
DRC
2009-08-06
1
-16
/
+9
*
Update copyrights to indicate files modified with colorspace extensions
DRC
2009-08-06
7
-0
/
+7
*
Oops. Clean up a couple of remaining 32-bit memory accesses
DRC
2009-08-06
2
-3
/
+3
*
Improve compression performance by 15-20%
DRC
2009-07-30
1
-21
/
+101
*
Make our Makefile.am a bit easier to convert to a standalone one by
Pierre Ossman
2009-07-10
1
-0
/
+1
*
Make sure bmp.h gets distributed.
Pierre Ossman
2009-07-10
1
-2
/
+2
*
Make sure the indirectly used assembly files get packaged.
Pierre Ossman
2009-07-10
1
-0
/
+7
*
Make x86_64 SIMD code PIC friendly
Pierre Ossman
2009-06-29
11
-247
/
+247
[next]