| Commit message (Expand) | Author | Age | Files | Lines |
* | Support building an out-of-tree Xvnc binary using in-tree X server sources | DRC | 2011-08-24 | 1 | -1/+3 |
* | remove unused variables | Brian Hinz | 2011-08-24 | 2 | -4/+0 |
* | Oops. Need to escape parentheses | DRC | 2011-08-24 | 1 | -1/+1 |
* | Adapt -m32 recipe to accommodate modern systems as well | DRC | 2011-08-24 | 1 | -2/+5 |
* | Oops. The option is --with-xkb-bin-directory, not --with-xkb-bin-dir | DRC | 2011-08-24 | 1 | -1/+1 |
* | Remove unused variables | DRC | 2011-08-24 | 1 | -1/+0 |
* | Include basic recipe for building Xvnc on "modern" systems (will still requir... | DRC | 2011-08-24 | 1 | -11/+58 |
* | We can't assume that Pixman is under ${includedir}, because ${includedir} dep... | DRC | 2011-08-23 | 1 | -5/+14 |
* | prevent window artifact during clientRedirect | Brian Hinz | 2011-08-23 | 1 | -1/+2 |
* | added sanity checks for setting jpeg quality level from command line | Brian Hinz | 2011-08-23 | 1 | -1/+5 |
* | expose jpeg quality level 0 in gui | Brian Hinz | 2011-08-23 | 1 | -2/+2 |
* | JPEG quality level 0 is a perfectly valid setting (NOTE: this should be expos... | DRC | 2011-08-23 | 1 | -1/+1 |
* | Move setting of PIC code to a central location | DRC | 2011-08-23 | 7 | -48/+13 |
* | Clarify when in-tree version of Zlib is being used, and remove redundant "not... | DRC | 2011-08-23 | 1 | -1/+3 |
* | Make sure to include config.h in every compilation unit. Otherwise, | Peter Åstrand | 2011-08-23 | 11 | -0/+44 |
* | CMake doesn't handle convenience libraries as nicely as autotools does. We | Pierre Ossman | 2011-08-22 | 6 | -0/+48 |
* | Link x0vncserver against Xtst, if it was detected (otherwise x0vncserver is v... | DRC | 2011-08-19 | 1 | -0/+6 |
* | Do register reduction to re-normalize the performance at the low level | DRC | 2011-08-19 | 2 | -12/+26 |
* | Fix image corruption issues with, and add a few optimizations for, 16bpp clients | DRC | 2011-08-19 | 2 | -11/+18 |
* | Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so t... | DRC | 2011-08-19 | 10 | -12/+77 |
* | Make rawBytesEquivalent an unsigned 64-bit integer. Otherwise, it will overf... | DRC | 2011-08-19 | 3 | -3/+4 |
* | Fix compiler warning in Visual C++ | DRC | 2011-08-19 | 1 | -3/+3 |
* | added option to disable system bell. added missing callback for setting optio... | Brian Hinz | 2011-08-18 | 3 | -3/+16 |
* | add support for "hidden" compression levels 0,7,8,9 in the gui (JComboBox is ... | Brian Hinz | 2011-08-18 | 2 | -2/+22 |
* | Implement recommendations from low-level performance study into java client. ... | Brian Hinz | 2011-08-17 | 2 | -4/+4 |
* | Need to include os/print.h to use snprintf on Windows | DRC | 2011-08-17 | 1 | -0/+1 |
* | Disable ComparingUpdateTracker by default for now, because it generates a lot... | DRC | 2011-08-17 | 1 | -1/+1 |
* | Implement recommendations from low-level performance study (undocument compre... | DRC | 2011-08-17 | 2 | -3/+3 |
* | Further optimizations to the Tight encoder to eliminate getImage() overhead. ... | DRC | 2011-08-17 | 23 | -273/+460 |
* | Do not translate the encoding names: These are just that: | Peter Åstrand | 2011-08-15 | 1 | -4/+4 |
* | "Don't use parallel make by default," he says after accidentally turning it o... | DRC | 2011-08-11 | 1 | -1/+3 |
* | Ported encoding optimizations from TurboVNC. The changes to the Tight parame... | DRC | 2011-08-11 | 9 | -233/+637 |
* | Update the fl_update_clipboard function, so that it matches the latest | Peter Åstrand | 2011-08-11 | 1 | -3/+4 |
* | Avoid MSVC linker warning when doing a Debug build if dependent libraries, su... | DRC | 2011-08-10 | 1 | -0/+4 |
* | Merge further fixes to Zlib encoder from 1.1 branch | DRC | 2011-08-09 | 3 | -11/+35 |
* | Revert r4498 and fix #3305357 properly. The issue was two-fold: (1) the com... | DRC | 2011-08-09 | 2 | -10/+16 |
* | (Re-)fix static Xvnc build. We can leverage the BUILD_STATIC option to modif... | DRC | 2011-08-09 | 2 | -1/+5 |
* | Oops. The 64BIT variable is a carry-over from VirtualGL. TigerVNC's build s... | DRC | 2011-08-08 | 1 | -1/+1 |
* | Another fullscreen fix: avoid triggering fullscreen simply by setting | Peter Åstrand | 2011-08-02 | 1 | -1/+9 |
* | Only try to run the libjpeg-turbo test program if we aren't cross-compiling. ... | DRC | 2011-08-01 | 1 | -2/+8 |
* | More fullscreen fixes: Do not try to change size in fullscreen mode | Peter Åstrand | 2011-08-01 | 1 | -5/+6 |
* | Include build date/time and bitness in the About dialog | DRC | 2011-07-28 | 11 | -34/+58 |
* | Add a BUILD_STATIC option which links statically against libgcc and libstdc++... | DRC | 2011-07-28 | 2 | -14/+42 |
* | Remove FLTK build instructions (no longer needed) | DRC | 2011-07-28 | 1 | -28/+0 |
* | Remove extensions patch. It is no longer being maintained, in favor of an in... | DRC | 2011-07-28 | 2 | -4183/+0 |
* | Apply our FLTK extensions | DRC | 2011-07-28 | 27 | -776/+1985 |
* | Unless GnuTLS is being used, we have to explicitly link vncviewer with ws2_32... | DRC | 2011-07-28 | 1 | -0/+7 |
* | Include a stripped-down version of FLTK in tree and add a USE_INCLUDED_FLTK o... | DRC | 2011-07-28 | 428 | -15/+146209 |
* | 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 |