| Commit message (Expand) | Author | Age | Files | Lines |
* | Proper GNOME shell integration requires that WM_CLASS | Henrik Andersson | 2011-09-19 | 1 | -0/+4 |
* | Updated bundled fltk with latest set of patches for | Henrik Andersson | 2011-09-16 | 8 | -77/+270 |
* | Oops. Apple version doesn't need to link with libdl, and we don't want to cl... | DRC | 2011-09-14 | 1 | -2/+1 |
* | Included FLTK depends on libdl | DRC | 2011-09-14 | 1 | -0/+3 |
* | Adding missing initialization of new member variables | Henrik Andersson | 2011-09-14 | 1 | -1/+1 |
* | - Changes behaviour of context menu to be reinitialize | Henrik Andersson | 2011-09-14 | 2 | -8/+14 |
* | Internalise the libjpeg stuff into the JpegCompressor class as the libjpeg | Pierre Ossman | 2011-09-07 | 2 | -64/+77 |
* | The old Unix viewer put the RFB clipboard data both in CLIPBOARD and PRIMARY. | Pierre Ossman | 2011-09-07 | 1 | -0/+3 |
* | fixed protocol version < 3.7 secType bug | Brian Hinz | 2011-09-04 | 1 | -2/+3 |
* | Update menu key list in man page | Martin Koegler | 2011-09-04 | 1 | -1/+4 |
* | Support other keys than F8 as menu key | Martin Koegler | 2011-09-04 | 5 | -23/+111 |
* | The LINGUAS file is no longer used - the languages are defined in | Peter Åstrand | 2011-09-01 | 1 | -1/+0 |
* | Updated Swedish translation | Peter Åstrand | 2011-08-29 | 1 | -68/+42 |
* | Executed translations_update | Peter Åstrand | 2011-08-29 | 7 | -672/+1471 |
* | Avoid translation strings with leading and/or trailing whitespace. Our | Peter Åstrand | 2011-08-29 | 1 | -3/+11 |
* | 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 |