aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support building an out-of-tree Xvnc binary using in-tree X server sourcesDRC2011-08-241-1/+3
* remove unused variablesBrian Hinz2011-08-242-4/+0
* Oops. Need to escape parenthesesDRC2011-08-241-1/+1
* Adapt -m32 recipe to accommodate modern systems as wellDRC2011-08-241-2/+5
* Oops. The option is --with-xkb-bin-directory, not --with-xkb-bin-dirDRC2011-08-241-1/+1
* Remove unused variablesDRC2011-08-241-1/+0
* Include basic recipe for building Xvnc on "modern" systems (will still requir...DRC2011-08-241-11/+58
* We can't assume that Pixman is under ${includedir}, because ${includedir} dep...DRC2011-08-231-5/+14
* prevent window artifact during clientRedirectBrian Hinz2011-08-231-1/+2
* added sanity checks for setting jpeg quality level from command lineBrian Hinz2011-08-231-1/+5
* expose jpeg quality level 0 in guiBrian Hinz2011-08-231-2/+2
* JPEG quality level 0 is a perfectly valid setting (NOTE: this should be expos...DRC2011-08-231-1/+1
* Move setting of PIC code to a central locationDRC2011-08-237-48/+13
* Clarify when in-tree version of Zlib is being used, and remove redundant "not...DRC2011-08-231-1/+3
* Make sure to include config.h in every compilation unit. Otherwise,Peter Åstrand2011-08-2311-0/+44
* CMake doesn't handle convenience libraries as nicely as autotools does. WePierre Ossman2011-08-226-0/+48
* Link x0vncserver against Xtst, if it was detected (otherwise x0vncserver is v...DRC2011-08-191-0/+6
* Do register reduction to re-normalize the performance at the low levelDRC2011-08-192-12/+26
* Fix image corruption issues with, and add a few optimizations for, 16bpp clientsDRC2011-08-192-11/+18
* Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so t...DRC2011-08-1910-12/+77
* Make rawBytesEquivalent an unsigned 64-bit integer. Otherwise, it will overf...DRC2011-08-193-3/+4
* Fix compiler warning in Visual C++DRC2011-08-191-3/+3
* added option to disable system bell. added missing callback for setting optio...Brian Hinz2011-08-183-3/+16
* add support for "hidden" compression levels 0,7,8,9 in the gui (JComboBox is ...Brian Hinz2011-08-182-2/+22
* Implement recommendations from low-level performance study into java client. ...Brian Hinz2011-08-172-4/+4
* Need to include os/print.h to use snprintf on WindowsDRC2011-08-171-0/+1
* Disable ComparingUpdateTracker by default for now, because it generates a lot...DRC2011-08-171-1/+1
* Implement recommendations from low-level performance study (undocument compre...DRC2011-08-172-3/+3
* Further optimizations to the Tight encoder to eliminate getImage() overhead. ...DRC2011-08-1723-273/+460
* Do not translate the encoding names: These are just that:Peter Åstrand2011-08-151-4/+4
* "Don't use parallel make by default," he says after accidentally turning it o...DRC2011-08-111-1/+3
* Ported encoding optimizations from TurboVNC. The changes to the Tight parame...DRC2011-08-119-233/+637
* Update the fl_update_clipboard function, so that it matches the latestPeter Åstrand2011-08-111-3/+4
* Avoid MSVC linker warning when doing a Debug build if dependent libraries, su...DRC2011-08-101-0/+4
* Merge further fixes to Zlib encoder from 1.1 branchDRC2011-08-093-11/+35
* Revert r4498 and fix #3305357 properly. The issue was two-fold: (1) the com...DRC2011-08-092-10/+16
* (Re-)fix static Xvnc build. We can leverage the BUILD_STATIC option to modif...DRC2011-08-092-1/+5
* Oops. The 64BIT variable is a carry-over from VirtualGL. TigerVNC's build s...DRC2011-08-081-1/+1
* Another fullscreen fix: avoid triggering fullscreen simply by settingPeter Åstrand2011-08-021-1/+9
* Only try to run the libjpeg-turbo test program if we aren't cross-compiling. ...DRC2011-08-011-2/+8
* More fullscreen fixes: Do not try to change size in fullscreen modePeter Åstrand2011-08-011-5/+6
* Include build date/time and bitness in the About dialogDRC2011-07-2811-34/+58
* Add a BUILD_STATIC option which links statically against libgcc and libstdc++...DRC2011-07-282-14/+42
* Remove FLTK build instructions (no longer needed)DRC2011-07-281-28/+0
* Remove extensions patch. It is no longer being maintained, in favor of an in...DRC2011-07-282-4183/+0
* Apply our FLTK extensionsDRC2011-07-2827-776/+1985
* Unless GnuTLS is being used, we have to explicitly link vncviewer with ws2_32...DRC2011-07-281-0/+7
* Include a stripped-down version of FLTK in tree and add a USE_INCLUDED_FLTK o...DRC2011-07-28428-15/+146209
* Actually link and run the libjpeg-turbo test program to ensure that JPEG_LIBR...DRC2011-07-281-1/+19
* Actually, you don't have to build it first, as the "install" target takes car...DRC2011-07-281-3/+3