aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add keyboard test notes for LED state handlingPierre Ossman2017-09-181-1/+12
* Be explicit which Exception class we wantPierre Ossman2017-09-181-2/+2
* Release pointer grab when cursor leaves windowPierre Ossman2017-09-182-13/+77
* Don't throw exceptions in destructorsPierre Ossman2017-09-151-10/+2
* Handle unknown keysyms properly in x0vncserverPierre Ossman2017-09-151-1/+1
* Handle XKB groups properly in x0vncserverPierre Ossman2017-09-151-2/+5
* Update mouse cursor position in x0vncserverPierre Ossman2017-09-151-0/+8
* Only select XFixes event oncePierre Ossman2017-09-151-11/+4
* Merge branch 'cursor' of https://github.com/alanc/tigervncPierre Ossman2017-09-152-2/+93
|\