]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2011-08-29 Peter ÅstrandUpdated Swedish translation
2011-08-29 Peter ÅstrandExecuted translations_update
2011-08-29 Peter ÅstrandAvoid translation strings with leading and/or trailing...
2011-08-24 DRCSupport building an out-of-tree Xvnc binary using in...
2011-08-24 Brian Hinzremove unused variables
2011-08-24 DRCOops. Need to escape parentheses
2011-08-24 DRCAdapt -m32 recipe to accommodate modern systems as...
2011-08-24 DRCOops. The option is --with-xkb-bin-directory, not...
2011-08-24 DRCRemove unused variables
2011-08-24 DRCInclude basic recipe for building Xvnc on "modern"...
2011-08-23 DRCWe can't assume that Pixman is under ${includedir}...
2011-08-23 Brian Hinzprevent window artifact during clientRedirect
2011-08-23 Brian Hinzadded sanity checks for setting jpeg quality level...
2011-08-23 Brian Hinzexpose jpeg quality level 0 in gui
2011-08-23 DRCJPEG quality level 0 is a perfectly valid setting ...
2011-08-23 DRCMove setting of PIC code to a central location
2011-08-23 DRCClarify when in-tree version of Zlib is being used...
2011-08-23 Peter ÅstrandMake sure to include config.h in every compilation...
2011-08-22 Pierre OssmanCMake doesn't handle convenience libraries as nicely...
2011-08-19 DRCLink x0vncserver against Xtst, if it was detected ...
2011-08-19 DRCDo register reduction to re-normalize the performance...
2011-08-19 DRCFix image corruption issues with, and add a few optimiz...
2011-08-19 DRCAdd support for TurboVNC pseudo-encodings and Grayscale...
2011-08-19 DRCMake rawBytesEquivalent an unsigned 64-bit integer...
2011-08-19 DRCFix compiler warning in Visual C++
2011-08-18 Brian Hinzadded option to disable system bell. added missing...
2011-08-18 Brian Hinzadd support for "hidden" compression levels 0,7,8,9...
2011-08-17 Brian HinzImplement recommendations from low-level performance...
2011-08-17 DRCNeed to include os/print.h to use snprintf on Windows
2011-08-17 DRCDisable ComparingUpdateTracker by default for now,...
2011-08-17 DRCImplement recommendations from low-level performance...
2011-08-17 DRCFurther optimizations to the Tight encoder to eliminate...
2011-08-15 Peter ÅstrandDo not translate the encoding names: These are just...
2011-08-11 DRC"Don't use parallel make by default," he says after...
2011-08-11 DRCPorted encoding optimizations from TurboVNC. The chang...
2011-08-11 Peter ÅstrandUpdate the fl_update_clipboard function, so that it...
2011-08-10 DRCAvoid MSVC linker warning when doing a Debug build...
2011-08-09 DRCMerge further fixes to Zlib encoder from 1.1 branch
2011-08-09 DRCRevert r4498 and fix #3305357 properly. The issue...
2011-08-09 DRC(Re-)fix static Xvnc build. We can leverage the BUILD_...
2011-08-08 DRCOops. The 64BIT variable is a carry-over from VirtualG...
2011-08-02 Peter ÅstrandAnother fullscreen fix: avoid triggering fullscreen...
2011-08-01 DRCOnly try to run the libjpeg-turbo test program if we...
2011-08-01 Peter ÅstrandMore fullscreen fixes: Do not try to change size in...
2011-07-28 DRCInclude build date/time and bitness in the About dialog
2011-07-28 DRCAdd a BUILD_STATIC option which links statically agains...
2011-07-28 DRCRemove FLTK build instructions (no longer needed)
2011-07-28 DRCRemove extensions patch. It is no longer being maintai...
2011-07-28 DRCApply our FLTK extensions
2011-07-28 DRCUnless GnuTLS is being used, we have to explicitly...
2011-07-28 DRCInclude a stripped-down version of FLTK in tree and...
2011-07-28 DRCActually link and run the libjpeg-turbo test program...
2011-07-28 DRCActually, you don't have to build it first, as the...
2011-07-19 Peter ÅstrandAnother fullscreen fix: When the framebuffer size chang...
2011-07-18 Peter ÅstrandMake fullscreen mode work better with some X11 WMs...
2011-07-18 Peter ÅstrandXGrabKeyboard needs to use CurrentTime rather than
2011-07-15 Pierre OssmanImplement hacky workaround for rendering errors on...
2011-07-15 Pierre OssmanThis was not a good method to get an initial full updat...
2011-07-15 Pierre OssmanWhen we stopped doing full updates on format changes...
2011-07-15 Pierre OssmanAdd some extra debug output when the frame buffer chang...
2011-07-15 Pierre OssmanAdd hack to make the client start properly even in...
2011-07-15 Pierre OssmanMake sure we use the correct pixel format for cursors...
2011-07-15 Pierre OssmanMake it possible to query a PixelTransformer for the...
2011-07-15 Pierre OssmanWe don't need to force a full refresh on format changes...
2011-07-15 Pierre OssmanThe new viewer stores the framebuffer in a native forma...
2011-07-14 Pierre OssmanManaged to consistently get the colour levels reversed...
2011-07-14 Pierre OssmanWorkaround for Alt behaviour on OS X.
2011-07-14 Peter ÅstrandThe password file must be opened in binary mode. Otherw...
2011-07-14 Brian Hinzmake sure support for clientRedirect is enabled in...
2011-07-13 Pierre OssmanPort over the AltGr hack that the old Windows viewer...
2011-07-12 Pierre OssmanMostly we will catch socket errors when processing...
2011-07-12 Pierre OssmanDestroy the main UI and connection objects before poppi...
2011-07-12 Pierre OssmanMore consolidation into handleKeyEvent().
2011-07-12 Pierre OssmanSimplify things by using the handleKeyEvent() method...
2011-07-12 Pierre OssmanCreate a proper header file for the exported functions...
2011-07-06 DRCInclude instructions for specifying the location of...
2011-07-06 DRCFix regression. We need to set WIN64 so it will be...
2011-07-05 DRCThe previous fix for eliminating the console window...
2011-07-05 Peter ÅstrandBuild with -Wl,-subsystem,windows on Windows, to avoid...
2011-06-30 Brian Hinzcorrected all inconsistent eol-styles and set eol-style...
2011-06-29 Brian Hinzfix for java arraystore exception when bpp=8 with Tight...
2011-06-29 Brian Hinzcleaned up readVersion/writeVersion routines in java...
2011-06-29 Henrik AnderssonFixes a typo introduced with commit 4570.
2011-06-29 Henrik AnderssonAdded leftout cmake build of x0vncserver, fixes bug...
2011-06-28 DRCUse generic copyright message which refers the user...
2011-06-28 DRCMake wording consistent with 1.1.x README
2011-06-28 DRCDon't need Windows formatted copy of LICENCE.TXT anymore
2011-06-28 DRCConsolidate all README files into one and distribute...
2011-06-28 DRCRemove version number from Java README file (so we...
2011-06-28 DRCUpdate copyright messages to reflect actual source...
2011-06-25 DRCMac app bundle and Linux tarball are fully implemented...
2011-06-25 DRCOverride the tarball architecture to i686 if -m32 was...
2011-06-25 DRCImplement 'make tarball' and 'make servertarball'
2011-06-25 DRCAdd uninstall target
2011-06-25 DRCRename man pages to .1 when installing
2011-06-25 DRCInstall man pages during 'make install' on Unix systems
2011-06-24 DRCWin32-->Windows (since there are Win64 builds as well...
2011-06-24 DRCConsolidate source README file, remote cruft, and updat...
2011-06-24 DRCRe-order from least to most recent
2011-06-24 DRCUpdate copyrights to reflect the new Java code we're...
next