]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2012-08-01 Peter ÅstrandAdded new option "-Maximize", for maximizing the window...
2012-07-22 Brian HinzChanges to allow compiling on JDK7
2012-07-20 Pierre OssmanWe can end up with no screens in some cases. Make sure...
2012-07-20 Pierre OssmanScreen layout is relative our viewport, not the local...
2012-07-20 Pierre OssmanMake sure we filter out any screens that aren't fully...
2012-07-20 Pierre OssmanRemove some debug output that wasn't supposed to be...
2012-07-20 Pierre OssmanWe were not handling the "sync next" fence properly...
2012-07-19 Pierre OssmanAlso check for negative encodings, in case the server...
2012-07-19 Pierre OssmanImplicit drawing operations (like window borders) are...
2012-07-18 Pierre OssmanFix improper check of errors when getting a suitable...
2012-07-18 Pierre OssmanWe need to be able to handle outputs without any CRTC...
2012-07-18 Pierre OssmanForgot to initialise the iterator index properly.
2012-07-17 Pierre OssmanWe need to manually update the RandR timestamp, as...
2012-07-17 Pierre OssmanThe internal API for RRCrtcNotify() changed in Xorg...
2012-07-13 Pierre OssmanImplement client side multi-head support. Requires...
2012-07-13 Pierre OssmanScreenSet references rdr types, so we need to make...
2012-07-13 Pierre OssmanAdd back support for letting the client reconfigure...
2012-07-12 Pierre OssmanTrack outputs instead of CRTCs, as those better match...
2012-07-12 Pierre OssmanRedo the RandR code in Xvnc/libvnc to use the modern...
2012-07-10 Pierre OssmanHide the full screen setting when support isn't present.
2012-07-05 Pierre OssmanMake RemoteResize configurable from the options dialog.
2012-07-05 Pierre OssmanMake DesktopSize configurable from the options dialog.
2012-07-05 Pierre OssmanMove the fullscreen option to a separate tab, in prepar...
2012-07-04 Pierre OssmanThis code is no longer needed now that we have dynamic...
2012-07-04 Pierre OssmanAdd menu entry to have the local window match the size...
2012-07-04 Pierre OssmanMake it possible to dynamically resize the size of...
2012-07-04 Pierre OssmanFix typo.
2012-07-03 Pierre OssmanGnuTLS 3.x has removed gnutls_transport_set_global_errn...
2012-07-03 Pierre OssmanRefactor the TLS code so that the push/pull functions...
2012-06-02 DRCIn-tree version of FLTK needs Fl_PNG_Image in order...
2012-05-31 Brian HinzFixed issue where viewer was not honoring cmd line...
2012-05-23 Brian Hinzremoved ANSI character escapes, not supported on Window...
2012-05-23 Brian HinzSignificantly improves the peak frame rate on platforms...
2012-05-23 Brian HinzShortened SSH tunneling System property names, fixed...
2012-05-19 Brian HinzFixes what appears to be a Java bug on Linux. Graphics2...
2012-05-16 Brian HinzAdds support for setting the menu key via cmd line...
2012-05-14 Brian HinzImplemented rfb/Configuration similar to the native...
2012-05-07 Brian HinzReverted change introduced in r4910, r4911 didn't fix...
2012-05-07 Brian HinzFixed a null pointer exception introduced by r4909
2012-05-06 Brian HinzRe-implemented SSH tunneling features in Java viewer...
2012-05-06 Brian Hinzimprove readability of usage message displayed by Java...
2012-04-27 Brian HinzFixed an issue with -listen mode where java client...
2012-04-26 Pierre OssmanThe old Windows viewer was capable of logging to file...
2012-04-26 Pierre OssmanWindows has a bit of a peculiarity in that winsock2...
2012-04-26 Pierre OssmanFix unsafe usage of the logging functions.
2012-04-26 Pierre OssmanAllow gcc to check for correct usage of the formatting...
2012-04-26 Brian HinzFixed cut & paste error
2012-04-26 Brian HinzFix Socket methods for querying the socket endpoints...
2012-04-25 Brian HinzRemove hard-coded font names from UI settings.
2012-04-25 Pierre OssmanMake sure we're paranoid about accidentally feeding...
2012-04-25 Pierre OssmanThe reformatting of all the Xserver sources in the...
2012-04-25 Pierre OssmanProper support for icons in FLTK (upstream STR 2816).
2012-04-25 Pierre OssmanUse the gcc way of creating shared segments in DLLs...
2012-04-25 Pierre OssmanBuild wm_hooks in its own directory. Makes the build...
2012-04-25 Brian HinzSpawn a new viewer on ClientRedirects, otherwise ConnPa...
2012-04-25 Brian HinzSet Nimbus as the default look and feel if it's availab...
2012-04-25 Brian HinzUI tweaks to improve look & feel consistency.
2012-04-21 Brian Hinzdispose of graphics object to prevent memory leaks
2012-04-14 Brian HinzAllows java client in listen mode to continue listening...
2012-04-13 Brian HinzMake the Swing LookAndFeel consistent between applet...
2012-04-13 Brian HinzFixes issue with java viewer exiting altogether when...
2012-04-11 Brian HinzUpdate address of FSF and copyright notices to assign...
2012-04-11 Brian HinzTry to eliminate spurious repaints, improve rendering...
2012-04-11 Brian HinzFix potential null pointer exception if cursor hotspot...
2012-04-11 Brian Hinzremove some bits of dead/unused code
2012-04-08 Brian HinzEnable setDesktopSize feature.
2012-04-08 Brian Hinzmake sure FullScreen checkbox is initialized correctly.
2012-04-05 Brian Hinzadds experimental support for SSH tunneling to the...
2012-04-05 Brian HinzPrevent viewer from reconfiguring viewport on pixel...
2012-04-05 Brian HinzBufferedImage performance is poor on Microsoft Windows...
2012-03-27 Pierre OssmanMove the last remnants of autotools into config.h.
2012-03-27 Pierre OssmanSet a proper icon for the vncviewer windows on Unix...
2012-03-27 Pierre OssmanConvert media Makefile to CMake.
2012-03-27 Pierre OssmanAdd a resource file to vncviewer.exe so we can get...
2012-03-27 Pierre OssmanUsing libXft means using libfontconfig, so make sure...
2012-03-27 Pierre OssmanMissed vncviewer in previous commit.
2012-03-27 Pierre OssmanConsolidate the installation paths and make sure we...
2012-03-19 Brian HinzFixes handshake failure caused by premature loop break...
2012-03-18 Brian HinzChanges aimed at making the behavior of the java client...
2012-03-16 Brian HinzWorkaround for potential failure to read the version...
2012-03-16 Brian HinzFixes TimedOut exception during clientRedirect caused...
2012-03-15 Brian HinzFix an issue where java viewer appears to hang on Mac...
2012-03-14 Brian Hinzpass correct timeout value to selector. limit pixel...
2012-03-06 Brian HinzFix problem noted in feature request 3482254 where...
2012-03-05 Brian HinzImprove performance of Java viewer by using buffered...
2012-03-05 Brian Hinzrevert 4857, could potentially cause protocol problems
2012-02-28 Pierre OssmanComment where the mysterious 0xFFFF number of rectangle...
2012-02-16 Brian Hinzadds keepAlive feature requested in #3482254 to java...
2012-02-16 Brian Hinzmake sure we actually throw caught execptions in java...
2012-02-14 Brian HinzApplied fix for issue with Win7 and German metakeys...
2012-02-13 DRCFix regression caused by r4841. That patch assumed...
2012-02-12 DRCBump version number to prepare for post-1.2 development
2012-02-12 Brian HinzAdds support for fence & continuous updates extensions...
2012-02-08 Brian Hinzcorrected return value for read function to match unix...
2012-02-05 Brian Hinzcleanup unused/unnecessary Graphics objects/ops
2012-02-05 Brian HinzImproved Tight JPEG decode time by ~25% using PixelGrab...
2012-02-05 Brian HinzGraphics clip rect setting was not being honored, causi...
2012-02-03 Brian HinzReplace all stream-based IO with non-blocking NIO-based...
2012-01-30 Pierre OssmanThe Tight encoder uses the pixel buffer as a scratch...
2012-01-30 Pierre OssmanBe more liberal with const in places where write access...
next