aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * x0vncserver: Use Xfixes to display cursors if availableAlan Coopersmith2017-08-052-12/+106
* | Merge branch 'fix-warnings'Pierre Ossman2017-09-1520-21/+54
|\ \
| * | rfb: Avoid unused argument warnings in headersSteve Kondik2017-09-154-7/+18
| * | rfb: vsnprintf returns an int, not size_tSteve Kondik2017-07-101-1/+1
| * | rfb: Silence nonliteral format string warning in LoggerSteve Kondik2017-07-102-4/+10
| * | rfb: Fix inheritance in CMsgWriterSteve Kondik2017-07-082-2/+2
| * | rfb: Fix struct-vs-class warningsSteve Kondik2017-07-085-6/+7
| * | rdr: Fix incorrect error checking after fread()Steve Kondik2017-07-081-3/+3
| * | Add missing virtual destructorsSteve Kondik2017-07-086-0/+12
| * | rfb: Fix hidden function overload warningsSteve Kondik2017-07-081-0/+2
* | | Fix shift state test in lock key heuristicsPierre Ossman2017-09-152-18/+18
* | | Merge branch 'x0vncshift' of https://github.com/CendioOssman/tigervncPierre Ossman2017-09-151-4/+52
|\ \ \
| * | | Respect modifiers in x0vncserverPierre Ossman2017-08-211-4/+55
* | | | Merge branch 'securemsg' of https://github.com/CendioOssman/tigervncPierre Ossman2017-09-1517-28/+415
|\ \ \ \
| * | | | Use better security method description when using VeNCryptPierre Ossman2017-09-012-1/+8
| * | | | Add better error message for insecure certificate algorithmsPierre Ossman2017-09-011-0/+3
| * | | | Display security state when asking for passwordPierre Ossman2017-09-0116-7/+370