2011-04-14 |
Pierre Ossman | Use a STL map to track keys so we don't have to care... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Pierre Ossman | Make sure AltGr gets sent over on X11. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Pierre Ossman | Since Ctrl and Cmd tends to mess with the symbol genera... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Pierre Ossman | Handle dead keys more properly (through some fixing... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Adam Tkac | [Bugfix] Update unix/xserver110.patch patch. |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Pierre Ossman | Off-by-one error. FL_F points to "F0", not F1. |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Pierre Ossman | Fix up numpad keys. |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Pierre Ossman | Reorganise the translation to keysyms to make the code... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Pierre Ossman | Remove extra (incorrect) entry for the euro symbol. |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Pierre Ossman | Initial stab at keyboard support. Lots of corner case... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Pierre Ossman | Unregister timeouts on object destruction so we don... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Pierre Ossman | Forgot to fully implement the handler for the delayed... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Pierre Ossman | Handle pointer events. |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Pierre Ossman | Initial commit of new FLTK based vncviewer. Most of... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Henrik Andersson | Added additional check to only link against ws2_32... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Pierre Ossman | Forgot to add the new PixelTransformer class to the... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Pierre Ossman | Split out the pixel format conversion magic to its... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Pierre Ossman | Ignore all the generated CMake stuff. |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Pierre Ossman | Get the Unix stuff to build using CMake. Based on a... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Pierre Ossman | The Windows specific include path should only be used... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Pierre Ossman | Make sure Windows specific code is only included in... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Pierre Ossman | We don't need to special case Windows anymore now since... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Pierre Ossman | Fix up typo that's been copied around in several places. |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Henrik Andersson | Added complete checks of GnuTLS. |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Pierre Ossman | Set compiler flags early in case they influence the... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Pierre Ossman | Separate and comment the platform tests a bit better. |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Pierre Ossman | Consolidate CMake modules includes at the top of the... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Pierre Ossman | Windows actually has socklen_t, it's just that it is... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Henrik Andersson | Fixed socklen_t test unix compatible. |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Pierre Ossman | Complete misunderstanding on my part. CMAKE_CL_64 indic... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Peter Åstrand | Avoid intersecting screen with empty clipList in vncHoo... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Pierre Ossman | The Win64 headers don't like us requesting Windows... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Pierre Ossman | Restore workaround for CMake's broken 64-bit detection... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Pierre Ossman | Check that we are using libjpeg-turbo and not the stand... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Pierre Ossman | Comment our change of default build type. |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Pierre Ossman | Make the build id generation work on other targets... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Pierre Ossman | Clean up the 64-bit handling a bit. Trust CMake to... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Pierre Ossman | Consolidate all the Windows installer stuff to its... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
DRC | Always exit Xvnc whenever the user exits the window... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Pierre Ossman | Look for libjpeg in a more proper manner and don't... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Pierre Ossman | Use the system copy of zlib by default, like we do... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Pierre Ossman | We're trying to use CMake for every arch, so make sure... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Pierre Ossman | Make sure configure aborts if libjpeg isn't found. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Pierre Ossman | Remove the included libjpeg-turbo from the tree and... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Pierre Ossman | Provide a simple helper class for basic colour map... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Pierre Ossman | Catch when no host was specified a bit more gracefully. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Pierre Ossman | Make it easier to read string parameters by providing... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Adam Tkac | [Bugfix] Visual Studio needs stddef.h include to get... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
DRC | Use VncAuth as the default security type, since TLS... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
DRC | Using a fixed port range with -via can cause a race... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Adam Tkac | [Bugfix] Improve r4300 - also honor server's sectype... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
DRC | Make the VeNCrypt security type implicit |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Adam Tkac | [Bugfix] Honor server security type order instead of... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Adam Tkac | [Bugfix] rfb_win32: DeviceContext::getPF didn't return... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Adam Tkac | [Bugfix] Remove "unused-but-set" variable from tightDec... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Adam Tkac | [Doc] Update German translations, thanks to Martin... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Adam Tkac | Add copyrights to translation files. |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Adam Tkac | [Bugfix] Register GNUTLS debug routines only when we... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
DRC | Merge from libjpeg-turbo 1.0.2, including fixes for... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
DRC | Distribute Xorg 7.4 patches |
commit | commitdiff | tree | snapshot |
2011-02-16 |
DRC | Install OpenGL software renderer when doing 'make xserv... |
commit | commitdiff | tree | snapshot |
2011-02-16 |
DRC | Allow an initial set of Xorg configure flags to be... |
commit | commitdiff | tree | snapshot |
2011-02-16 |
DRC | Add -dridir and -xkbcompdir parameters to Xvnc when... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Adam Tkac | [Bugfix] Fix wrong if() in the ScaledPixelBuffer::setSo... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
DRC | Distribute BUILDING.txt in its new location |
commit | commitdiff | tree | snapshot |
2011-02-10 |
DRC | Minor tweaks (capitalization, etc.) |
commit | commitdiff | tree | snapshot |
2011-02-10 |
DRC | Move BUILDING.txt to the top of the tree, since it... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
DRC | Further documentation regarding building with GnuTLS |
commit | commitdiff | tree | snapshot |
2011-02-10 |
DRC | Include version number in package names |
commit | commitdiff | tree | snapshot |
2011-02-10 |
DRC | Clean up the way build-xorg handles GnuTLS. It should... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
DRC | Fix MinGW build breakage |
commit | commitdiff | tree | snapshot |
2011-02-10 |
DRC | TurboVNC=TigerVNC |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Adam Tkac | [Bugfix] Regenerate i18n files. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Adam Tkac | [Bugfix] Fix Windows build, recently added GNUTLS compa... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Adam Tkac | [Bugfix] Improve compatibility with ancient GNUTLS... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Adam Tkac | [Development] os: add gnutls_x509_crt_print() implement... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Adam Tkac | [Bugfix] client: improve server certificate verificatio... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Adam Tkac | [Bugfix] Call gnutls_bye only when handshake is completed. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
DRC | Add mechanism for creating binary tarballs |
commit | commitdiff | tree | snapshot |
2011-02-09 |
DRC | Add install and uninstall targets for Xvnc |
commit | commitdiff | tree | snapshot |
2011-02-09 |
DRC | Oops. Checked in some debugging code. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
DRC | Port -list feature and -kill robustifications from... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
DRC | Use "TigerVNC" as the Mac package name rather than... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
DRC | Wordsmithing |
commit | commitdiff | tree | snapshot |
2011-02-09 |
DRC | automake is apparently too brain-dead to include its... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
DRC | Allow GnuTLS to use in-tree version of zlib when static... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
DRC | Oops. Need to wait until after gnutls.h is included... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
DRC | Modify Mac packaging to accommodate VeNCrypt-enabled... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
DRC | Attempt to restore compatibility with older GnuTLS... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
DRC | Check for the existence of setenv() in the system libra... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
DRC | Rename patches to avoid exceeding 99-character limit... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
DRC | Remove unused directory |
commit | commitdiff | tree | snapshot |
2011-02-08 |
DRC | Remove old Visual C++ project files (use CMake to build... |
commit | commitdiff | tree | snapshot |
2011-02-08 |
DRC | libjpeg-turbo produces about the same image quality... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
DRC | Fix make dist |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Adam Tkac | [Bugfix] Use bitwise NOT instead of logical NOT when... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Adam Tkac | [Bugfix] Print empty string by default when paths for... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Adam Tkac | [Development] os: introduce new function called "fileex... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Adam Tkac | [Bugfix] Append ".pem" suffix to saved certificates. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Adam Tkac | [Bugfix] win vncviewer: create VNC home directory durin... |
commit | commitdiff | tree | snapshot |
next |