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.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
...
*
Initialize SMsgWriterV3.needExtendedDesktopSize variable to fix rare client
Adam Tkac
2009-04-02
1
-2
/
+2
*
We need to call RRGetInfo() again for our new mode to be added.
Pierre Ossman
2009-04-02
1
-0
/
+10
*
Improve logging in setScreenLayout().
Pierre Ossman
2009-04-02
1
-5
/
+15
*
Brown paper bag time... Forgot to actually store the new screen layout.
Pierre Ossman
2009-04-02
1
-0
/
+2
*
Build libjpeg/SIMD by default and replace --with-included-jpeg switch with --...
DRC
2009-04-02
2
-11
/
+18
*
Fix build for RGB_PIXELSIZE==4
DRC
2009-04-01
1
-2
/
+2
*
Try to increase the update rate by requesting a new update in parallel with
Pierre Ossman
2009-04-01
2
-1
/
+22
*
Make sure we flush the X11 connection once we've sent a bunch of screen updates.
Pierre Ossman
2009-04-01
1
-0
/
+1
*
Store Xorg build directory under the TigerVNC build directory so multiple Tig...
DRC
2009-04-01
1
-1
/
+1
*
Optimise the common pixel format conversion RGB24 to RGB32.
Pierre Ossman
2009-03-31
4
-4
/
+68
*
Add -fp argument to allow user to override font path selection
DRC
2009-03-26
2
-2
/
+30
*
Generally wordsmithed man page + changed descriptions to account for new chan...
DRC
2009-03-26
1
-27
/
+31
*
Don't complain if $depth not set
DRC
2009-03-26
1
-1
/
+1
*
Comment out $depth line so that the server will use the default (24-bit)
DRC
2009-03-26
1
-1
/
+1
*
Attempt to build a reasonable font path for the system and start Xvnc with th...
DRC
2009-03-26
1
-2
/
+46
*
Better default xstartup file which attempts to launch the user's chosen windo...
DRC
2009-03-26
1
-0
/
+18
*
Allow Xvnc, vncpasswd, etc. to be run from an arbitrary directory, even if th...
DRC
2009-03-26
1
-5
/
+57
*
X.Org 1.6 compatibility change in RandR related code (RRGetInfo takes two
Adam Tkac
2009-03-26
1
-0
/
+4
*
fix build on POSIX strict platforms
Pierre Ossman
2009-03-26
1
-1
/
+1
*
Needs to be true colour to be 888.
Pierre Ossman
2009-03-25
1
-0
/
+2
*
A quick optimisation of the common 32-bit to 24-bit pixel conversion.
Pierre Ossman
2009-03-25
1
-11
/
+30
*
Try to render entire update in one go to avoid tearing.
Pierre Ossman
2009-03-25
3
-2
/
+44
*
Try to update an entire FramebufferUpdate in one go, avoiding tears.
Pierre Ossman
2009-03-25
2
-20
/
+34
*
Support for ExtendedDesktopSize and -DesktopSize in the Windows client.
Pierre Ossman
2009-03-24
4
-1
/
+67
*
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
[prev]
[next]