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
*
Fix script to work with Python 2.3
DRC
2009-04-10
1
-3
/
+11
*
Oops. Correct configure argument to disable UUID support is '--without-uuid'
DRC
2009-04-10
1
-1
/
+1
*
Create the system menu entries earlier to play nice with any system-wide
Pierre Ossman
2009-04-09
1
-15
/
+17
*
Update copyright notice and version in executable metadata.
Pierre Ossman
2009-04-09
1
-4
/
+4
*
Use lower IDs for system menu entries.
Pierre Ossman
2009-04-09
1
-19
/
+19
*
Check for full *-windres name in configure instead of hardcode it.
Adam Tkac
2009-04-07
3
-4
/
+3
*
Remove fttypes.h from Makefile.am, it doesn't exist.
Adam Tkac
2009-04-07
1
-1
/
+1
*
Set default deferred update timer to 1 ms
DRC
2009-04-06
2
-2
/
+2
*
Take advantage of libjpeg colorspace extensions, if available
DRC
2009-04-06
1
-9
/
+54
*
Take advantage of libjpeg colorspace extensions if available
DRC
2009-04-06
1
-12
/
+52
*
Test fast upsampling
DRC
2009-04-05
4
-10
/
+23
*
Add colorspace extensions to merged upsampling routines
DRC
2009-04-05
7
-993
/
+1353
*
Remove unnecessary code
DRC
2009-04-05
1
-6
/
+0
*
Properly handle spaces in configure flags
DRC
2009-04-04
1
-18
/
+12
*
Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it rece...
DRC
2009-04-04
4
-2
/
+4
*
Oops. jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that ...
DRC
2009-04-04
4
-2
/
+4
*
Don't install test programs, build them only.
Adam Tkac
2009-04-03
1
-1
/
+1
*
Check if C++ compiler is present.
Adam Tkac
2009-04-03
1
-0
/
+1
*
Execute vncconfig in xstartup file early to make clipboard working.
Adam Tkac
2009-04-03
1
-1
/
+1
*
Update shift values in pixel format parse routine.
Pierre Ossman
2009-04-03
1
-0
/
+3
*
Remove unused pixel format constant.
Pierre Ossman
2009-04-03
1
-2
/
+0
*
Avoid touching PixelFormat internals.
Pierre Ossman
2009-04-03
3
-38
/
+65
*
Include low-level unit tests borrowed from VirtualGL
DRC
2009-04-03
9
-1
/
+1972
*
Implement new colorspaces to allow directly compressing from/decompressing to...
DRC
2009-04-03
19
-1889
/
+2486
*
Add environment variables to force MMX/SSE2 code path selection
DRC
2009-04-03
1
-0
/
+7
*
Disable XKEYBOARD extension by default, it is still broken (issue #2705839).
Adam Tkac
2009-04-03
2
-16
/
+34
*
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
[next]