| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy r5126 from trunk. | Pierre Ossman | 2013-07-01 | 1 | -2/+2 |
* | Copy r5115 from trunk. | Pierre Ossman | 2013-05-29 | 1 | -5/+12 |
* | Copy r5112 from trunk. | Pierre Ossman | 2013-05-24 | 1 | -0/+3 |
* | Work around Windows poor handling of the numpad decimal key. | Pierre Ossman | 2013-04-16 | 1 | -0/+20 |
* | Fix build on 32-bit and 64-bit Windows | DRC | 2013-02-26 | 3 | -2/+4 |
* | viewer: exit when user specifies both -via and -listen parameters | Adam Tkac | 2013-02-19 | 1 | -1/+9 |
* | Reimplement -listen in the new FLTK vncviewer. Work done by | Pierre Ossman | 2013-02-15 | 5 | -21/+51 |
* | Remove one vlog.debug call which shouldn't have been committed | Adam Tkac | 2013-01-23 | 1 | -1/+0 |
* | Re-add the "-via" parameter support on UNIX platforms. | Adam Tkac | 2013-01-23 | 6 | -14/+107 |
* | We need to be careful to not call X11 operations if the window isn't | Pierre Ossman | 2012-10-30 | 1 | -14/+26 |
* | Leaving/entering full screen on OS X would leave the scroll bars in an | Pierre Ossman | 2012-10-24 | 1 | -0/+5 |
* | Fl::screen_work_area() was added after FLTK 1.3.0, so we need to have | Pierre Ossman | 2012-10-24 | 1 | -0/+10 |
* | Fix indentation. | Pierre Ossman | 2012-10-17 | 1 | -1/+1 |
* | Starting in full screen was misbehaving because we were waiting | Pierre Ossman | 2012-10-17 | 1 | -0/+7 |
* | We need to be more careful about activating maximized mode when in | Pierre Ossman | 2012-10-11 | 1 | -5/+12 |
* | XFCE's window manager did not interact well with the code that avoided | Pierre Ossman | 2012-10-03 | 1 | -16/+25 |
* | Using maximize and full screen at the same time on OS X would misbehave | Pierre Ossman | 2012-10-02 | 1 | -4/+21 |
* | Fix bad indentation. | Pierre Ossman | 2012-10-02 | 1 | -7/+7 |
* | Have to properly include config.h for the HAVE_... stuff to work. | Pierre Ossman | 2012-09-11 | 1 | -0/+4 |
* | Fix incorrect path for viewer icons. Patch by Uros Vampl. | Pierre Ossman | 2012-09-11 | 1 | -1/+1 |
* | Need to make sure that the viewport still gets mouse events, even if we | Pierre Ossman | 2012-09-10 | 1 | -1/+2 |
* | Break some overly long lines. | Pierre Ossman | 2012-09-03 | 1 | -6/+12 |
* | Avoid triggering a full screen request by accident on X11. | Pierre Ossman | 2012-09-03 | 1 | -8/+28 |
* | Restore edge/bump scrolling when we are in full screen mode as it is easier | Pierre Ossman | 2012-09-03 | 2 | -1/+86 |
* | Move the -geometry parsing up, so that it affects fullscreen mode as | Peter Åstrand | 2012-08-29 | 1 | -45/+43 |
* | The OS X keyboard grabbing code needs to be multi-head aware to function | Pierre Ossman | 2012-08-27 | 3 | -6/+33 |
* | Reverted last patch which was a mistake. | Peter Åstrand | 2012-08-27 | 1 | -46/+6 |
* | Added a comment about -geometry limitations. | Peter Åstrand | 2012-08-27 | 1 | -0/+4 |
* | Update to last patch; forgot break in switch statement. | Peter Åstrand | 2012-08-27 | 1 | -0/+2 |
* | Added a standard -geometry command line option. Such an option is | Peter Åstrand | 2012-08-27 | 4 | -7/+81 |
* | X11 window managers are very buggy when it comes to having a window start | Pierre Ossman | 2012-08-23 | 2 | -18/+66 |
* | Avoid doing a lot of resize related things if we're not actually resizing. | Pierre Ossman | 2012-08-23 | 1 | -15/+24 |
* | A CGImage is read-only, but it just happened to work anyway. Until 10.8 | Pierre Ossman | 2012-08-17 | 2 | -13/+11 |
* | The maximise functionality does not rely on the fullscreen patches. | Pierre Ossman | 2012-08-17 | 1 | -1/+1 |
* | Remove the in-tree versin of FLTK. Maintaining such a copy is way too | Peter Åstrand | 2012-08-09 | 1 | -3/+0 |
* | Make it possible to load and save configuration files. Also, when | Peter Åstrand | 2012-08-08 | 5 | -25/+756 |
* | Added new option "-Maximize", for maximizing the window at startup. | Peter Åstrand | 2012-08-01 | 5 | -0/+52 |
* | We can end up with no screens in some cases. Make sure we at least have a | Pierre Ossman | 2012-07-20 | 1 | -0/+5 |
* | Screen layout is relative our viewport, not the local machine's 0,0. | Pierre Ossman | 2012-07-20 | 1 | -6/+12 |
* | Make sure we filter out any screens that aren't fully inside the new | Pierre Ossman | 2012-07-20 | 1 | -0/+8 |
* | Remove some debug output that wasn't supposed to be here. | Pierre Ossman | 2012-07-20 | 1 | -1/+0 |
* | Implement client side multi-head support. Requires a FLTK patched to support | Pierre Ossman | 2012-07-13 | 7 | -21/+163 |
* | Hide the full screen setting when support isn't present. | Pierre Ossman | 2012-07-10 | 3 | -0/+12 |
* | Make RemoteResize configurable from the options dialog. | Pierre Ossman | 2012-07-05 | 2 | -0/+9 |
* | Make DesktopSize configurable from the options dialog. | Pierre Ossman | 2012-07-05 | 2 | -0/+60 |
* | Move the fullscreen option to a separate tab, in preparation for more | Pierre Ossman | 2012-07-05 | 2 | -9/+28 |
* | This code is no longer needed now that we have dynamic resize. | Pierre Ossman | 2012-07-04 | 1 | -4/+1 |
* | Add menu entry to have the local window match the size of the remote desktop. | Pierre Ossman | 2012-07-04 | 1 | -1/+14 |
* | Make it possible to dynamically resize the size of the session, when resizing | Pierre Ossman | 2012-07-04 | 5 | -67/+99 |
* | Fix typo. | Pierre Ossman | 2012-07-04 | 1 | -1/+1 |