]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
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...
2011-06-24 DRCChange version number to 1.1.80 (1.2 alpha) to distingu...
2011-06-24 DRCUpdate release documentation (not sure how useful this...
2011-06-24 DRCRemove unused autotools build system
2011-06-24 DRCDeploy Mac TigerVNC Viewer as an application bundle...
2011-06-24 DRCDeploy Mac TigerVNC Viewer as an application bundle...
2011-06-24 DRCUpdate Windows README file
2011-06-24 DRCInstaller needs to be built from the top-level CMake...
2011-06-24 DRCPackage new FLTK-based TigerVNC Viewer on Windows
2011-06-24 DRCInstructions for building with NLS and other tweaks
2011-06-24 DRCMake it clear that we were looking for "libjpeg-turbo...
2011-06-24 DRCAutomatically disable NLS if gettext and/or libiconv...
2011-06-24 DRCDo not run libtool_create_control_file() on Windows...
2011-06-24 DRCVisual C++ requires gcrypt.h because it doesn't have...
2011-06-24 DRCEnsure that FLTK is built with the static run-time...
2011-06-24 DRCFix build issues with Visual C++ (implemented macro...
2011-06-23 DRCMake sure that CMAKE_BUILD_TYPE is set to Release by...
2011-06-23 DRCCall Fl::args() to properly parse the "hidden" argument...
2011-06-23 DRCDon't link against the X11 libraries on Mac, because...
2011-06-23 DRCBuild new FLTK-based viewer by default
2011-06-23 DRCFirst pass at build instructions for the new FLTK-based...
2011-06-23 DRCWe don't use fltk_images or fltk_forms, so don't try...
2011-06-23 Peter ÅstrandCall setMenuKey before initContextMenu to avoid uniniti...
2011-06-23 DRCUpdate extensions to cleanly apply against FLTK 1.3...
2011-06-23 DRCFULLSCREEN should be 1<<19, not 1<<18
2011-06-22 DRCNeed to explicitly link with libiconv when using libintl.a.
2011-06-22 DRCDon't define _WIN32_IE or _WIN32_WINNT except on Window...
2011-06-22 DRCIntegrate Xvnc build with CMake and new FLTK-based...
2011-06-22 DRCNo longer need to explicitly specify GNUTLS_LDFLAGS...
2011-06-22 DRCDetect and enable PAM authentication support
2011-06-22 DRCFix several bugs in the generation of .la files
2011-06-22 DRCTranslate comments into English and remove blindingly...
2011-06-22 DRCTabs to spaces
2011-06-21 DRCMake '-version 7.4' the default.
2011-06-18 DRCFix 3305357 (Enabling custom compression level on clien...
2011-06-17 Brian Hinzcorrected missing index ptr in new ZlibInStream impleme...
2011-06-17 Brian HinzImported JZlib source tree and re-implemented ZlibInStr...
2011-06-17 Pierre OssmanTurns out that TXImage wasn't just being overly cautiou...
2011-06-17 Pierre OssmanImplement optimised drawing operations for OS X. Didn...
2011-06-17 Pierre OssmanRemove unused structure definition.
2011-06-16 Pierre OssmanTranslate the default menu items we get on OS X.
2011-06-14 DRCUsing build-xorg without -static is not useful, because...
2011-06-14 Pierre OssmanImplement a more robust method to handle the keyboard...
2011-06-13 Pierre OssmanFlushing screen updates after 100 ms turned out to...
2011-06-13 Pierre OssmanOptimised drawing routines for Win32, based on the...
2011-06-13 Pierre OssmanOptimised drawing routines for X11, roughly based on...
2011-06-13 Pierre OssmanBasic framework for more optimised, platform specific...
2011-06-10 DRCFix HAVE_FLTK_DEAD_KEYS test
2011-06-10 Henrik AnderssonExclude unix directory from compile on Apple platform,
2011-06-10 Brian Hinzinitial support for ClientRedirect and VeNCrypt sub...
2011-06-09 DRCRemove obsolete Visual C++ 7 build instructions
2011-06-09 DRClibtool control file should be created in binary direct...
2011-06-09 Henrik Andersson- Fixed so the library suffix is platformindependent
2011-06-09 Pierre OssmanDump a copy of FLTK and needed patches in the tree...
2011-06-09 Henrik AnderssonBuilding the Xvnc server requires libtool control files...
2011-06-09 Pierre OssmanWe can get 0x0 cursor sometimes when the server wants...
2011-06-09 Pierre OssmanCopied the dot cursor logic over from the Unix viewer...
2011-06-09 Pierre OssmanDefault to fully respecting the remote cursor in order...
2011-06-09 Pierre OssmanWe have no cursor initially, and never if the server...
2011-06-09 Pierre OssmanImplement dot cursor in new viewer.
2011-06-09 Pierre OssmanThe default value of local cursor support is false...
2011-06-08 Pierre OssmanBah, not enough coffee today. I had already implemented...
next