| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clarify the FLTK requirement. | Pierre Ossman | 2012-08-17 | 1 | -5/+5 |
* | Add missing blank line. | Pierre Ossman | 2012-08-17 | 1 | -0/+1 |
* | Ignore more generated files | Peter Åstrand | 2012-08-09 | 0 | -0/+0 |
* | Remove the in-tree versin of FLTK. Maintaining such a copy is way too | Peter Åstrand | 2012-08-09 | 436 | -148219/+59 |
* | 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 |
* | Changes to allow compiling on JDK7 | Brian Hinz | 2012-07-22 | 5 | -15/+46 |
* | 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 |
* | We were not handling the "sync next" fence properly as we sent the response | Pierre Ossman | 2012-07-20 | 2 | -6/+10 |
* | Also check for negative encodings, in case the server is throwing unexpected | Pierre Ossman | 2012-07-19 | 2 | -3/+3 |
* | Implicit drawing operations (like window borders) are done by accessing | Pierre Ossman | 2012-07-19 | 1 | -9/+26 |
* | Fix improper check of errors when getting a suitable RandR mode. | Pierre Ossman | 2012-07-18 | 1 | -2/+2 |
* | We need to be able to handle outputs without any CRTC connected as well. | Pierre Ossman | 2012-07-18 | 1 | -10/+56 |
* | Forgot to initialise the iterator index properly. | Pierre Ossman | 2012-07-18 | 1 | -1/+1 |
* | We need to manually update the RandR timestamp, as it is normally set in | Pierre Ossman | 2012-07-17 | 1 | -0/+7 |
* | The internal API for RRCrtcNotify() changed in Xorg 1.6+, so make sure things | Pierre Ossman | 2012-07-17 | 1 | -2/+19 |
* | Implement client side multi-head support. Requires a FLTK patched to support | Pierre Ossman | 2012-07-13 | 9 | -21/+167 |
* | ScreenSet references rdr types, so we need to make sure those are defined. | Pierre Ossman | 2012-07-13 | 1 | -0/+1 |
* | Add back support for letting the client reconfigure the screen, this time | Pierre Ossman | 2012-07-13 | 4 | -34/+284 |
* | Track outputs instead of CRTCs, as those better match the screen concept | Pierre Ossman | 2012-07-12 | 2 | -15/+17 |
* | Redo the RandR code in Xvnc/libvnc to use the modern 1.2 API. The old | Pierre Ossman | 2012-07-12 | 5 | -165/+366 |
* | 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 |
* | GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of | Pierre Ossman | 2012-07-03 | 5 | -13/+55 |
* | Refactor the TLS code so that the push/pull functions are aware of their | Pierre Ossman | 2012-07-03 | 6 | -29/+43 |
* | In-tree version of FLTK needs Fl_PNG_Image in order to use the new icon code ... | DRC | 2012-06-02 | 2 | -0/+234 |
* | Fixed issue where viewer was not honoring cmd line arg SendLocalUsername | Brian Hinz | 2012-05-31 | 1 | -6/+1 |
* | removed ANSI character escapes, not supported on Windows cmd line | Brian Hinz | 2012-05-23 | 1 | -13/+11 |
* | Significantly improves the peak frame rate on platforms that support using BI... | Brian Hinz | 2012-05-23 | 1 | -21/+62 |
* | Shortened SSH tunneling System property names, fixed problem with parsing of ... | Brian Hinz | 2012-05-23 | 2 | -8/+9 |
* | Fixes what appears to be a Java bug on Linux. Graphics2D.copyArea corrupts th... | Brian Hinz | 2012-05-19 | 1 | -1/+1 |
* | Adds support for setting the menu key via cmd line arg. Adds all menu keys s... | Brian Hinz | 2012-05-16 | 6 | -17/+102 |
* | Implemented rfb/Configuration similar to the native client methods. Added equ... | Brian Hinz | 2012-05-14 | 10 | -118/+447 |
* | Reverted change introduced in r4910, r4911 didn't fix the problem that was cr... | Brian Hinz | 2012-05-07 | 1 | -2/+3 |
* | Fixed a null pointer exception introduced by r4909 | Brian Hinz | 2012-05-07 | 1 | -2/+2 |
* | Re-implemented SSH tunneling features in Java viewer based on TurboVNC native... | Brian Hinz | 2012-05-06 | 2 | -102/+406 |
* | improve readability of usage message displayed by Java viewer. | Brian Hinz | 2012-05-06 | 2 | -40/+77 |
* | Fixed an issue with -listen mode where java client wasn't listening on the wi... | Brian Hinz | 2012-04-27 | 1 | -3/+1 |
* | The old Windows viewer was capable of logging to file. This is essential | Pierre Ossman | 2012-04-26 | 1 | -0/+5 |
* | Windows has a bit of a peculiarity in that winsock2.h must be included | Pierre Ossman | 2012-04-26 | 1 | -1/+2 |
* | Fix unsafe usage of the logging functions. | Pierre Ossman | 2012-04-26 | 15 | -34/+34 |