summaryrefslogtreecommitdiffstats
path: root/vncviewer/DesktopWindow.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* We can end up with no screens in some cases. Make sure we at least have aPierre Ossman2012-07-201-0/+5
* Screen layout is relative our viewport, not the local machine's 0,0.Pierre Ossman2012-07-201-6/+12
* Make sure we filter out any screens that aren't fully inside the newPierre Ossman2012-07-201-0/+8
* Remove some debug output that wasn't supposed to be here.Pierre Ossman2012-07-201-1/+0
* Implement client side multi-head support. Requires a FLTK patched to supportPierre Ossman2012-07-131-20/+135
* Make it possible to dynamically resize the size of the session, when resizingPierre Ossman2012-07-041-35/+88
* Reindent some code that had grown a bit unstructured.Pierre Ossman2011-11-211-18/+19
* Also grab the mouse pointer in full screen as some window managers like toPierre Ossman2011-11-171-0/+11
* Put the TigerVNC marker at the end instead of the beginning of the windowPierre Ossman2011-09-301-1/+1
* Make sure to include config.h in every compilation unit. Otherwise,Peter Åstrand2011-08-231-0/+4
* Another fullscreen fix: avoid triggering fullscreen simply by settingPeter Åstrand2011-08-021-1/+9
* More fullscreen fixes: Do not try to change size in fullscreen modePeter Åstrand2011-08-011-5/+6
* Another fullscreen fix: When the framebuffer size changes, we must notPeter Åstrand2011-07-191-0/+3
* Make fullscreen mode work better with some X11 WMs such as Fedora 14Peter Åstrand2011-07-181-4/+21
* XGrabKeyboard needs to use CurrentTime rather thanPeter Åstrand2011-07-181-1/+1
* Create a proper header file for the exported functions from vncviewer.cxx.Pierre Ossman2011-07-121-2/+1
* Fix build issues with Visual C++ (implemented macro version of snprintf + re-...DRC2011-06-241-3/+3
* Implement a more robust method to handle the keyboard grab/focus voodoo asPierre Ossman2011-06-141-9/+43
* Add support for cursors to the new viewer.Pierre Ossman2011-06-081-8/+7
* Handle framebuffer resize requests.Pierre Ossman2011-06-011-23/+84
* Make it possible to start in full screen mode.Pierre Ossman2011-05-261-0/+5
* Toggle full screen based on changes in the options window.Pierre Ossman2011-05-261-0/+5
* As we also fall through for FL_FOCUS, we need to do an extra check of thePierre Ossman2011-05-261-1/+2
* Update the full screen setting when the state is toggled by other means.Pierre Ossman2011-05-261-0/+2
* Implement support for grabbing the keyboard when in full screen mode.Pierre Ossman2011-05-261-0/+144
* Workaround for when initial window size isn't what we requested.Pierre Ossman2011-04-151-0/+6
* Limit window size to framebuffer size, which is the behaviour we have in thePierre Ossman2011-04-151-1/+1
* Add a scroll widget so that we can allow resizing of the main window.Pierre Ossman2011-04-151-0/+45
* Split out the graphics and input handling to a separate widget in preparationPierre Ossman2011-04-151-420/+10