2012-08-26 |
Brian Hinz | Make scaling factor arguments "FixedRatio" and "Auto... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Brian Hinz | Fix AccessControlException caused by using System.exit... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Brian Hinz | Split the Viewport out from CConn, really should never... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Brian Hinz | Remove unused class |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Brian Hinz | Refactor the handshake code from first principles to... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Brian Hinz | Remove the AWTPixelBuffer class. After switching to... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Brian Hinz | Significantly improve performance by eliminating the... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Brian Hinz | Change name of menu key class to be consistent with... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Pierre Ossman | X11 window managers are very buggy when it comes to... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Pierre Ossman | Avoid doing a lot of resize related things if we're... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Pierre Ossman | A CGImage is read-only, but it just happened to work... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Pierre Ossman | The maximise functionality does not rely on the fullscr... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Pierre Ossman | Clarify the FLTK requirement. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Pierre Ossman | Add missing blank line. |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Peter Åstrand | Ignore more generated files |
commit | commitdiff | tree | snapshot |
2012-08-09 |
Peter Åstrand | Remove the in-tree versin of FLTK. Maintaining such... |
commit | commitdiff | tree | snapshot |
2012-08-08 |
Peter Åstrand | Make it possible to load and save configuration files... |
commit | commitdiff | tree | snapshot |
2012-08-01 |
Peter Åstrand | Added new option "-Maximize", for maximizing the window... |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Brian Hinz | Changes to allow compiling on JDK7 |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Pierre Ossman | We can end up with no screens in some cases. Make sure... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Pierre Ossman | Screen layout is relative our viewport, not the local... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Pierre Ossman | Make sure we filter out any screens that aren't fully... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Pierre Ossman | Remove some debug output that wasn't supposed to be... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Pierre Ossman | We were not handling the "sync next" fence properly... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Pierre Ossman | Also check for negative encodings, in case the server... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Pierre Ossman | Implicit drawing operations (like window borders) are... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Pierre Ossman | Fix improper check of errors when getting a suitable... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Pierre Ossman | We need to be able to handle outputs without any CRTC... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Pierre Ossman | Forgot to initialise the iterator index properly. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Pierre Ossman | We need to manually update the RandR timestamp, as... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Pierre Ossman | The internal API for RRCrtcNotify() changed in Xorg... |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Pierre Ossman | Implement client side multi-head support. Requires... |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Pierre Ossman | ScreenSet references rdr types, so we need to make... |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Pierre Ossman | Add back support for letting the client reconfigure... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Pierre Ossman | Track outputs instead of CRTCs, as those better match... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Pierre Ossman | Redo the RandR code in Xvnc/libvnc to use the modern... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Pierre Ossman | Hide the full screen setting when support isn't present. |
commit | commitdiff | tree | snapshot |
2012-07-05 |
Pierre Ossman | Make RemoteResize configurable from the options dialog. |
commit | commitdiff | tree | snapshot |
2012-07-05 |
Pierre Ossman | Make DesktopSize configurable from the options dialog. |
commit | commitdiff | tree | snapshot |
2012-07-05 |
Pierre Ossman | Move the fullscreen option to a separate tab, in prepar... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Pierre Ossman | This code is no longer needed now that we have dynamic... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Pierre Ossman | Add menu entry to have the local window match the size... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Pierre Ossman | Make it possible to dynamically resize the size of... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Pierre Ossman | Fix typo. |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Pierre Ossman | GnuTLS 3.x has removed gnutls_transport_set_global_errn... |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Pierre Ossman | Refactor the TLS code so that the push/pull functions... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
DRC | In-tree version of FLTK needs Fl_PNG_Image in order... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Brian Hinz | Fixed issue where viewer was not honoring cmd line... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Brian Hinz | removed ANSI character escapes, not supported on Window... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Brian Hinz | Significantly improves the peak frame rate on platforms... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Brian Hinz | Shortened SSH tunneling System property names, fixed... |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Brian Hinz | Fixes what appears to be a Java bug on Linux. Graphics2... |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Brian Hinz | Adds support for setting the menu key via cmd line... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Brian Hinz | Implemented rfb/Configuration similar to the native... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Brian Hinz | Reverted change introduced in r4910, r4911 didn't fix... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Brian Hinz | Fixed a null pointer exception introduced by r4909 |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Brian Hinz | Re-implemented SSH tunneling features in Java viewer... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Brian Hinz | improve readability of usage message displayed by Java... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Brian Hinz | Fixed an issue with -listen mode where java client... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Pierre Ossman | The old Windows viewer was capable of logging to file... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Pierre Ossman | Windows has a bit of a peculiarity in that winsock2... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Pierre Ossman | Fix unsafe usage of the logging functions. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Pierre Ossman | Allow gcc to check for correct usage of the formatting... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Brian Hinz | Fixed cut & paste error |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Brian Hinz | Fix Socket methods for querying the socket endpoints... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Brian Hinz | Remove hard-coded font names from UI settings. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Pierre Ossman | Make sure we're paranoid about accidentally feeding... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Pierre Ossman | The reformatting of all the Xserver sources in the... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Pierre Ossman | Proper support for icons in FLTK (upstream STR 2816). |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Pierre Ossman | Use the gcc way of creating shared segments in DLLs... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Pierre Ossman | Build wm_hooks in its own directory. Makes the build... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Brian Hinz | Spawn a new viewer on ClientRedirects, otherwise ConnPa... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Brian Hinz | Set Nimbus as the default look and feel if it's availab... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Brian Hinz | UI tweaks to improve look & feel consistency. |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Brian Hinz | dispose of graphics object to prevent memory leaks |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Brian Hinz | Allows java client in listen mode to continue listening... |
commit | commitdiff | tree | snapshot |
2012-04-13 |
Brian Hinz | Make the Swing LookAndFeel consistent between applet... |
commit | commitdiff | tree | snapshot |
2012-04-13 |
Brian Hinz | Fixes issue with java viewer exiting altogether when... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Brian Hinz | Update address of FSF and copyright notices to assign... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Brian Hinz | Try to eliminate spurious repaints, improve rendering... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Brian Hinz | Fix potential null pointer exception if cursor hotspot... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Brian Hinz | remove some bits of dead/unused code |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Brian Hinz | Enable setDesktopSize feature. |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Brian Hinz | make sure FullScreen checkbox is initialized correctly. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Brian Hinz | adds experimental support for SSH tunneling to the... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Brian Hinz | Prevent viewer from reconfiguring viewport on pixel... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Brian Hinz | BufferedImage performance is poor on Microsoft Windows... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Pierre Ossman | Move the last remnants of autotools into config.h. |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Pierre Ossman | Set a proper icon for the vncviewer windows on Unix... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Pierre Ossman | Convert media Makefile to CMake. |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Pierre Ossman | Add a resource file to vncviewer.exe so we can get... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Pierre Ossman | Using libXft means using libfontconfig, so make sure... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Pierre Ossman | Missed vncviewer in previous commit. |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Pierre Ossman | Consolidate the installation paths and make sure we... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Brian Hinz | Fixes handshake failure caused by premature loop break... |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Brian Hinz | Changes aimed at making the behavior of the java client... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Brian Hinz | Workaround for potential failure to read the version... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Brian Hinz | Fixes TimedOut exception during clientRedirect caused... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Brian Hinz | Fix an issue where java viewer appears to hang on Mac... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Brian Hinz | pass correct timeout value to selector. limit pixel... |
commit | commitdiff | tree | snapshot |
next |