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
...
*
Document the new DesktopSize parameter in the man file.
Pierre Ossman
2009-03-24
1
-0
/
+6
*
Implement basic support for SetDesktopSize.
Pierre Ossman
2009-03-23
2
-0
/
+78
*
Implement server side support for SetDesktopSize.
Pierre Ossman
2009-03-23
10
-64
/
+245
*
Add parameter to make client attempt to resize server desktop on connect.
Pierre Ossman
2009-03-23
4
-2
/
+47
*
Add client method to send SetDesktopSize.
Pierre Ossman
2009-03-23
3
-0
/
+34
*
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
*
Properly parse the SetDesktopSize message.
Pierre Ossman
2009-03-21
5
-7
/
+28
*
Move screen layout bootstraping around so that it can handle if all screens
Pierre Ossman
2009-03-20
1
-20
/
+20
*
Basic book keeping of screen layout on server.
Pierre Ossman
2009-03-20
5
-7
/
+64
*
Remove unused, and improperly reserved message types.
Pierre Ossman
2009-03-20
1
-4
/
+0
*
Add official allocations for extended desktop size extension.
Pierre Ossman
2009-03-20
2
-2
/
+2
*
Remove file transfer callback that was left behind.
Pierre Ossman
2009-03-20
2
-8
/
+0
*
Properly parse the ExtendedDesktopSize rects in the client.
Pierre Ossman
2009-03-20
10
-11
/
+127
*
Make the server a little less DoS:able by validating update regions.
Pierre Ossman
2009-03-20
1
-0
/
+13
*
Add new file to file lists.
Pierre Ossman
2009-03-20
2
-6
/
+10
*
Minimal client side support for the extended desktop size protocol.
Pierre Ossman
2009-03-20
7
-7
/
+65
*
Minimal server side implementation of the extended desktop size protocol.
Pierre Ossman
2009-03-20
14
-8
/
+162
*
Remove stray file left over from the file transfer support.
Pierre Ossman
2009-03-20
1
-92
/
+0
*
Move the SetDesktopName parser into CMsgReaderV3 to keep with the separation
Pierre Ossman
2009-03-20
4
-15
/
+16
*
VNC needs to be autoreconf'ed as well, otherwise unix/configure will not exist
DRC
2009-03-20
1
-0
/
+3
*
Remove Xorg 1.1 support since it doesn't work and we now know how to build Xo...
DRC
2009-03-19
2
-96
/
+2
*
Allow PREFIX to be overridden
DRC
2009-03-19
1
-1
/
+3
*
Don't download tarballs if they already exist in the local directory
DRC
2009-03-19
1
-1
/
+1
*
Restore Composite callback when we close the screen.
Pierre Ossman
2009-03-19
1
-0
/
+7
*
Build the macros package before everything else; must be done before autoreconf
Peter Åstrand
2009-03-19
1
-1
/
+11
*
Allow additional configure flags to be passed on the command line
DRC
2009-03-18
1
-5
/
+20
*
Support for RandR on the server.
Pierre Ossman
2009-03-18
9
-15
/
+386
*
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
*
Added scripts for building Xvnc with Xorg 1.5.
Peter Åstrand
2009-03-18
2
-0
/
+237
*
Remove undocumented and useless option which allowed to put framebuffer to
Adam Tkac
2009-03-18
1
-139
/
+1
*
Ignore a few more generated files.
Peter Åstrand
2009-03-18
0
-0
/
+0
*
Change Windows viewer version to 0.0.90.
Adam Tkac
2009-03-18
1
-1
/
+1
*
Support building Xvnc using Xorg 1.1 code base (for compatibility with RHEL 5)
DRC
2009-03-18
2
-2
/
+96
*
iEliminate backward incompatibility which required empty_output_buffer() to h...
DRC
2009-03-16
2
-21
/
+46
*
Work around subdirectory bug in older automake.
Pierre Ossman
2009-03-16
36
-83
/
+88
*
Fix broken buffered I/O (to make cjpeg work)
DRC
2009-03-14
2
-9
/
+10
*
Remove file transfer support.
Pierre Ossman
2009-03-13
65
-6813
/
+14
*
Make source compilable via GNU autotools which are part of RHEL 5.
Adam Tkac
2009-03-13
4
-6
/
+6
*
Revert r3657 (import of autogenerated) files.
Adam Tkac
2009-03-13
87
-171753
/
+0
*
Make java viewer compilable via OpenJDK 1.6.0 series (thanks to Karl
Adam Tkac
2009-03-13
1
-1
/
+1
*
Rename all java modules to tigervnc from tightvnc
Adam Tkac
2009-03-13
31
-56
/
+56
*
Rename java/src/com/tightvnc to java/src/com/tigervnc.
Adam Tkac
2009-03-13
37
-0
/
+0
*
Add new simd files to Visual Studio project file.
Pierre Ossman
2009-03-13
1
-0
/
+12
*
Move variable init around a bit to please crappy compilers.
Pierre Ossman
2009-03-13
1
-2
/
+2
*
Don't mix LOCAL() and qualifiers.
Pierre Ossman
2009-03-13
1
-2
/
+0
*
Do not explicitly enable backing store support, but instead fall back
Peter Åstrand
2009-03-13
1
-6
/
+1
*
Remove old, compiled version of the Java client.
Pierre Ossman
2009-03-13
3
-13
/
+0
*
Change JPEG quality/subsampling map to produce meaningful compression ratios,...
DRC
2009-03-12
3
-13
/
+45
[prev]
[next]