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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Display security state when asking for password (java)
Brian P. Hinz
2017-11-30
13
-17
/
+62
*
Move UserPasswordGetter out of CConn
Brian P. Hinz
2017-11-30
11
-107
/
+243
*
Fix secure/insecure images
Pierre Ossman
2017-11-27
2
-117
/
+68
*
Update package dependencies for Ubuntu Trusty
Brian P. Hinz
2017-11-26
1
-3
/
+3
*
Stop using CopyRect in WinVNC
Pierre Ossman
2017-11-24
1
-5
/
+5
*
Merge branch 'pause' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2017-11-17
3
-8
/
+68
|
\
|
*
Handle Ctrl+Alt+Delete in raw keyboard mode
Pierre Ossman
2017-11-13
1
-0
/
+8
|
*
Send proper keysym when Break is pressed
Pierre Ossman
2017-11-13
1
-0
/
+1
|
*
Handle right shift better on Windows
Pierre Ossman
2017-11-13
1
-0
/
+14
|
*
Handle Windows scan code exceptions
Pierre Ossman
2017-11-13
2
-9
/
+46
*
|
Remove double cursor workaround in client
Pierre Ossman
2017-11-17
1
-6
/
+0
*
|
Fix bug where server cursor might disappear
Pierre Ossman
2017-11-17
1
-6
/
+4
*
|
Avoid extra framebuffer update messages
Pierre Ossman
2017-11-17
1
-17
/
+5
*
|
Fix for initial client side cursor
Pierre Ossman
2017-11-17
2
-4
/
+9
*
|
Fix "int-in-bool-context" compile errors
Brian P. Hinz
2017-11-16
2
-2
/
+2
*
|
Fix compile error on windows when not building with GnuTLS
Brian P. Hinz
2017-11-16
1
-0
/
+2
*
|
Override default window manager key bindings better
Brian P. Hinz
2017-11-15
1
-8
/
+7
*
|
Merge pull request #500 from bphinz/issue106-rebase
Brian Hinz
2017-11-15
3
-6
/
+68
|
\
\
|
*
|
avoid putting more includes in headers than necessary
Brian P. Hinz
2017-11-15
2
-1
/
+1
|
*
|
Move gnutls functions into SSecurityTLS
Brian P. Hinz
2017-11-14
3
-36
/
+13
|
*
|
Hook up the "Load X.509 Cert/Key" dialogs in winvnc
Brian P. Hinz
2017-08-21
2
-3
/
+88
*
|
|
Update Chinese (simplified) translation
Boyuan Yang
2017-11-15
1
-207
/
+193
*
|
|
Handle FLTK arguments at any position
Pierre Ossman
2017-11-14
1
-16
/
+21
*
|
|
Don't open X11 display too early
Pierre Ossman
2017-11-14
1
-5
/
+5
*
|
|
Fix build Java errors caused by UTF-8 characters in source comments
Brian P. Hinz
2017-11-13
6
-6
/
+6
*
|
|
Raise minimum supported Java version to 7
Brian P. Hinz
2017-11-13
2
-2
/
+2
*
|
|
Override implicit focus transfer when "F10" key is pressed
Brian P. Hinz
2017-11-13
1
-0
/
+10
*
|
|
Refactoring and implementation changes to keyboard and mouse handling
Brian P. Hinz
2017-11-13
11
-978
/
+2467
*
|
|
Add formatted string function to LogWriter.
Brian P. Hinz
2017-11-13
1
-4
/
+12
*
|
|
Rename CMsgWriter functions to match C++ code
Brian P. Hinz
2017-11-13
3
-8
/
+8
|
|
/
|
/
|
*
|
Move XDesktop specific parameters in to same file
Pierre Ossman
2017-11-08
2
-7
/
+5
*
|
Fully standardise on send()/recv()
Pierre Ossman
2017-11-08
2
-7
/
+6
*
|
Merge branch 'x0-xdesktop-initial-cursor' of https://github.com/x11clone/x11c...
Pierre Ossman
2017-11-08
24
-762
/
+575
|
\
\
|
*
|
x0vncserver does not support SetDesktopSize; remove -AcceptSetDesktopSize
Peter Åstrand (astrand)
2017-11-08
3
-0
/
+27
|
*
|
Configuration::listParams wants width/nameWidth; not ConfigurationObject
Peter Åstrand (astrand)
2017-11-08
1
-1
/
+1
|
*
|
Removed IRIX/Solaris overlay support
Peter Åstrand (astrand)
2017-11-08
5
-289
/
+4
|
*
|
Remove support for Lynx/OS
Peter Åstrand (astrand)
2017-11-08
4
-20
/
+0
|
*
|
Added my/Cendio copyright where relevant
Peter Åstrand (astrand)
2017-11-08
4
-0
/
+4
|
*
|
Set the correct cursor when starting
Peter Åstrand (astrand)
2017-11-08
2
-6
/
+16
|
*
|
Use send() with MSG_DONTWAIT when possible
Peter Åstrand (astrand)
2017-11-08
1
-1
/
+9
|
*
|
Define cork() as pure virtual in Socket class
Peter Åstrand (astrand)
2017-11-08
4
-7
/
+8
|
*
|
Move XDesktop to separate file
Peter Åstrand (astrand)
2017-11-08
4
-419
/
+499
|
*
|
Using namespace rfb in header files is a bad idea
Peter Åstrand (astrand)
2017-11-07
5
-17
/
+15
|
*
|
Build with support for MIT-SHM
Peter Åstrand (astrand)
2017-11-07
2
-11
/
+1
*
|
|
Avoid corner case of applications rendering at frame rate
Pierre Ossman
2017-11-06
1
-1
/
+11
*
|
|
Fix broken logic for sending mouse cursor
Pierre Ossman
2017-11-06
1
-2
/
+3
*
|
|
Update distro package requirements
Brian P. Hinz
2017-10-29
2
-2
/
+2
*
|
|
Patch the el7 xorg source appropriately
Brian P. Hinz
2017-10-29
1
-1
/
+1
|
/
/
*
|
Add debug trace when the clipboard changes
Pierre Ossman
2017-10-12
1
-0
/
+3
*
|
Don't validate timestamp on clipboard request
Pierre Ossman
2017-10-12
1
-7
/
+5
[next]