aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update keyboard test doc for shift on WindowsPierre Ossman2018-03-081-1/+1
* Handle Ctrl+AltGr on WindowsPierre Ossman2018-03-084-19/+79
* Better detection of AltGr on WindowsPierre Ossman2018-03-083-39/+69
* Update visible copyright year to 2018Samuel Mannehed2018-02-088-8/+8
* Fix for RENDER hooks on Xorg < 1.12Pierre Ossman2018-02-051-0/+12
* Add overlooked parameters to Xvnc and x0vncserver man pagesPierre Ossman2018-02-052-0/+44
* Sync x0vncserver and Xvnc man pagesPierre Ossman2018-02-052-95/+108
* Remove DeferUpdate from man pagesPierre Ossman2018-02-052-32/+0
* Merge branch 'readme-rst' of https://github.com/x11clone/x11clonePierre Ossman2018-01-3115-24/+24
|\
| * Rename README.txt to README.rst and convert to reStructuredTextPeter Åstrand (astrand)2018-01-3115-24/+24
* | Update Spanish translationFrancisco Javier Serrador2018-01-291-575/+499
|/
* Don't parse FLTK arguments using Fl::arg; handle -display as other optionsPeter Åstrand (astrand)2018-01-293-3/+7
* Hook remaining XRender operationsPierre Ossman2018-01-231-0/+304
* Update UI look on macOSPierre Ossman2018-01-221-5/+5
* Restore menukey function to java viewerBrian P. Hinz2018-01-163-4/+8
* Fixes for erros in java hextile/zrle decodersBrian P. Hinz2018-01-1616-386/+274
* Use XShmGetImage for large readsPeter Åstrand (astrand)2018-01-151-2/+7
* Use current server time for XUngrabPointerPeter Åstrand (astrand)2018-01-151-1/+1
* My copyright was listed twice, fixedPeter Åstrand (astrand)2018-01-091-2/+1
* Merge branch 'fatal' of https://github.com/CendioOssman/tigervncPierre Ossman2017-12-076-64/+52
|\
| * Adjust dimensions for rotated monitorsPierre Ossman2017-12-071-0/+10
| * Make VNC extension startup mandatoryPierre Ossman2017-12-074-63/+15
| * Call FatalError on fatal exceptionsPierre Ossman2017-12-073-1/+27
* | 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