aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/DesktopWindow.cxx
Commit message (Expand)AuthorAgeFilesLines
* Implement X Input pointer handling for UnixAaron Sowry2020-05-291-15/+7
* Ignore bogus FL_MOVE events from FLTKSamuel Mannehed2020-05-261-0/+6
* Do maximize more properly on macOSPierre Ossman2020-03-261-7/+1
* Don't resize viewer window when maximizedPierre Ossman2020-03-261-1/+38
* Don't show the context menu hint when no hotkeySamuel Mannehed2019-10-251-2/+5
* Merge branch 'exclipboard' of https://github.com/CendioOssman/tigervncPierre Ossman2019-07-011-6/+16
|\
| * Improved clipboard APIPierre Ossman2019-07-011-6/+16
| * Clean up internal clipboard handlingPierre Ossman2019-07-011-2/+2
* | Request keyboard grab ability under XwaylandPierre Ossman2019-06-181-0/+22
|/
* Merge branch 'connparams' of https://github.com/CendioOssman/tigervncPierre Ossman2018-12-101-14/+14
|\
| * Split out ServerParams from ConnParamsPierre Ossman2018-11-011-13/+13
| * Encapsulate screen layout storage in ConnParamsPierre Ossman2018-11-011-12/+12
* | Fix memory leaksJan Grulich2018-11-201-2/+2
|/
* 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
* Reduce size of context menu hintPierre Ossman2018-07-191-5/+8
* 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
* Update fullscreen window if changing fullScreenAllMonitors optionPeter Åstrand (astrand)2018-05-021-2/+5
* Handle LED state sync entirely in ViewportPierre Ossman2018-03-261-4/+0
* Move server cut text handler to ViewportPierre Ossman2018-03-261-0/+6
* Replace "frames" with "updates" in statsPierre Ossman2018-03-261-13/+13
* Fix incorrect numbers in performance debug graphPierre Ossman2018-02-261-3/+3
* Use current server time for XUngrabPointerPeter Åstrand (astrand)2018-01-151-1/+1
* Use current server time for XUngrabKeyboardPierre Ossman2017-10-021-1/+1
* Remove accidental debug outputPierre Ossman2017-09-221-1/+0
* Release pointer grab when cursor leaves windowPierre Ossman2017-09-181-13/+72
* Sync LED state when gaining focusPierre Ossman2017-08-241-12/+20
* Add client support for LED state syncPierre Ossman2017-08-241-0/+6
*-. 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
|/
* Only draw overlays when neededPierre Ossman2017-04-281-8/+12
* 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-241-1/+154
* Get correct text width for overlayPierre Ossman2017-02-241-0/+1
* Change cursor API to use RGBA dataPierre Ossman2017-02-221-2/+2
* Fade overlay in and outPierre Ossman2017-02-101-10/+26
* Add overlay tip to help find the context menuPierre Ossman2017-02-101-10/+161
* Render on a temporary surface when neededPierre Ossman2017-02-101-18/+36
* Handle scrolling manuallyPierre Ossman2017-02-101-53/+140
* Delegate decoder object management to a separate classPierre Ossman2015-11-271-6/+0
* Remove parameter "hasBeenSet" logicPierre Ossman2015-04-271-3/+3
* Remove no longer functional workaroundPierre Ossman2015-02-161-9/+0
* Raise FLTK requirement to 1.3.3Pierre Ossman2015-01-271-53/+2
* More debug logging for screen layout changesPierre Ossman2015-01-261-2/+5
* Make sure we do an initial resizePierre Ossman2014-11-111-4/+12
* Make sure user visible strings are translatedPierre Ossman2014-09-221-3/+3
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-24/+3