339 Commits (v1.3.0)

Author SHA1 Message Date
  Pierre Ossman e0b3296ed9 Copy r5126 from trunk. 11 years ago
  Pierre Ossman 6608411c08 Copy r5115 from trunk. 11 years ago
  Pierre Ossman 7edfb86c65 Copy r5112 from trunk. 11 years ago
  Pierre Ossman 7e8ace1ca7 Work around Windows poor handling of the numpad decimal key. 11 years ago
  DRC 3e7ed8164f Fix build on 32-bit and 64-bit Windows 11 years ago
  Adam Tkac 571089bcea viewer: exit when user specifies both -via and -listen parameters 11 years ago
  Pierre Ossman 2a7a8d60c8 Reimplement -listen in the new FLTK vncviewer. Work done by 11 years ago
  Adam Tkac 09b8385146 Remove one vlog.debug call which shouldn't have been committed 11 years ago
  Adam Tkac 8ac4b30fe9 Re-add the "-via" parameter support on UNIX platforms. 11 years ago
  Pierre Ossman 1f884e0600 We need to be careful to not call X11 operations if the window isn't 11 years ago
  Pierre Ossman 2f3a04ef23 Leaving/entering full screen on OS X would leave the scroll bars in an 11 years ago
  Pierre Ossman 208b2ead8a Fl::screen_work_area() was added after FLTK 1.3.0, so we need to have 11 years ago
  Pierre Ossman b13698086f Fix indentation. 11 years ago
  Pierre Ossman cb68c19e1d Starting in full screen was misbehaving because we were waiting 11 years ago
  Pierre Ossman 897067bd84 We need to be more careful about activating maximized mode when in 11 years ago
  Pierre Ossman 9e0e754307 XFCE's window manager did not interact well with the code that avoided 11 years ago
  Pierre Ossman 002cc5d129 Using maximize and full screen at the same time on OS X would misbehave 11 years ago
  Pierre Ossman 9d267c5ed5 Fix bad indentation. 11 years ago
  Pierre Ossman b808ffd294 Have to properly include config.h for the HAVE_... stuff to work. 11 years ago
  Pierre Ossman 6a007bde17 Fix incorrect path for viewer icons. Patch by Uros Vampl. 11 years ago
  Pierre Ossman b2e712bc49 Need to make sure that the viewport still gets mouse events, even if we 11 years ago
  Pierre Ossman dd138441c4 Break some overly long lines. 11 years ago
  Pierre Ossman 0e5934631d Avoid triggering a full screen request by accident on X11. 11 years ago
  Pierre Ossman 1d867b66fd Restore edge/bump scrolling when we are in full screen mode as it is easier 11 years ago
  Peter Åstrand c6cdc1fb30 Move the -geometry parsing up, so that it affects fullscreen mode as 11 years ago
  Pierre Ossman 3d75911a55 The OS X keyboard grabbing code needs to be multi-head aware to function 11 years ago
  Peter Åstrand 13ee321927 Reverted last patch which was a mistake. 11 years ago
  Peter Åstrand a21a0cf888 Added a comment about -geometry limitations. 11 years ago
  Peter Åstrand 63d75cc065 Update to last patch; forgot break in switch statement. 11 years ago
  Peter Åstrand b182a9e03d Added a standard -geometry command line option. Such an option is 11 years ago
  Pierre Ossman 4c4b66f1a0 X11 window managers are very buggy when it comes to having a window start 11 years ago
  Pierre Ossman 9f32e3ca67 Avoid doing a lot of resize related things if we're not actually resizing. 11 years ago
  Pierre Ossman cb9eefabc5 A CGImage is read-only, but it just happened to work anyway. Until 10.8 11 years ago
  Pierre Ossman f7957546bb The maximise functionality does not rely on the fullscreen patches. 11 years ago
  Peter Åstrand 956a636506 Remove the in-tree versin of FLTK. Maintaining such a copy is way too 12 years ago
  Peter Åstrand 8a2b0810dc Make it possible to load and save configuration files. Also, when 12 years ago
  Peter Åstrand 49b1157ffb Added new option "-Maximize", for maximizing the window at startup. 12 years ago
  Pierre Ossman 72b4adfd2f We can end up with no screens in some cases. Make sure we at least have a 12 years ago
  Pierre Ossman f44f6c02db Screen layout is relative our viewport, not the local machine's 0,0. 12 years ago
  Pierre Ossman 93d2d9272b Make sure we filter out any screens that aren't fully inside the new 12 years ago
  Pierre Ossman 510e89621f Remove some debug output that wasn't supposed to be here. 12 years ago
  Pierre Ossman aae3891bc7 Implement client side multi-head support. Requires a FLTK patched to support 12 years ago
  Pierre Ossman 2441e8296d Hide the full screen setting when support isn't present. 12 years ago
  Pierre Ossman 9919701ec3 Make RemoteResize configurable from the options dialog. 12 years ago
  Pierre Ossman 9ff733a672 Make DesktopSize configurable from the options dialog. 12 years ago
  Pierre Ossman 1c2189b084 Move the fullscreen option to a separate tab, in preparation for more 12 years ago
  Pierre Ossman 275284f3fd This code is no longer needed now that we have dynamic resize. 12 years ago
  Pierre Ossman 8dc8bca974 Add menu entry to have the local window match the size of the remote desktop. 12 years ago
  Pierre Ossman ff473402c1 Make it possible to dynamically resize the size of the session, when resizing 12 years ago
  Pierre Ossman a23989bfde Fix typo. 12 years ago