| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually link and run the libjpeg-turbo test program to ensure that JPEG_LIBR... | DRC | 2011-07-28 | 1 | -1/+19 |
* | Actually, you don't have to build it first, as the "install" target takes car... | DRC | 2011-07-28 | 1 | -3/+3 |
* | Another fullscreen fix: When the framebuffer size changes, we must not | Peter Åstrand | 2011-07-19 | 1 | -0/+3 |
* | Make fullscreen mode work better with some X11 WMs such as Fedora 14 | Peter Åstrand | 2011-07-18 | 2 | -5/+25 |
* | XGrabKeyboard needs to use CurrentTime rather than | Peter Åstrand | 2011-07-18 | 1 | -1/+1 |
* | Implement hacky workaround for rendering errors on XP and newer when the screen | Pierre Ossman | 2011-07-15 | 1 | -2/+9 |
* | This was not a good method to get an initial full update as we would get two | Pierre Ossman | 2011-07-15 | 1 | -4/+1 |
* | When we stopped doing full updates on format changes, we also lost the side | Pierre Ossman | 2011-07-15 | 1 | -0/+3 |
* | Add some extra debug output when the frame buffer changes size. | Pierre Ossman | 2011-07-15 | 1 | -0/+3 |
* | Add hack to make the client start properly even in the face of endian issues. | Pierre Ossman | 2011-07-15 | 1 | -0/+20 |
* | Make sure we use the correct pixel format for cursors when in non-native mode. | Pierre Ossman | 2011-07-15 | 1 | -3/+8 |
* | Make it possible to query a PixelTransformer for the formats it is converting | Pierre Ossman | 2011-07-15 | 2 | -0/+26 |
* | We don't need to force a full refresh on format changes with the new viewer | Pierre Ossman | 2011-07-15 | 1 | -2/+0 |
* | The new viewer stores the framebuffer in a native format, instead of | Pierre Ossman | 2011-07-15 | 2 | -17/+24 |
* | Managed to consistently get the colour levels reversed. Fix up everything so | Pierre Ossman | 2011-07-14 | 2 | -11/+16 |
* | Workaround for Alt behaviour on OS X. | Pierre Ossman | 2011-07-14 | 1 | -0/+17 |
* | The password file must be opened in binary mode. Otherwise, you might | Peter Åstrand | 2011-07-14 | 1 | -1/+1 |
* | make sure support for clientRedirect is enabled in java viewer | Brian Hinz | 2011-07-14 | 1 | -0/+1 |
* | Port over the AltGr hack that the old Windows viewer has. Seems we need this | Pierre Ossman | 2011-07-13 | 1 | -0/+57 |
* | Mostly we will catch socket errors when processing incoming data, but | Pierre Ossman | 2011-07-12 | 1 | -5/+32 |
* | Destroy the main UI and connection objects before popping up the fatal error | Pierre Ossman | 2011-07-12 | 3 | -5/+15 |
* | More consolidation into handleKeyEvent(). | Pierre Ossman | 2011-07-12 | 1 | -5/+3 |
* | Simplify things by using the handleKeyEvent() method for the fake presses | Pierre Ossman | 2011-07-12 | 1 | -16/+11 |
* | Create a proper header file for the exported functions from vncviewer.cxx. | Pierre Ossman | 2011-07-12 | 5 | -9/+29 |
* | Include instructions for specifying the location of libjpeg-turbo | DRC | 2011-07-06 | 1 | -4/+60 |
* | Fix regression. We need to set WIN64 so it will be properly defined in resde... | DRC | 2011-07-06 | 1 | -0/+1 |
* | The previous fix for eliminating the console window in vncviewer.exe was not ... | DRC | 2011-07-05 | 2 | -4/+5 |
* | Build with -Wl,-subsystem,windows on Windows, to avoid console window. | Peter Åstrand | 2011-07-05 | 1 | -0/+3 |
* | corrected all inconsistent eol-styles and set eol-style:native on *.java. Al... | Brian Hinz | 2011-06-30 | 7 | -2540/+2540 |
* | fix for java arraystore exception when bpp=8 with Tight encoding | Brian Hinz | 2011-06-29 | 1 | -1/+2 |
* | cleaned up readVersion/writeVersion routines in java client. readVersion wasn... | Brian Hinz | 2011-06-29 | 2 | -24/+19 |
* | Fixes a typo introduced with commit 4570. | Henrik Andersson | 2011-06-29 | 1 | -1/+1 |
* | Added leftout cmake build of x0vncserver, fixes bug #3329519. | Henrik Andersson | 2011-06-29 | 2 | -0/+22 |
* | Use generic copyright message which refers the user to the complete copyright... | DRC | 2011-06-28 | 15 | -58/+37 |
* | Make wording consistent with 1.1.x README | DRC | 2011-06-28 | 1 | -6/+6 |
* | Don't need Windows formatted copy of LICENCE.TXT anymore | DRC | 2011-06-28 | 1 | -340/+0 |
* | Consolidate all README files into one and distribute it with the binary packa... | DRC | 2011-06-28 | 6 | -149/+83 |
* | Remove version number from Java README file (so we don't have to keep updatin... | DRC | 2011-06-28 | 2 | -6/+3 |
* | Update copyright messages to reflect actual source code | DRC | 2011-06-28 | 1 | -4/+3 |
* | Mac app bundle and Linux tarball are fully implemented in CMake build system ... | DRC | 2011-06-25 | 1 | -10/+7 |
* | Override the tarball architecture to i686 if -m32 was used on a 64-bit system | DRC | 2011-06-25 | 1 | -1/+5 |
* | Implement 'make tarball' and 'make servertarball' | DRC | 2011-06-25 | 2 | -10/+45 |
* | Add uninstall target | DRC | 2011-06-25 | 2 | -0/+30 |
* | Rename man pages to .1 when installing | DRC | 2011-06-25 | 4 | -4/+4 |
* | Install man pages during 'make install' on Unix systems | DRC | 2011-06-25 | 5 | -1/+237 |
* | Win32-->Windows (since there are Win64 builds as well); also remove copyright... | DRC | 2011-06-24 | 1 | -9/+2 |
* | Consolidate source README file, remote cruft, and update copyrights | DRC | 2011-06-24 | 3 | -437/+113 |
* | Re-order from least to most recent | DRC | 2011-06-24 | 1 | -3/+3 |
* | Update copyrights to reflect the new Java code we're using | DRC | 2011-06-24 | 1 | -3/+5 |
* | Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branch | DRC | 2011-06-24 | 4 | -5/+5 |