| Commit message (Expand) | Author | Age | Files | Lines |
* | Add option to set primary selection for cut text | Pierre Ossman | 2016-03-29 | 1 | -1/+2 |
* | Throttle overlapping screen updates | Pierre Ossman | 2015-11-27 | 1 | -0/+20 |
* | Consolidate how to run the FLTK loop in one place | Pierre Ossman | 2015-11-27 | 1 | -7/+1 |
* | Let CConnection intercept more callbacks | Pierre Ossman | 2015-11-27 | 1 | -0/+4 |
* | Delegate decoder object management to a separate class | Pierre Ossman | 2015-11-27 | 1 | -21/+1 |
* | Clean out unused dependencies from CConnection.h | Pierre Ossman | 2015-11-09 | 1 | -0/+2 |
* | Terminate the viewer even when waiting for data | Pierre Ossman | 2015-09-23 | 1 | -1/+7 |
* | Display partial updates on slow transfers | Pierre Ossman | 2015-09-23 | 1 | -0/+16 |
* | Fix mismatches between format string and arguments | Pierre Ossman | 2015-03-03 | 1 | -1/+1 |
* | Switch to unsigned parameters for ExtendedDesktopSize handler | Pierre Ossman | 2015-03-03 | 1 | -2/+2 |
* | Fix bad signed/unsigned comparisons | Pierre Ossman | 2015-03-03 | 1 | -1/+1 |
* | Improve some error messages | Pierre Ossman | 2014-12-03 | 1 | -4/+4 |
* | Add comments for translators where requested | Pierre Ossman | 2014-12-03 | 1 | -0/+4 |
* | Make sure user visible strings are translated | Pierre Ossman | 2014-09-22 | 1 | -5/+5 |
* | Split up the info string | Pierre Ossman | 2014-09-22 | 1 | -22/+56 |
* | Use PixelBuffer objects as the interface for encoders and decoders | Pierre Ossman | 2014-07-14 | 1 | -26/+1 |
* | Provide a better R/W base PixelBuffer class | Pierre Ossman | 2014-07-07 | 1 | -1/+1 |
* | Encoders/decoders should track the connection object | Pierre Ossman | 2014-07-07 | 1 | -1/+1 |
* | Push encoder and decoder handling down into the connection objects | Pierre Ossman | 2014-07-07 | 1 | -9/+23 |
* | Remove full support for colour maps | Pierre Ossman | 2014-07-07 | 1 | -3/+4 |
* | Remove magic JPEG variables from ConnParams | Pierre Ossman | 2014-07-07 | 1 | -9/+16 |
* | Remove some premature optimisation | Pierre Ossman | 2014-07-07 | 1 | -0/+1 |
* | Add some missing whitespace | Pierre Ossman | 2014-07-07 | 1 | -0/+3 |
* | Be more consistent in referring to pixel byte streams as buffers | Pierre Ossman | 2014-07-07 | 1 | -3/+3 |
* | Printing the clipboard data is very annoying as it could | Pierre Ossman | 2013-09-05 | 1 | -1/+1 |
* | Forgot to respect the AcceptClipboard option in the | Pierre Ossman | 2013-05-24 | 1 | -0/+3 |
* | Fix build on 32-bit and 64-bit Windows | DRC | 2013-02-26 | 1 | -1/+1 |
* | Reimplement -listen in the new FLTK vncviewer. Work done by | Pierre Ossman | 2013-02-15 | 1 | -12/+15 |
* | Make it possible to dynamically resize the size of the session, when resizing | Pierre Ossman | 2012-07-04 | 1 | -32/+0 |
* | Fix unsafe usage of the logging functions. | Pierre Ossman | 2012-04-26 | 1 | -3/+3 |
* | Make sure we're paranoid about accidentally feeding a format string. | Pierre Ossman | 2012-04-25 | 1 | -1/+1 |
* | Client side support for continuous updates. | Pierre Ossman | 2011-11-15 | 1 | -7/+19 |
* | Support and use fences in the client. This allows more aggressive use of | Pierre Ossman | 2011-11-14 | 1 | -12/+69 |
* | Use the correct matching free operation. Patch by Matthieu Lochegnies. | Pierre Ossman | 2011-11-09 | 1 | -1/+1 |
* | Redesign the format switching logic so that we don't have to adjust the way | Pierre Ossman | 2011-11-04 | 1 | -13/+30 |
* | If the client and server are using identical pixel formats, then perform Tigh... | DRC | 2011-11-03 | 1 | -0/+9 |
* | The old Unix viewer put the RFB clipboard data both in CLIPBOARD and PRIMARY. | Pierre Ossman | 2011-09-07 | 1 | -0/+3 |
* | Make sure to include config.h in every compilation unit. Otherwise, | Peter Åstrand | 2011-08-23 | 1 | -0/+4 |
* | 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 |
* | We don't need to force a full refresh on format changes with the new viewer | Pierre Ossman | 2011-07-15 | 1 | -2/+0 |
* | Managed to consistently get the colour levels reversed. Fix up everything so | Pierre Ossman | 2011-07-14 | 1 | -7/+12 |
* | Destroy the main UI and connection objects before popping up the fatal error | Pierre Ossman | 2011-07-12 | 1 | -2/+1 |
* | Create a proper header file for the exported functions from vncviewer.cxx. | Pierre Ossman | 2011-07-12 | 1 | -2/+1 |
* | Fix build issues with Visual C++ (implemented macro version of snprintf + re-... | DRC | 2011-06-24 | 1 | -0/+6 |
* | The default value of local cursor support is false, so we couldn't just | Pierre Ossman | 2011-06-09 | 1 | -0/+4 |
* | Bah, not enough coffee today. I had already implemented the pointer rate | Pierre Ossman | 2011-06-08 | 1 | -3/+0 |
* | Add support for cursors to the new viewer. | Pierre Ossman | 2011-06-08 | 1 | -1/+1 |
* | Handle framebuffer resize requests. | Pierre Ossman | 2011-06-01 | 1 | -5/+1 |
* | Make sure we can handle clipboard data of any size. | Pierre Ossman | 2011-05-26 | 1 | -6/+13 |