aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Proper GNOME shell integration requires that WM_CLASSHenrik Andersson2011-09-191-0/+4
* Updated bundled fltk with latest set of patches forHenrik Andersson2011-09-168-77/+270
* Oops. Apple version doesn't need to link with libdl, and we don't want to cl...DRC2011-09-141-2/+1
* Included FLTK depends on libdlDRC2011-09-141-0/+3
* Adding missing initialization of new member variablesHenrik Andersson2011-09-141-1/+1
* - Changes behaviour of context menu to be reinitializeHenrik Andersson2011-09-142-8/+14
* Internalise the libjpeg stuff into the JpegCompressor class as the libjpegPierre Ossman2011-09-072-64/+77
* The old Unix viewer put the RFB clipboard data both in CLIPBOARD and PRIMARY.Pierre Ossman2011-09-071-0/+3
* fixed protocol version < 3.7 secType bugBrian Hinz2011-09-041-2/+3
* Update menu key list in man pageMartin Koegler2011-09-041-1/+4
* Support other keys than F8 as menu keyMartin Koegler2011-09-045-23/+111
* The LINGUAS file is no longer used - the languages are defined inPeter Åstrand2011-09-011-1/+0
* Updated Swedish translationPeter Åstrand2011-08-291-68/+42
* Executed translations_updatePeter Åstrand2011-08-297-672/+1471
* Avoid translation strings with leading and/or trailing whitespace. OurPeter Åstrand2011-08-291-3/+11
* 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