| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | The old Windows viewer was capable of logging to file. This is essential | Pierre Ossman | 2012-04-26 | 1 | -0/+5 |
* | Fix unsafe usage of the logging functions. | Pierre Ossman | 2012-04-26 | 2 | -9/+9 |
* | Make sure we're paranoid about accidentally feeding a format string. | Pierre Ossman | 2012-04-25 | 4 | -25/+17 |
* | Move the last remnants of autotools into config.h. | Pierre Ossman | 2012-03-27 | 1 | -1/+1 |
* | Set a proper icon for the vncviewer windows on Unix and Windows. | Pierre Ossman | 2012-03-27 | 1 | -0/+65 |
* | Add a resource file to vncviewer.exe so we can get an icon. | Pierre Ossman | 2012-03-27 | 3 | -2/+99 |
* | Missed vncviewer in previous commit. | Pierre Ossman | 2012-03-27 | 1 | -6/+2 |
* | Forgot some comments for the mouse cursor workaround. | Pierre Ossman | 2012-01-05 | 1 | -0/+3 |
* | Make sure the mouse pointer is always the standard arrow for the popup menu. | Pierre Ossman | 2012-01-05 | 1 | -0/+11 |
* | Reindent some code that had grown a bit unstructured. | Pierre Ossman | 2011-11-21 | 1 | -18/+19 |
* | Increase the default compression level to cater to a broader range of users | Pierre Ossman | 2011-11-20 | 1 | -1/+1 |
* | Also grab the mouse pointer in full screen as some window managers like to | Pierre Ossman | 2011-11-17 | 1 | -0/+11 |
* | Client side support for continuous updates. | Pierre Ossman | 2011-11-15 | 2 | -7/+20 |
* | Support and use fences in the client. This allows more aggressive use of | Pierre Ossman | 2011-11-14 | 2 | -12/+73 |
* | Send a fake pointer event on initial connection so that we get rid of that | Pierre Ossman | 2011-11-10 | 1 | -0/+6 |
* | Send a move event when the pointer leaves the viewport as it makes it much | Pierre Ossman | 2011-11-10 | 1 | -2/+1 |
* | Use the correct matching free operation. Patch by Matthieu Lochegnies. | Pierre Ossman | 2011-11-09 | 1 | -1/+1 |
* | Redesign the format switching logic so that we don't have to adjust the way | Pierre Ossman | 2011-11-04 | 2 | -13/+33 |
* | If the client and server are using identical pixel formats, then perform Tigh... | DRC | 2011-11-03 | 4 | -6/+31 |
* | Re-order headers to ensure that winsock2.h is included before windows.h. Oth... | DRC | 2011-10-12 | 1 | -1/+1 |
* | It is our convention to install Windows executables in the top-level install ... | DRC | 2011-10-05 | 1 | -1/+5 |
* | Put the TigerVNC marker at the end instead of the beginning of the window | Pierre Ossman | 2011-09-30 | 1 | -1/+1 |
* | Remove VeNCrypt settings from the GUI as lower layers will always be forcing | Pierre Ossman | 2011-09-30 | 2 | -56/+19 |
* | Avoid resetting the options whenever you click on the window. | Pierre Ossman | 2011-09-30 | 1 | -1/+3 |
* | Forgot to save the security settings when closing the options dialog. | Pierre Ossman | 2011-09-30 | 1 | -0/+2 |
* | Proper GNOME shell integration requires that WM_CLASS | Henrik Andersson | 2011-09-19 | 1 | -0/+4 |
* | Adding missing initialization of new member variables | Henrik Andersson | 2011-09-14 | 1 | -1/+1 |