aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make exception classes have clearer messagesPierre Ossman2017-10-126-39/+47
* | Add Travis CI configurationPierre Ossman2017-10-061-0/+17
* | Improve test if library is a CMake targetPierre Ossman2017-10-061-2/+1
* | Avoid getting LOCATION propertyPierre Ossman2017-10-061-3/+2
* | Push query connect timeout back in to XvncPierre Ossman2017-10-046-21/+30
* | Don't queue a query if it is directly rejectedPierre Ossman2017-10-041-6/+6
* | Keep alpha in cursor alpha conversionPierre Ossman2017-10-021-1/+0
* | Use current server time for XUngrabKeyboardPierre Ossman2017-10-021-1/+1
* | Remove accidental debug outputPierre Ossman2017-09-221-1/+0
* | Make sure to start the frame timer after a buffer changePierre Ossman2017-09-221-0/+1
* | Get rid of getFbSize()/getDesktopSize() in commonPierre Ossman2017-09-229-20/+15
* | Switch back to low resolution mode on macOSPierre Ossman2017-09-211-1/+1
* | Update keyboard test notes for raw keyboard modePierre Ossman2017-09-181-4/+20