aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Display security state when asking for password (java)Brian P. Hinz2017-11-3013-17/+62
* Move UserPasswordGetter out of CConnBrian P. Hinz2017-11-3011-107/+243
* Fix secure/insecure imagesPierre Ossman2017-11-272-117/+68
* Update package dependencies for Ubuntu TrustyBrian P. Hinz2017-11-261-3/+3
* Stop using CopyRect in WinVNCPierre Ossman2017-11-241-5/+5
* Merge branch 'pause' of https://github.com/CendioOssman/tigervncPierre Ossman2017-11-173-8/+68
|\
| * Handle Ctrl+Alt+Delete in raw keyboard modePierre Ossman2017-11-131-0/+8
| * Send proper keysym when Break is pressedPierre Ossman2017-11-131-0/+1
| * Handle right shift better on WindowsPierre Ossman2017-11-131-0/+14
| * Handle Windows scan code exceptionsPierre Ossman2017-11-132-9/+46
* | Remove double cursor workaround in clientPierre Ossman2017-11-171-6/+0
* | Fix bug where server cursor might disappearPierre Ossman2017-11-171-6/+4
* | Avoid extra framebuffer update messagesPierre Ossman2017-11-171-17/+5
* | Fix for initial client side cursorPierre Ossman2017-11-172-4/+9
* | Fix "int-in-bool-context" compile errorsBrian P. Hinz2017-11-162-2/+2
* | Fix compile error on windows when not building with GnuTLSBrian P. Hinz2017-11-161-0/+2
* | Override default window manager key bindings betterBrian P. Hinz2017-11-151-8/+7
* | Merge pull request #500 from bphinz/issue106-rebaseBrian Hinz2017-11-153-6/+68
|\ \
| * | avoid putting more includes in headers than necessaryBrian P. Hinz2017-11-152-1/+1
| * | Move gnutls functions into SSecurityTLSBrian P. Hinz2017-11-143-36/+13
| * | Hook up the "Load X.509 Cert/Key" dialogs in winvncBrian P. Hinz2017-08-212-3/+88
* | | Update Chinese (simplified) translationBoyuan Yang2017-11-151-207/+193
* | | Handle FLTK arguments at any positionPierre Ossman2017-11-141-16/+21
* | | Don't open X11 display too earlyPierre Ossman2017-11-141-5/+5
* | | Fix build Java errors caused by UTF-8 characters in source commentsBrian P. Hinz2017-11-136-6/+6
* | | Raise minimum supported Java version to 7Brian P. Hinz2017-11-132-2/+2
* | | Override implicit focus transfer when "F10" key is pressedBrian P. Hinz2017-11-131-0/+10
* | | Refactoring and implementation changes to keyboard and mouse handlingBrian P. Hinz2017-11-1311-978/+2467
* | | Add formatted string function to LogWriter.Brian P. Hinz2017-11-131-4/+12
* | | Rename CMsgWriter functions to match C++ codeBrian P. Hinz2017-11-133-8/+8
| |/ |/|
* | Move XDesktop specific parameters in to same filePierre Ossman2017-11-082-7/+5
* | Fully standardise on send()/recv()Pierre Ossman2017-11-082-7/+6
* | Merge branch 'x0-xdesktop-initial-cursor' of https://github.com/x11clone/x11c...Pierre Ossman2017-11-0824-762/+575
|\ \
| * | x0vncserver does not support SetDesktopSize; remove -AcceptSetDesktopSizePeter Åstrand (astrand)2017-11-083-0/+27
| * | Configuration::listParams wants width/nameWidth; not ConfigurationObjectPeter Åstrand (astrand)2017-11-081-1/+1
| * | Removed IRIX/Solaris overlay supportPeter Åstrand (astrand)2017-11-085-289/+4
| * | Remove support for Lynx/OSPeter Åstrand (astrand)2017-11-084-20/+0
| * | Added my/Cendio copyright where relevantPeter Åstrand (astrand)2017-11-084-0/+4
| * | Set the correct cursor when startingPeter Åstrand (astrand)2017-11-082-6/+16
| * | Use send() with MSG_DONTWAIT when possiblePeter Åstrand (astrand)2017-11-081-1/+9
| * | Define cork() as pure virtual in Socket classPeter Åstrand (astrand)2017-11-084-7/+8
| * | Move XDesktop to separate filePeter Åstrand (astrand)2017-11-084-419/+499
| * | Using namespace rfb in header files is a bad ideaPeter Åstrand (astrand)2017-11-075-17/+15
| * | Build with support for MIT-SHMPeter Åstrand (astrand)2017-11-072-11/+1
* | | Avoid corner case of applications rendering at frame ratePierre Ossman2017-11-061-1/+11
* | | Fix broken logic for sending mouse cursorPierre Ossman2017-11-061-2/+3
* | | Update distro package requirementsBrian P. Hinz2017-10-292-2/+2
* | | Patch the el7 xorg source appropriatelyBrian P. Hinz2017-10-291-1/+1
|/ /
* | Add debug trace when the clipboard changesPierre Ossman2017-10-121-0/+3
* | Don't validate timestamp on clipboard requestPierre Ossman2017-10-121-7/+5