aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/DesktopWindow.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide a better R/W base PixelBuffer classPierre Ossman2014-07-071-2/+2
* Remove full support for colour mapsPierre Ossman2014-07-071-6/+0
* Remove some premature optimisationPierre Ossman2014-07-071-0/+22
* We need to be careful to not call X11 operations if the window isn'tPierre Ossman2012-10-301-14/+26
* Leaving/entering full screen on OS X would leave the scroll bars in anPierre Ossman2012-10-241-0/+5
* Fl::screen_work_area() was added after FLTK 1.3.0, so we need to havePierre Ossman2012-10-241-0/+10
* Fix indentation.Pierre Ossman2012-10-171-1/+1
* Starting in full screen was misbehaving because we were waitingPierre Ossman2012-10-171-0/+7
* We need to be more careful about activating maximized mode when inPierre Ossman2012-10-111-5/+12
* XFCE's window manager did not interact well with the code that avoidedPierre Ossman2012-10-031-16/+25
* Using maximize and full screen at the same time on OS X would misbehavePierre Ossman2012-10-021-4/+21
* Fix bad indentation.Pierre Ossman2012-10-021-7/+7
* Need to make sure that the viewport still gets mouse events, even if wePierre Ossman2012-09-101-1/+2
* Break some overly long lines.Pierre Ossman2012-09-031-6/+12
* Avoid triggering a full screen request by accident on X11.Pierre Ossman2012-09-031-8/+28
* Restore edge/bump scrolling when we are in full screen mode as it is easierPierre Ossman2012-09-031-1/+82
* Move the -geometry parsing up, so that it affects fullscreen mode asPeter Åstrand2012-08-291-45/+43
* The OS X keyboard grabbing code needs to be multi-head aware to functionPierre Ossman2012-08-271-1/+7
* Added a comment about -geometry limitations. Peter Åstrand2012-08-271-0/+4
* Update to last patch; forgot break in switch statement. Peter Åstrand2012-08-271-0/+2
* Added a standard -geometry command line option. Such an option isPeter Åstrand2012-08-271-1/+31
* X11 window managers are very buggy when it comes to having a window startPierre Ossman2012-08-231-17/+60
* Avoid doing a lot of resize related things if we're not actually resizing.Pierre Ossman2012-08-231-15/+24
* Added new option "-Maximize", for maximizing the window at startup.Peter Åstrand2012-08-011-0/+44