aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Avoid compiler "use of uninitialised variable" warningsPierre Ossman2018-09-131-0/+6
* Fix multi-head placement of overlay (again)Pierre Ossman2018-09-111-11/+4
* Remove dead overlay codePierre Ossman2018-09-111-5/+0
* Center overlay on primary screenPierre Ossman2018-08-161-2/+21
* Merge branch 'master' of https://github.com/daa/tigervncPierre Ossman2018-08-161-1/+1
|\
| * Increase maximum vnc server name lengthAlexander Duryagin2018-08-151-1/+1
* | Do not perform endianness check on Windows and AppleJan Grulich2018-08-081-1/+6
* | Check endianness when constructing PlatformPixelBuffer()Jan Grulich2018-08-081-2/+2
|/
* Ignore buttons in mouse leave eventsPierre Ossman2018-07-311-1/+4
* Reduce size of context menu hintPierre Ossman2018-07-191-5/+8
* Fix .gitignore for vncviewer/ and tests/Pierre Ossman2018-07-111-0/+3
* Fix try/catch for flushPendingClipboard()Pierre Ossman2018-07-111-10/+10
* viewer: reset ctrl / alt to menu state on focusDominique Martinet2018-07-081-0/+6
* Merge branch 'grab' of https://github.com/CendioOssman/tigervncPierre Ossman2018-06-131-9/+48
|\
| * Ignore fake focus events from XGrabKeyboard()Pierre Ossman2018-06-121-0/+44
| * Update comment about keyboard grab on focus changesPierre Ossman2018-06-121-9/+4
* | Better string handling of default server namePierre Ossman2018-06-131-3/+5
|/
* Properly sync LED state on connectPierre Ossman2018-06-072-0/+12
* Merge branch 'unix' of https://github.com/CendioOssman/tigervncPierre Ossman2018-05-292-6/+30
|\
| * Add support for Unix socketsPierre Ossman2018-05-291-3/+15
| * Use abstract SocketListener classPierre Ossman2018-05-041-3/+3
* | Don't require server name in config filePierre Ossman2018-05-292-11/+10
* | Merge branch 'config_as_an_argument' of https://github.com/Kypert/tigervncPierre Ossman2018-05-292-2/+47
|\ \
| * | Accept a cfg as an argument as an alt way to start the viewerMathias Jonsson2018-05-222-2/+47
* | | Stop treating "\\\\" as a special casePierre Ossman2018-05-291-35/+20
* | | Fix parameter escape sequence parsingPierre Ossman2018-05-291-1/+1
| |/ |/|
* | Update fullscreen window if changing fullScreenAllMonitors optionPeter Åstrand (astrand)2018-05-021-2/+5
|/
* Merge branch 'clipfocus' of https://github.com/CendioOssman/tigervncPierre Ossman2018-04-205-49/+126
|\
| * Avoid clipboard updates when not focusedPierre Ossman2018-03-262-0/+52
| * Add focus test helper for ViewportPierre Ossman2018-03-262-17/+14
| * Handle LED state sync entirely in ViewportPierre Ossman2018-03-263-6/+17
| * Move server cut text handler to ViewportPierre Ossman2018-03-265-26/+43
* | Stop abusing InputHandler class for write classPierre Ossman2018-03-282-7/+10
|/
* Replace "frames" with "updates" in statsPierre Ossman2018-03-264-21/+21
* Merge branch 'altgraph' of https://github.com/CendioOssman/tigervncPierre Ossman2018-03-084-34/+127
|\
| * Handle Ctrl+AltGr on WindowsPierre Ossman2018-03-083-17/+77
| * Better detection of AltGr on WindowsPierre Ossman2018-03-082-34/+67
* | Fix incorrect numbers in performance debug graphPierre Ossman2018-02-261-3/+3
|/
* 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
|/