]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2011-04-27 Adam TkacMerge r4341 from 1_1 branch (dcommander):
2011-04-27 Adam TkacMerged r4340 from 1_1 branch (dcommander):
2011-04-19 Peter ÅstrandAdded install target for new vncviewer.
2011-04-15 Pierre OssmanWorkaround for when initial window size isn't what...
2011-04-15 Pierre OssmanLimit window size to framebuffer size, which is the...
2011-04-15 Pierre OssmanAdd a scroll widget so that we can allow resizing of...
2011-04-15 Pierre OssmanNeed to adjust mouse coordinates now that we can move...
2011-04-15 Pierre OssmanMake sure the viewport widget can be moved around ...
2011-04-15 Pierre OssmanSplit out the graphics and input handling to a separate...
2011-04-14 Pierre OssmanForgot to add the dead key define so that the source...
2011-04-14 Pierre OssmanRelease all pressed keys when we lose focus. This is...
2011-04-14 Pierre OssmanUse a STL map to track keys so we don't have to care...
2011-04-14 Pierre OssmanMake sure AltGr gets sent over on X11.
2011-04-14 Pierre OssmanSince Ctrl and Cmd tends to mess with the symbol genera...
2011-04-11 Pierre OssmanHandle dead keys more properly (through some fixing...
2011-03-14 Adam Tkac[Bugfix] Update unix/xserver110.patch patch.
2011-03-10 Pierre OssmanOff-by-one error. FL_F points to "F0", not F1.
2011-03-10 Pierre OssmanFix up numpad keys.
2011-03-10 Pierre OssmanReorganise the translation to keysyms to make the code...
2011-03-10 Pierre OssmanRemove extra (incorrect) entry for the euro symbol.
2011-03-09 Pierre OssmanInitial stab at keyboard support. Lots of corner case...
2011-03-09 Pierre OssmanUnregister timeouts on object destruction so we don...
2011-03-09 Pierre OssmanForgot to fully implement the handler for the delayed...
2011-03-09 Pierre OssmanHandle pointer events.
2011-03-09 Pierre OssmanInitial commit of new FLTK based vncviewer. Most of...
2011-03-09 Henrik AnderssonAdded additional check to only link against ws2_32...
2011-03-08 Pierre OssmanForgot to add the new PixelTransformer class to the...
2011-03-08 Pierre OssmanSplit out the pixel format conversion magic to its...
2011-03-08 Pierre OssmanIgnore all the generated CMake stuff.
2011-03-08 Pierre OssmanGet the Unix stuff to build using CMake. Based on a...
2011-03-08 Pierre OssmanThe Windows specific include path should only be used...
2011-03-08 Pierre OssmanMake sure Windows specific code is only included in...
2011-03-08 Pierre OssmanWe don't need to special case Windows anymore now since...
2011-03-08 Pierre OssmanFix up typo that's been copied around in several places.
2011-03-08 Henrik AnderssonAdded complete checks of GnuTLS.
2011-03-08 Pierre OssmanSet compiler flags early in case they influence the...
2011-03-08 Pierre OssmanSeparate and comment the platform tests a bit better.
2011-03-08 Pierre OssmanConsolidate CMake modules includes at the top of the...
2011-03-08 Pierre OssmanWindows actually has socklen_t, it's just that it is...
2011-03-08 Henrik AnderssonFixed socklen_t test unix compatible.
2011-03-08 Pierre OssmanComplete misunderstanding on my part. CMAKE_CL_64 indic...
2011-03-07 Peter ÅstrandAvoid intersecting screen with empty clipList in vncHoo...
2011-03-04 Pierre OssmanThe Win64 headers don't like us requesting Windows...
2011-03-04 Pierre OssmanRestore workaround for CMake's broken 64-bit detection...
2011-03-04 Pierre OssmanCheck that we are using libjpeg-turbo and not the stand...
2011-03-03 Pierre OssmanComment our change of default build type.
2011-03-03 Pierre OssmanMake the build id generation work on other targets...
2011-03-03 Pierre OssmanClean up the 64-bit handling a bit. Trust CMake to...
2011-03-03 Pierre OssmanConsolidate all the Windows installer stuff to its...
2011-03-03 DRCAlways exit Xvnc whenever the user exits the window...
2011-03-03 Pierre OssmanLook for libjpeg in a more proper manner and don't...
2011-03-03 Pierre OssmanUse the system copy of zlib by default, like we do...
2011-03-03 Pierre OssmanWe're trying to use CMake for every arch, so make sure...
2011-03-02 Pierre OssmanMake sure configure aborts if libjpeg isn't found.
2011-03-02 Pierre OssmanRemove the included libjpeg-turbo from the tree and...
2011-03-02 Pierre OssmanProvide a simple helper class for basic colour map...
2011-03-02 Pierre OssmanCatch when no host was specified a bit more gracefully.
2011-03-02 Pierre OssmanMake it easier to read string parameters by providing...
2011-02-21 Adam Tkac[Bugfix] Visual Studio needs stddef.h include to get...
2011-02-21 DRCUse VncAuth as the default security type, since TLS...
2011-02-21 DRCUsing a fixed port range with -via can cause a race...
2011-02-21 Adam Tkac[Bugfix] Improve r4300 - also honor server's sectype...
2011-02-21 DRCMake the VeNCrypt security type implicit
2011-02-21 Adam Tkac[Bugfix] Honor server security type order instead of...
2011-02-21 Adam Tkac[Bugfix] rfb_win32: DeviceContext::getPF didn't return...
2011-02-21 Adam Tkac[Bugfix] Remove "unused-but-set" variable from tightDec...
2011-02-21 Adam Tkac[Doc] Update German translations, thanks to Martin...
2011-02-21 Adam TkacAdd copyrights to translation files.
2011-02-18 Adam Tkac[Bugfix] Register GNUTLS debug routines only when we...
2011-02-18 DRCMerge from libjpeg-turbo 1.0.2, including fixes for...
2011-02-17 DRCDistribute Xorg 7.4 patches
2011-02-16 DRCInstall OpenGL software renderer when doing 'make xserv...
2011-02-16 DRCAllow an initial set of Xorg configure flags to be...
2011-02-16 DRCAdd -dridir and -xkbcompdir parameters to Xvnc when...
2011-02-14 Adam Tkac[Bugfix] Fix wrong if() in the ScaledPixelBuffer::setSo...
2011-02-10 DRCDistribute BUILDING.txt in its new location
2011-02-10 DRCMinor tweaks (capitalization, etc.)
2011-02-10 DRCMove BUILDING.txt to the top of the tree, since it...
2011-02-10 DRCFurther documentation regarding building with GnuTLS
2011-02-10 DRCInclude version number in package names
2011-02-10 DRCClean up the way build-xorg handles GnuTLS. It should...
2011-02-10 DRCFix MinGW build breakage
2011-02-10 DRCTurboVNC=TigerVNC
2011-02-09 Adam Tkac[Bugfix] Regenerate i18n files.
2011-02-09 Adam Tkac[Bugfix] Fix Windows build, recently added GNUTLS compa...
2011-02-09 Adam Tkac[Bugfix] Improve compatibility with ancient GNUTLS...
2011-02-09 Adam Tkac[Development] os: add gnutls_x509_crt_print() implement...
2011-02-09 Adam Tkac[Bugfix] client: improve server certificate verificatio...
2011-02-09 Adam Tkac[Bugfix] Call gnutls_bye only when handshake is completed.
2011-02-09 DRCAdd mechanism for creating binary tarballs
2011-02-09 DRCAdd install and uninstall targets for Xvnc
2011-02-09 DRCOops. Checked in some debugging code.
2011-02-09 DRCPort -list feature and -kill robustifications from...
2011-02-09 DRCUse "TigerVNC" as the Mac package name rather than...
2011-02-09 DRCWordsmithing
2011-02-09 DRCautomake is apparently too brain-dead to include its...
2011-02-09 DRCAllow GnuTLS to use in-tree version of zlib when static...
2011-02-09 DRCOops. Need to wait until after gnutls.h is included...
2011-02-09 DRCModify Mac packaging to accommodate VeNCrypt-enabled...
2011-02-08 DRCAttempt to restore compatibility with older GnuTLS...
next