aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Handle Ctrl+AltGr on WindowsPierre Ossman2018-03-083-17/+77
* Better detection of AltGr on WindowsPierre Ossman2018-03-082-34/+67
* Update visible copyright year to 2018Samuel Mannehed2018-02-082-2/+2
* Rename README.txt to README.rst and convert to reStructuredTextPeter Åstrand (astrand)2018-01-312-2/+2
* Don't parse FLTK arguments using Fl::arg; handle -display as other optionsPeter Åstrand (astrand)2018-01-293-3/+7
* Update UI look on macOSPierre Ossman2018-01-221-5/+5
* Use current server time for XUngrabPointerPeter Åstrand (astrand)2018-01-151-1/+1
* Merge branch 'pause' of https://github.com/CendioOssman/tigervncPierre Ossman2017-11-172-8/+37
|\
| * 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-131-9/+23
* | Remove double cursor workaround in clientPierre Ossman2017-11-171-6/+0
* | Handle FLTK arguments at any positionPierre Ossman2017-11-141-16/+21
* | Don't open X11 display too earlyPierre Ossman2017-11-141-5/+5
|/
* Use current server time for XUngrabKeyboardPierre Ossman2017-10-021-1/+1
* Remove accidental debug outputPierre Ossman2017-09-221-1/+0
* Be explicit which Exception class we wantPierre Ossman2017-09-181-2/+2
* Release pointer grab when cursor leaves windowPierre Ossman2017-09-182-13/+77
* Merge branch 'securemsg' of https://github.com/CendioOssman/tigervncPierre Ossman2017-09-152-24/+63
|\
| * Display security state when asking for passwordPierre Ossman2017-09-012-4/+29
| * Merge authentication dialogsPierre Ossman2017-09-011-23/+37
* | Merge branch 'qemukbd-merge' of https://github.com/CendioOssman/tigervncPierre Ossman2017-09-1513-82/+913
|\ \
| * | Add support for raw keyboard in vncviewerPierre Ossman2017-09-117-76/+534
| * | Basic support for QEMU Extended Key EventsPierre Ossman2017-08-281-6/+6
| * | Sync LED state when gaining focusPierre Ossman2017-08-245-12/+133
| * | Add client support for LED state syncPierre Ossman2017-08-249-1/+253
| |/
* / Remove unused FLTKPixelBuffer filesPierre Ossman2017-09-122-86/+0
|/
* Update min version of gettext required to build with .desktop filesBrian P. Hinz2017-08-081-1/+1
* Add fallbacks for translating .desktop filePierre Ossman2017-07-211-6/+27
* Increase default pointer event intervalPierre Ossman2017-07-192-2/+2
* Allow removal of GUI prompt on fatal errorsDr. David Alan Gilbert2017-07-195-6/+21
* Add generic name to .desktop filePierre Ossman2017-07-191-0/+1
* Generate translations in .desktop file from po filesPierre Ossman2017-07-192-5/+8
* Add danish translationscootergrisen2017-07-141-0/+2
* Remove "Print" from keys that can open F8 menuSamuel Mannehed2017-06-022-3/+1
*-. Merge branches 'fix-fullscreen-scroll' and 'fix-scrollbar-visibility' of http...Pierre Ossman2017-05-311-13/+28
|\ \
| | * vncviewer: Fix scrollbar visibilityLuke Shumaker2017-05-241-7/+27
| * | vncviewer: Fix fullscreen scrollingLuke Shumaker2017-05-241-6/+1
| |/
* / Compatibility with macOS 10.12 SDKPierre Ossman2017-05-241-1/+4
|/
* Mark strings for translationAlexander Shopov2017-04-291-6/+6
* Filter out alpha channel for normal draw() operationPierre Ossman2017-04-281-3/+11
* Use correct color space for current monitorPierre Ossman2017-04-283-26/+46
* Create new CGImage for each drawPierre Ossman2017-04-282-36/+46
* Use sub-image instead of clippingPierre Ossman2017-04-281-18/+18
* Only draw overlays when neededPierre Ossman2017-04-281-8/+12
* Be more restrictive with shared memory mode bitsPierre Ossman2017-03-291-1/+1
* Avoid leaking shared memory via X serverPierre Ossman2017-03-291-0/+1
* Update visible copyright year to 2017Samuel Mannehed2017-03-202-2/+2
* Fix for "Invalid use of member 'stats' in static member function"Brian P. Hinz2017-03-101-2/+2
* Display performance statistics in viewerPierre Ossman2017-02-244-2/+199