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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
win
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update more copyrights to 2013.
Peter Åstrand
2013-06-11
2
-2
/
+2
*
Windows has a bit of a peculiarity in that winsock2.h must be included
Pierre Ossman
2012-04-26
1
-1
/
+2
*
Fix unsafe usage of the logging functions.
Pierre Ossman
2012-04-26
7
-19
/
+19
*
Use the gcc way of creating shared segments in DLLs. The previous way
Pierre Ossman
2012-04-25
3
-26
/
+18
*
Build wm_hooks in its own directory. Makes the build structure more clear.
Pierre Ossman
2012-04-25
3
-12
/
+14
*
Consolidate the installation paths and make sure we have decent defaults.
Pierre Ossman
2012-03-27
2
-3
/
+3
*
Reimplement the deferred update handling, this time in a more robust and
Pierre Ossman
2011-11-08
1
-7
/
+1
*
Remove Visual C++ support
DRC
2011-11-08
2
-13
/
+1
*
Clean up the interface for VNCSConnectionST. Entry points are more apparent
Pierre Ossman
2011-11-07
2
-7
/
+1
*
Fix installer build when using MinGW
DRC
2011-11-07
1
-0
/
+5
*
The Tight decoding optimizations broke the build of the legacy viewers, so th...
DRC
2011-11-03
35
-6162
/
+0
*
Fix Java viewer integration when building WinVNC with MinGW
DRC
2011-10-12
3
-6
/
+10
*
Enable WinVNC build with MinGW and MinGW64
DRC
2011-10-12
2
-0
/
+2
*
Newer versions of GCC (specifically, the one in MinGW64) don't like casting d...
DRC
2011-10-12
1
-2
/
+2
*
Move Java source up one level and allow Java viewer to be built as a standalo...
DRC
2011-10-07
2
-2
/
+2
*
Only include Java viewer resources if BUILD_JAVA is defined
DRC
2011-10-05
1
-0
/
+4
*
Fix WinVNC so that it embeds and serves up the Java viewer whenever BUILD_JAVA=1
DRC
2011-10-05
4
-12
/
+34
*
Use generic copyright message which refers the user to the complete copyright...
DRC
2011-06-28
4
-13
/
+13
*
Don't need Windows formatted copy of LICENCE.TXT anymore
DRC
2011-06-28
1
-340
/
+0
*
Consolidate all README files into one and distribute it with the binary packa...
DRC
2011-06-28
1
-119
/
+0
*
Win32-->Windows (since there are Win64 builds as well); also remove copyright...
DRC
2011-06-24
1
-9
/
+2
*
Consolidate source README file, remote cruft, and update copyrights
DRC
2011-06-24
1
-128
/
+0
*
Remove unused autotools build system
DRC
2011-06-24
8
-224
/
+2
*
Deploy Mac TigerVNC Viewer as an application bundle instead of a package, and...
DRC
2011-06-24
2
-102
/
+0
*
Update Windows README file
DRC
2011-06-24
1
-6
/
+4
*
Installer needs to be built from the top-level CMake context.
DRC
2011-06-24
2
-3
/
+4
*
Package new FLTK-based TigerVNC Viewer on Windows
DRC
2011-06-24
1
-1
/
+1
*
Make full-screen mode span all monitors in a multi-monitor system
DRC
2011-06-06
1
-7
/
+7
*
[Bugfix] Fix 3-button mouse emulation in win viewer.
Adam Tkac
2011-05-11
1
-2
/
+2
*
Merged r4342 - r4359 from 1_1 branch.
Adam Tkac
2011-04-27
4
-20
/
+33
*
Merge r4341 from 1_1 branch (dcommander):
Adam Tkac
2011-04-27
2
-0
/
+10
*
Initial commit of new FLTK based vncviewer. Most of the code comes from the
Pierre Ossman
2011-03-09
1
-0
/
+3
*
Complete misunderstanding on my part. CMAKE_CL_64 indicates a _Microsoft_
Pierre Ossman
2011-03-08
1
-1
/
+2
*
Clean up the 64-bit handling a bit. Trust CMake to tell use when we have a
Pierre Ossman
2011-03-03
1
-1
/
+1
*
Consolidate all the Windows installer stuff to its own directory.
Pierre Ossman
2011-03-03
3
-0
/
+34
*
[Bugfix] rfb_win32: DeviceContext::getPF didn't return correct pixel format.
Adam Tkac
2011-02-21
1
-1
/
+6
*
Fix MinGW build breakage
DRC
2011-02-10
2
-4
/
+10
*
Remove old Visual C++ project files (use CMake to build with Visual C++)
DRC
2011-02-08
7
-1787
/
+0
*
Fix make dist
DRC
2011-02-07
1
-1
/
+1
*
[Bugfix] win vncviewer: create VNC home directory during startup.
Adam Tkac
2011-02-07
1
-0
/
+12
*
[Bugfix] viewers: set server's hostname as a server name. (Thanks to Guillaum...
Adam Tkac
2011-02-01
1
-1
/
+2
*
[Development] Windows vncconfig: add various TLS related boxes to Security di...
Adam Tkac
2011-02-01
4
-89
/
+88
*
[Development] Win vncviewer: use SecurityPage class for Security dialog
Adam Tkac
2011-02-01
2
-233
/
+24
*
[Development] Add new rfb_win32::SecurityPage class
Adam Tkac
2011-02-01
5
-0
/
+341
*
[Bugfix] win vncviewer: preserve security settings during reconnection
Adam Tkac
2011-02-01
2
-0
/
+3
*
[Development] winvnc: Enable debug output when built with -D_DEBUG
Adam Tkac
2011-01-26
1
-3
/
+13
*
[Development] Remove the "Encryption" combo box from the Windows viewer.
Adam Tkac
2010-12-08
3
-13
/
+2
*
[Development] Preserve SecurityTypes value during "reconnect" in Win vncviewer.
Adam Tkac
2010-12-08
3
-0
/
+27
*
[Development] Add glue code for -SecurityTypes option and GUI Security dialog.
Adam Tkac
2010-12-08
3
-15
/
+154
*
[Development] Add "Security" options dialog for Windows viewer.
Adam Tkac
2010-12-08
3
-0
/
+175
[next]